[linux-yocto] [PATCH 2/2] pinctrl: intel: fix offset calculation issue of register PAD_OWN

2016-06-13 Thread Tan Jui Nee
y: Mika Westerberg <mika.westerb...@linux.intel.com> Signed-off-by: Linus Walleij <linus.wall...@linaro.org> (cherry picked from commit 99a735b3c287b70aa67952b1ff3d85cd924d85f9) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/pinctrl/intel/pinctrl-intel.c | 9 +

[linux-yocto] [PATCH 0/2] Backport pinctrl/intel patches from mainline kernel into linux-yocto-4.1

2016-06-13 Thread Tan Jui Nee
Hi Bruce, The patches are to backport Intel Broxton / Apollo Lake patches that are available in the mainline Linux kernel, upstreamed by Qipeng Zha. The patches are to fix GPIO register offset calculation for Intel Broxton / Apollo Lake. The patches are targetted to merge into linux-yocto-4.1

[linux-yocto] [PATCH 18/18] serial: 8250_dw: Do not use readl/writel before checking port iotype

2016-06-10 Thread Tan Jui Nee
gt; (cherry picked from commit 5a43140cc4a59eda4549cc3b74989efa77973158) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/t

[linux-yocto] [PATCH 13/18] serial: 8250_dw: cleanup dw8250_idma_filter

2016-06-10 Thread Tan Jui Nee
> (cherry picked from commit 83ce95ef5efba06e5201c31064d11069bfdb87a0) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/seria

[linux-yocto] [PATCH 12/18] serial: 8250_dw: rename and comment the fallback dma filter

2016-06-10 Thread Tan Jui Nee
cd16) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index a4aa671..a16579e 100644 --- a/dri

[linux-yocto] [PATCH 16/18] serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()

2016-06-10 Thread Tan Jui Nee
gt; (cherry picked from commit cdcea058e51008479545f29201b4fa577c59733c) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 91 ++- 1 file changed, 42 insertions(+), 49 deletions(-) diff --git a/drivers/tty/serial/8250/8250_dw.c b/dri

[linux-yocto] [PATCH 15/18] serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flag

2016-06-10 Thread Tan Jui Nee
com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit 7693c79ce0779e9f3ebeaee747592da42294bc5f) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[linux-yocto] [PATCH 14/18] serial: 8250_dw: cleanup dw8250_setup_port

2016-06-10 Thread Tan Jui Nee
kki.kroge...@linux.intel.com> Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit 2338a75e0fe7195a615e66941a183b3286ee2fcd) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/

[linux-yocto] [PATCH 11/18] serial: 8250_dw: proper support for UARTs without busy functionality

2016-06-10 Thread Tan Jui Nee
ogerus <heikki.kroge...@linux.intel.com> Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit c73942e22aa4a3d910f9be8d48de4080c3a52086) Signed-off-by: Tan Jui Nee <jui.nee@int

[linux-yocto] [PATCH 17/18] serial: 8250_dw: Add support for big-endian MMIO accesses

2016-06-10 Thread Tan Jui Nee
roah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit 4625090187768bc776d69dfaa6a1f79b1125debe) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/tty/

[linux-yocto] [PATCH 10/18] serial: 8250_dw: add dw8250_quirks function

2016-06-10 Thread Tan Jui Nee
Signed-off-by: Heikki Krogerus <heikki.kroge...@linux.intel.com> Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit 9e08fa50b2f5935a219a323df5380d28f675c585) Signed-off-

[linux-yocto] [PATCH 09/18] serial: 8250_dw: only setup the port from one place

2016-06-10 Thread Tan Jui Nee
lag. Signed-off-by: Heikki Krogerus <heikki.kroge...@linux.intel.com> Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit 4f042054faa0f40b5801464ef818f28885e5435e) Signed-off-by:

[linux-yocto] [PATCH 07/18] serial: 8250_dw: adapt to unified device property interface

2016-06-10 Thread Tan Jui Nee
com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit 1bd8edba10e6aa275434a8daa7ddcaf849fe49ad) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 80 ++- 1 file

[linux-yocto] [PATCH 08/18] serial: 8250_dw: hook the DMA in one place

2016-06-10 Thread Tan Jui Nee
;andriy.shevche...@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit 2559318caa76028edc9c0553932a17139e6adc58) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 19 +++ 1 fil

