[linux-yocto] [kernel-cache][PATCH] leafhill: update branch for leafhill

2017-07-26 Thread chong . yi . chai
From: Chong Yi Chai <chong.yi.c...@intel.com> Update branch to standard/intel/base for kernel 4.1.42 upgrade. Signed-off-by: Chong Yi Chai <chong.yi.c...@intel.com> --- bsp/leafhill/leafhill-standard.scc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/leafh

[linux-yocto] [kernel-cache][PATCH 1/1] pwm_leafhill: set pwm as built in by default

2017-06-20 Thread chong . yi . chai
From: "Chai, Chong Yi" DC-IRIS camera driver has dependecy on PWM driver. This camera driver is built in and require PWM driver to be built in as well. Signed-off-by: Chai, Chong Yi --- bsp/leafhill/pwm_leafhill.cfg | 4

[linux-yocto] [kernel-cache][PATCH 0/1] Update PWM config for leafhill platform

2017-06-20 Thread chong . yi . chai
From: "Chai, Chong Yi" Hi Bruce, This patch is targeted for yocto-kernel-cache yocto-4.1 branch. The changes on configs enable PWM to be built in driver rather than kernel module which is require by DC-IRIS camera driver. The config is separated from main leafhill

[linux-yocto] [kernel-cache][PATCH 0/3] yocto-kernel-cache: update kernel config for leafhill

2017-02-22 Thread chong . yi . chai
From: "Chai, Chong Yi" These patches are targeted for yocto-kernel-cache yocto-4.1 branch. The changes on configs enable debugging and calibration with ISH client, fixing warning appear on terminal for USB and also fixing warning where one of the kernel config is

[linux-yocto] [kernel-cache][PATCH 3/3] bsp/leafhill: fix warning on kernel config

2017-02-22 Thread chong . yi . chai
From: "Chai, Chong Yi" The changes fix the following warning. Value requested for CONFIG_MEDIA_SUBDRV_AUTOSELECT not in final ".config" Requested value: "CONFIG_MEDIA_SUBDRV_AUTOSELECT=n" Actual value set: "# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set" Signed-off-by:

[linux-yocto] [kernel-cache][PATCH 1/3] bsp/leafhill: enable ISH client for debugging and calibration

2017-02-22 Thread chong . yi . chai
From: "Chai, Chong Yi" This config enable ISH clients userspace tools for debugging and calibration of sensor. Signed-off-by: Chai, Chong Yi --- bsp/leafhill/leafhill.cfg | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-yocto] [PATCH 3/4] Revert "spi: modify spidev_test to test automatic PIO/DMA switching"

2016-04-28 Thread chong . yi . chai
From: "Chai, Chong Yi" This reverts commit c4554857d23b4370e4f2051ed05758badc48227b. Signed-off-by: Chai, Chong Yi --- Documentation/spi/spidev_test.c | 21 + 1 file changed, 1 insertion(+), 20 deletions(-) diff --git

[linux-yocto] [PATCH 4/4] Revert "spi/pxa2xx: auto switch between PIO and DMA with configurable threshold size"

2016-04-28 Thread chong . yi . chai
From: "Chai, Chong Yi" This reverts commit afe9c4b82e119cd9e8e69ef2dbae1191375bfb51. Signed-off-by: Chai, Chong Yi --- drivers/spi/spi-pxa2xx.c| 17 ++--- drivers/spi/spidev.c| 2 -- include/linux/spi/spi.h

[linux-yocto] [PATCH 1/4] Revert "spi: modify spidev_test to test modifying FIFO trigger level during runtime"

2016-04-28 Thread chong . yi . chai
From: "Chai, Chong Yi" This reverts commit 950a0f480664e4a8c9aa9567cd547f6e6f9e9cad. Signed-off-by: Chai, Chong Yi --- Documentation/spi/spidev_test.c | 55 ++--- 1 file changed, 2 insertions(+), 53

[linux-yocto] [PATCH 2/4] Revert "spi/pxa2xx: Add new ioctl for configuring FIFO trigger level in runtime"

2016-04-28 Thread chong . yi . chai
From: "Chai, Chong Yi" This reverts commit db6b51575bde505ac64ae23a1be6b008ba897fc0. Signed-off-by: Chai, Chong Yi --- drivers/spi/spi-pxa2xx.c| 13 - drivers/spi/spidev.c| 17 -

[linux-yocto] [PATCH 0/4] Revert SPI patches

2016-04-28 Thread chong . yi . chai
dev_test to test automatic PIO/DMA switching afe9c4b spi/pxa2xx: auto switch between PIO and DMA with configurable threshold size These patches are targeted for linux-yocto-3.14 kernel standard/valleyisland branch. Kindly review the patches and merge if there is no issue. Thank you. Rega

[linux-yocto] [PATCH 2/2] bsp: valleyisland: add dma support