[linux-yocto] [PATCH 06/18] serial: 8250_dw: add separate pointer for the uart_port to dw8250_probe

2016-06-10 Thread Tan Jui Nee
ed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit 78d3da75d54ac7c1984ff19ba6034db2f549df89) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 42 +++

[linux-yocto] [PATCH 05/18] serial: 8250_dw: allow lower reference frequencies

2016-06-10 Thread Tan Jui Nee
: Stephen Boyd <sb...@codeaurora.org> (cherry picked from commit 3b4261dcf65993f95de80a0d63c5299aab922bd8) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/tty/serial/8250/8250_dw.c b/dri

[linux-yocto] [PATCH 00/18] Backport serial patches from mainline kernel into linux-yocto-4.1

2016-06-10 Thread Tan Jui Nee
Hi Bruce, These patches are the serial backports for Intel Apollo Lake/Broxton, that are available in mainline Linux kernel. All the patches are to enable serial driver support for Intel Apollo Lake/ Broxton. The patches are targeted to merge into linux-yocto-4.1 on standard/base branch.

[linux-yocto] [PATCH 01/18] serial: 8250_dma: no need to sync RX buffer

2016-06-10 Thread Tan Jui Nee
on.org> (cherry picked from commit 27c310c5c3129aac9d2f325211df85a82177f274) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dma.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/tty/serial/8250/8250_dma.c b/drivers/tty/serial/8250/

[linux-yocto] [PATCH 04/18] serial:8250_dw: do not alter CTS and DCTS since AFE is enabled

2016-06-10 Thread Tan Jui Nee
uiquan.zh...@intel.com> Signed-off-by: Qipeng Zha <qipeng@intel.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit cbba3e6f7a1eb642cccf520f690d4a58b97a9588) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/

[linux-yocto] [PATCH 02/18] serial: 8250_dw: support ACPI platforms with integrated DMA engine

2016-06-10 Thread Tan Jui Nee
Hartman <gre...@linuxfoundation.org> (cherry picked from commit 0788c39b955151d92711800ce14f41154095bfa6) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/tty/serial/8250/8250_dw.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/drivers/tty/

[linux-yocto] [PATCH 03/18] serial: 8250: Auto CTS control by HW if AFE enabled

2016-06-10 Thread Tan Jui Nee
f-by: Qipeng Zha <qipeng@intel.com> Reviewed-by: Peter Hurley <pe...@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> (cherry picked from commit 0a6c301a2db2f9af0478a83c15d8ec5cdac65eb9) Signed-off-by: Tan Jui Nee <jui.nee@intel.

[linux-yocto] [PATCH] dmaengine: idma: rename to INTEL_IDMA64

2016-06-10 Thread Tan Jui Nee
rg> Acked-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Vinod Koul <vinod.k...@intel.com> (cherry picked from commit 9ab8b4e7cacfc4a03e4f39fe8a090436ce456720) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> Conflicts: drivers/dma/Kconfi

[linux-yocto] [PATCH] Backport iDMA64 patches from mainline kernel into linux-yocto-4.1

2016-06-10 Thread Tan Jui Nee
Hi Bruce, The patch is to rename symbol CONFIG_IDMA64 to CONFIG_INTEL_IDMA64, as to conform to rest of the intel dmaengine drivers. The patch is targeted to merge into linux-yocto-4.1 on standard/base branch. Please review and provide feedback if any. Thanks and best regards, Juinee Vinod

[linux-yocto] [PATCH 12/12] dmaengine: idma64: clear LLP_[SD]_EN bits in last descriptor

2016-03-30 Thread Tan Jui Nee
intel.com> Signed-off-by: Vinod Koul <vinod.k...@intel.com> (cherry picked from commit a2826e662eb13a041078260692b4e023ed5cbf62) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/dma/idma64.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/dma/idma64.c b/dr

[linux-yocto] [PATCH 09/12] dmaengine: idma64: set maximum allowed segment size for DMA

2016-03-30 Thread Tan Jui Nee
picked from commit e3fdb1894cfac6dd4a5bb24d3232fd97ddf74c93) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/dma/idma64.c | 2 ++ drivers/dma/idma64.h | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/dma/idma64.c b/drivers/dma/idma64.c index