2016-04-20 Thread chong . yi . chai
From: "Chai, Chong Yi" This patch enable DMA for valleyisland for both 32-bit and 64-bit system. Signed-off-by: Chai, Chong Yi --- bsp/valleyisland/valleyisland.cfg | 5 + 1 file changed, 5 insertions(+) diff --git

[linux-yocto] [PATCH 1/2] bsp: valleyisland: enable R8169 ethernet

2016-04-20 Thread chong . yi . chai
From: "Chai, Chong Yi" This patch enable R8169 ethernet support for valleyisland for both 32-bit and 64-bit system. Signed-off-by: Chai, Chong Yi --- bsp/valleyisland/valleyisland.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git

[linux-yocto] [yocto-kernel-cache][PATCH 0/2] Add ethernet and dma kernel config to valleyisland

2016-04-20 Thread chong . yi . chai
From: "Chai, Chong Yi" Hi Bruce, This patch set enable ethernet kernel config and dma kernel config on valleyisland. These patches are tested on MinnowMAX 32-bit and 64-bit system. Please review and merge into yocto-3.14 branch. Thank you. Chai, Chong Yi (2): bsp:

[linux-yocto] Feature branch on linux-yocto-3.14 for Valleyisland

2016-04-08 Thread chong . yi . chai
From: "Chai, Chong Yi" Hi Bruce, The feature branch (additional 66 commits) for enabling Valleyisland are ready to be fetched from Github. This branch is targeted for kernel linux-yocto-3.14. URL: https://github.com/yoctobsp/linux-yocto-3.14.git Branch:

[linux-yocto] [[PATCH 1/1] x86: Kconfig: add PCI dependency for CONFIG_X86_INTEL_LPSS

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 2 + ...-add-PCI-dependency-for-CONFIG_X86_INTEL_.patch | 31 ...t-enable-board-file-for-BYT-LPSS-PCI-mode.patch | 157 + 3 files changed, 190 insertions(+)

[linux-yocto] [[PATCH 1/1] thermal: Intel SoC DTS thermal

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 2 + ...el-SoC-DTS-Don-t-do-thermal-zone-update-i.patch | 88 .../baytrail/thermal-Intel-SoC-DTS-thermal.patch | 555 + 3 files changed, 645 insertions(+)

[linux-yocto] [[PATCH 1/1] watchdog: iTCO_wdt: Fix checkpatch.pl warnings

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 1 + ...chdog-iTCO_wdt-Fix-checkpatch.pl-warnings.patch | 36 ++ 2 files changed, 37 insertions(+) create mode 100644

[linux-yocto] [[PATCH 0/1] x86 patches for Baytrail in Yocto-kernel-cache

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" These patches are to enable x86 features in Baytrail. The patches are targeted to merge into Yocto-kernel-cache on branch yocto-3.14. 1/2 [ Author: "Chew, Chiau Ee" From: chiau.ee.c...@intel.com Date: Fri, 27 Dec 2013 23:22:20 +0800 Subject:

[linux-yocto] [[PATCH 1/1] scsi: add extended information to MEDIA_CHANGE

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 1 + ...-add-extended-information-to-MEDIA_CHANGE.patch | 183 + 2 files changed, 184 insertions(+) create mode 100644

[linux-yocto] [[PATCH 0/1] SCSI patch for Baytrail in Yocto-kernel-cache

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" This patch is to enable SCSI features in Baytrail. The patch is targeted to merge into Yocto-kernel-cache on branch yocto-3.14. 1/1 [ Author: Wan Ahmad Zainie Email: wan.ahmad.zainie.wan.moha...@intel.com Date: Wed, 29 Jul 2015 18:13:44 +0800

[linux-yocto] [[PATCH 0/1] PINCTRL patches for Baytrail in Yocto-kernel-cache

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" These patches are to enable PINCTRL features in Baytrail. The patches are targeted to merge into Yocto-kernel-cache on branch yocto-3.14. 1/4 [ Author: "Chew, Kean Ho" Email: kean.ho.c...@intel.com Date: Wed, 12 Feb 2014 04:20:41 -0500 Subject:

[linux-yocto] [[PATCH 0/1] PWM patch for Baytrail in Yocto-kernel-cache

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" These patch is to enable PWM features in Baytrail. The patch is targeted to merge into Yocto-kernel-cache on branch yocto-3.14. 1/1 [ Author: Wan Ahmad Zainie Email: wan.ahmad.zainie.wan.moha...@intel.com Date: Tue, 16 Jun 2015 11:17:21 +0800

[linux-yocto] [[PATCH 1/1] pwm: Add freq_hz and duty_percent

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 1 + .../pwm-Add-freq_hz-and-duty_percent.patch | 312 + 2 files changed, 313 insertions(+) create mode 100644

[linux-yocto] [[PATCH 0/1] LIBATA patches for Baytrail in Yocto-kernel-cache

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" These patches are to enable LIBATA features in Baytrail. The patches are targeted to merge into Yocto-kernel-cache on branch yocto-3.14. 1/3 [ Author: Wan Ahmad Zainie Email: wan.ahmad.zainie.wan.moha...@intel.com Date: Wed, 29 Jul 2015 18:13:24

[linux-yocto] [[PATCH 1/1] libata: add curr_xfer_mode attribute

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 3 + .../libata-add-curr_xfer_mode-attribute.patch | 71 ++ .../libata-enable-atapi_an-by-default.patch| 30 ++

[linux-yocto] [[PATCH 1/1] pinctrl: baytrail: unmap interrupt when free the gpio pin

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 4 + ...trail-Serialize-GPIO-registers-access-wit.patch | 256 ...trail-enable-platform-device-in-the-absen.patch | 339 +

[linux-yocto] [[PATCH 1/1] hpet: refactor driver

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 3 + .../baytrail/hpet-Fix-checkpatch.pl-warnings.patch | 74 +++ .../hpet-implement-start-stop-query-API.patch | 316 + features/soc/baytrail/hpet-refactor-driver.patch |

[linux-yocto] [[PATCH 1/1] dma: dw: Fix Intel MID DMA driver and Designware DMA

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 10 + ...Intel-MID-DMA-driver-and-Designware-DMA-d.patch | 39 ++ ...dw-allocate-memory-in-two-stages-in-probe.patch | 88 + ...w-apply-both-HS-interfaces-and-remove-sla.patch | 155

[linux-yocto] [[PATCH 0/1] HPET patches for Baytrail in Yocto-kernel-cache

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" These patches are to enable HPET features in Baytrail. The patches are targeted to merge into Yocto-kernel-cache on branch yocto-3.14. 1/3 [ Author: Wan Ahmad Zainie Email: wan.ahmad.zainie.wan.moha...@intel.com Date: Sun, 26 Jul 2015 10:42:56

[linux-yocto] [PATCH 0/1] DMA patches for Baytrail in Yocto-kernel-cache

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" These patches are to enable DMA features in Baytrail. The patches are targeted to merge into Yocto-kernel-cache on branch yocto-3.14. 01/10 [ Author: "Chew, Chiau Ee" Email: chiau.ee.c...@intel.com Date: Wed, 8 May 2013 16:03:20 +0800 Subject:

[linux-yocto] [[PATCH 1/1] 8250: dw: Support all baudrates on baytrail

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- ...8250_dw-Support-all-baudrates-on-baytrail.patch | 152 ++ ...ot-using-UART-RTS-override-with-Auto-Flow.patch | 61 features/soc/baytrail/baytrail.scc | 8 +

[linux-yocto] [[PATCH 0/1] SERIAL patches for Baytrail in Yocto-kernel-cache

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" These patches are to enable SERIAL features in Baytrail. The patches are targeted to merge into Yocto-kernel-cache on branch yocto-3.14. 1/8 [ Author: Loic Poulain Email: loic.poul...@intel.com Date: Thu, 24 Apr 2014 11:46:14 +0200 Subject:

[linux-yocto] [PATCH 1/1] mmc: sdhci: Preset value not supported in Baytrail eMMC

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 7 + .../mmc-block-Fix-checkpatch.pl-warning.patch | 31 ++ ...mc-block-implement-write-request-blocking.patch | 180 ++ .../mmc-block-refactor-read-only-handling.patch|

[linux-yocto] [PATCH 0/1] eMMC patches for Baytrail in Yocto-kernel-cache

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" These patches are to enable eMMC features in Baytrail. The patches are targeted to merge into Yocto-kernel-cache on branch yocto-3.14. Patch mmc: sdhci: Preset value not supported in Baytrail eMMC and mmc: sdhci: add DDR50 1.8V mode support for

[linux-yocto] [PATCH 1/1] spi: pxa2xx: remove unnecessary OOM message

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 10 + ...spidev_test-to-test-automatic-PIO-DMA-swi.patch | 93 ...spidev_test-to-test-modifying-FIFO-trigge.patch | 134

[linux-yocto] [PATCH 0/1] USB patches for Baytrail in Yocto-kernel-cache

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" These patches are to enable USB features in Baytrail. The patches are targeted to merge into Yocto-kernel-cache on branch yocto-3.14. Patch usb: dwc3: core: Fix gadget for system suspend/resume and usb/xhci: Change how we indicate a host

[linux-yocto] [PATCH 1/1] usb: core: Fix gadget for system suspend resume

2016-03-30 Thread chong . yi . chai
From: "Chai, Chong Yi" --- features/soc/baytrail/baytrail.scc | 5 + .../usb-core-hub-Fix-checkpatch.pl-error.patch | 29 + ...hub-Generate-uevent-for-overcurrent-event.patch | 142 +