[linux-yocto] [PATCH 10/12] dmaengine: idma64: convert idma64_hw_desc_fill() to return void

2016-03-30 Thread Tan Jui Nee
picked from commit ac02979413e0310f85bbcc2945d65da7071c08fe) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/dma/idma64.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/dma/idma64.c b/drivers/dma/idma64.c index 97802be..b6c13f9 100644 --- a/drivers/dma/idma64.c

[linux-yocto] [PATCH 04/12] dmaengine: idma64: useless use of min_t()

2016-03-30 Thread Tan Jui Nee
Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Vinod Koul <vinod.k...@intel.com> (cherry picked from commit 22b74406c5ac1829cd60f75c8c6a4ed1e0f4da03) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/dma/idma64.c | 4 ++-- 1 fi

[linux-yocto] [PATCH 06/12] dmaengine: idma64: make better performance on pause / resume

2016-03-30 Thread Tan Jui Nee
Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/dma/idma64.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/dma/idma64.c b/drivers/dma/idma64.c index c7da43c..7d56b47 100644 --- a/drivers/dma/idma64.c +++ b/drivers/dma/idma64.c @@ -6

[linux-yocto] [PATCH 01/12] dmaengine: add a driver for Intel integrated DMA 64-bit

2016-03-30 Thread Tan Jui Nee
o make the driver cleaner and easy to understand. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Acked-by: Vinod Koul <vinod.k...@intel.com> Signed-off-by: Lee Jones <lee.jo...@linaro.org> (cherry picked from commit 667dfed98615ae1fc4cc05b0763078435598c0f5) Si

[linux-yocto] [PATCH 08/12] dmaengine: idma64: drop IRQ enable / disable in handler

2016-03-30 Thread Tan Jui Nee
anyway. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Vinod Koul <vinod.k...@intel.com> (cherry picked from commit 37580559f314bfba0c8bdae002bc5c10088ac457) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/dma/idma64.c | 8 ---

[linux-yocto] [PATCH 05/12] dmaengine: idma64: this is not DesignWare

2016-03-30 Thread Tan Jui Nee
cherry picked from commit 581ec089a5476a9ddc8d0707e47315a2609297ad) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/dma/idma64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/idma64.h b/drivers/dma/idma64.h index a4d9968..323c3f1 100644 --- a/dr

[linux-yocto] [PATCH 02/12] dmaengine: idma64: improve residue estimation

2016-03-30 Thread Tan Jui Nee
ad two registers at a time. To minimize an error make those reads close to each other. Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> Signed-off-by: Vinod Koul <vinod.k...@intel.com> (cherry picked from commit 0b23a1ece9be2c3e04c3b8d3594a1ada1fa1ae50) Signed-off-by: Ta

[linux-yocto] [PATCH 00/12] Backport iDMA64 patches from mainline kernel into linux-yocto-4.1

2016-03-30 Thread Tan Jui Nee
Hi Bruce, The patches are to enable iDMA64 driver support for Intel Broxton that are available in the mainline Linux kernel, upstreamed by Andy Shevchenko. The patches are targeted to merge into linux-yocto-4.1 on standard/base branch. Please review and provide feedback if any. Thanks and best

[linux-yocto] [PATCH 01/11] pwm: lpss: Add support for multiple PWMs

2016-03-28 Thread Tan Jui Nee
m> Signed-off-by: Thierry Reding <thierry.red...@gmail.com> (cherry picked from commit 4e11f5acb25b0b8eb937c726ade319b988fe3664) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/pwm/pwm-lpss.c | 48 +++- drivers/pwm/pwm-lpss.h

[linux-yocto] [PATCH 02/11] pwm: lpss: Support all four PWMs on Intel Broxton

2016-03-28 Thread Tan Jui Nee
nstead. Signed-off-by: Mika Westerberg <mika.westerb...@linux.intel.com> Signed-off-by: Thierry Reding <thierry.red...@gmail.com> (cherry picked from commit 87219cb47e5ccfb932177e960c495d475bc16add) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> Conflicts: drivers/pwm/

[linux-yocto] [PATCH 00/11] Backport PWM patches from mainline kernel into linux-yocto-4.1

2016-03-28 Thread Tan Jui Nee
Hi Bruce, The patches are PWM backport for Intel Broxton that are available in the mainline Linux kernel. The following patches are to enable PWM driver support for Intel Broxton. pwm: lpss: Add support for multiple PWMs pwm: lpss: Support all four PWMs on Intel Broxton

[linux-yocto] [PATCH 11/11] pwm: Add the pwm_is_enabled() helper

2016-03-28 Thread Tan Jui Nee
Boris Brezillon <boris.brezil...@free-electrons.com> Signed-off-by: Thierry Reding <thierry.red...@gmail.com> (cherry picked from commit 5c31252c4a86dc591c23f1a951edd52ad791ef0e) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/pwm/core.c| 4 ++-- drivers/pw

[linux-yocto] [PATCH 10/11] pwm: atmel: Fix incorrect CDTY value after disabling

2016-03-28 Thread Tan Jui Nee
.@gmail.com> (cherry picked from commit 472ac3dcac108d6648ee28616c6de1e3b0bb361f) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/pwm/pwm-atmel.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-a

[linux-yocto] [PATCH 07/11] pwm: lpss: Select core part automatically

2016-03-28 Thread Tan Jui Nee
com> Signed-off-by: Thierry Reding <thierry.red...@gmail.com> (cherry picked from commit 6f90a00c6667dce5651341f0629443cf7951b235) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/pwm/Kconfig | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/dri

[linux-yocto] [PATCH 06/11] pwm: lpss: Update PWM setting for Broxton

2016-03-28 Thread Tan Jui Nee
sterberg <mika.westerb...@linux.intel.com> Signed-off-by: Thierry Reding <thierry.red...@gmail.com> (cherry picked from commit 883e4d070fe125028c0579d8666b820aadf458fb) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/pwm/pwm-lpss.c | 33 +++--

[linux-yocto] [PATCH 03/11] pwm: lpss: Add more Intel Broxton IDs

2016-03-28 Thread Tan Jui Nee
picked from commit 03f00e5311d5d0d3ac716121865cb967259980ca) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/pwm/pwm-lpss-pci.c | 1 + drivers/pwm/pwm-lpss-platform.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/pwm/pwm-lpss-pci.c b/drivers/pwm/pwm-lpss-pci.c index

[linux-yocto] [PATCH 9/9] i2c: i801: Add support for Intel Broxton

2016-03-22 Thread Tan Jui Nee
409c48) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/i2c/busses/i2c-i801.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c index 47c2ddf..d8219bc 100644 --- a/drivers/i2c/busses/i2c-i801.c +++ b/drivers/i2c/bu

[linux-yocto] [PATCH 6/9] mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data

2016-03-22 Thread Tan Jui Nee
gt; (cherry picked from commit 420b54de25828c45f3fc1f12d52d9657f5e90a53) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/mfd/lpc_ich.c | 32 +--- drivers/platform/x86/intel_pmc_ipc.c | 9 - drivers/watchdog/iTCO_wdt.c| 11

[linux-yocto] [PATCH 8/9] i2c: i801: Add support for Intel DNV

2016-03-22 Thread Tan Jui Nee
a.westerb...@linux.intel.com> Signed-off-by: Wolfram Sang <w...@the-dreams.de> (cherry picked from commit 84d7f2ebd70d36e9d83e0973d2f4dac56a671f4f) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/i2c/busses/i2c-i801.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers

[linux-yocto] [PATCH 5/9] intel_pmc_ipc: Update kerneldoc formatting

2016-03-22 Thread Tan Jui Nee
7047776960bf0c17) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- arch/x86/include/asm/intel_pmc_ipc.h | 27 - drivers/platform/x86/intel_pmc_ipc.c | 57 ++-- 2 files changed, 35 insertions(+), 49 deletions(-) diff --git a/arch/x86/inclu

[linux-yocto] [PATCH 7/9] watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint

2016-03-22 Thread Tan Jui Nee
rs since the TCO device is on the SMBus in Sunrisepoint. Signed-off-by: Matt Fleming <matt.flem...@intel.com> Reviewed-by: Guenter Roeck <li...@roeck-us.net> Signed-off-by: Lee Jones <lee.jo...@linaro.org> (cherry picked from commit 2a7a0e9bf7b32e838d873226808ab8a6c00148f7) S

[linux-yocto] [PATCH 3/9] intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver

2016-03-22 Thread Tan Jui Nee
fengguang...@intel.com: Fix Sparse and Cocinelle warnings] Signed-off-by: Fengguang Wu <fengguang...@intel.com> Signed-off-by: Darren Hart <dvh...@linux.intel.com> (cherry picked from commit 0a8b83530b6f67b9a50bd7937d57a5deea187b5b) Signed-off-by: Tan Jui Nee <ju

[linux-yocto] [PATCH 0/9] Backport SMBus/iTCO patches from mainline kernel into linux-yocto-4.1

2016-03-22 Thread Tan Jui Nee
Hi Bruce, The patches are to backport Intel Broxton and Denverton patches that are available in the mainline Linux kernel. The following patches are to enable SMBus and iTCO watchdog drivers support for Intel Broxton and Denverton. i2c: i801: Create iTCO device on newer Intel PCHs

[linux-yocto] [PATCH 1/9] i2c: i801: Create iTCO device on newer Intel PCHs

2016-03-22 Thread Tan Jui Nee
et> Acked-by: Wolfram Sang <w...@the-dreams.de> Signed-off-by: Lee Jones <lee.jo...@linaro.org> (cherry picked from commit 9424693035a57961a8eb09e96aab315a7096535d) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/i2c/busses/i2c-i801.c | 120 +

[linux-yocto] [PATCH 2/6] pinctrl: make pinctrl_register() return proper error code

2016-03-14 Thread Tan Jui Nee
trons.com> Acked-by: Hongzhou Yang <hongzhou.y...@mediatek.com> Acked-by: Wei Chen <wei.c...@csr.com> Signed-off-by: Linus Walleij <linus.wall...@linaro.org> (cherry picked from commit 323de9efdf3e75d1dfb48003a52e59d6d9d4c7a5) Signed-off-by: Tan Jui Nee <jui.nee@int

[linux-yocto] [PATCH 1/6] pinctrl: intel: sunrisepoint: Add Intel Sunrisepoint-H support

2016-03-14 Thread Tan Jui Nee
driver. Signed-off-by: Mika Westerberg <mika.westerb...@linux.intel.com> Signed-off-by: Linus Walleij <linus.wall...@linaro.org> (cherry picked from commit 551fa5801ef10298aa1f43e5e95355e2dd5cb3bb) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/pinctrl/intel/pinc

[linux-yocto] [PATCH 4/6] pinctrl: intel: Add support for multiple GPIO chips sharing the interrupt

2016-03-14 Thread Tan Jui Nee
e need to request the interrupt using devm_request_irq() and pass IRQF_SHARED with the flags. Signed-off-by: Mika Westerberg <mika.westerb...@linux.intel.com> Signed-off-by: Linus Walleij <linus.wall...@linaro.org> (cherry picked from commit 193b40c8258f781d8dc395909b2971472aad6796) Signed-o

[linux-yocto] [PATCH 3/6] pinctrl: intel: Fix compilation warning when !CONFIG_PM_SLEEP

2016-03-14 Thread Tan Jui Nee
guard as well. Signed-off-by: Mika Westerberg <mika.westerb...@linux.intel.com> Signed-off-by: Linus Walleij <linus.wall...@linaro.org> (cherry picked from commit f487bbf309759153f56bac7d7ba5ee63196ce584) Signed-off-by: Tan Jui Nee <jui.nee@intel.com> --- drivers/pinctrl/in

[linux-yocto] [PATCH] drm/i915: Fix the VBT child device parsing for BSW

2015-10-12 Thread Tan Jui Nee
ntel.com> Reviewed-by: Damien Lespiau <damien.lesp...@intel.com> Signed-off-by: Daniel Vetter <daniel.vet...@ffwll.ch> (cherry picked from commit 90e4f1592bb6e82f6690f0e05a8aadcf04d7bce7) Signed-off-by: abdul arif abdul muttalib <abdul.arif.b.abdul.mutta...@intel.com> Signed-off

[linux-yocto] [PATCH] Backport eDP bug fix for Braswell

2015-10-12 Thread Tan Jui Nee
Hi, This patch is targeted for Braswell bug fixes on i915 graphics driver. We encountered issues which eDP unable to initialize due to changes in BIOS VBT. The patch was backported from upstream kernel into linux-yocto-4.1. The functionality and bug fixed by the patch has been built and tested on