[linux-yocto] [PATCH] features/thermal: Enable Intel PMIC thermal feature

2016-07-06 Thread Nilesh Bacchewar
Enable this for Intel PMIC with ADC channels monitoring system temperature measurements and alerts. Signed-off-by: Nilesh Bacchewar --- features/power/intel_pmic.cfg | 6 ++ features/thermal/coretemp.cfg | 3 +++ 2 files changed, 9 insertions(+) diff --git

[linux-yocto] [yocto-kernel-cache] [PATCH] Thermal: Enable PMIC thermal configs

2016-07-06 Thread Nilesh Bacchewar
Hello Bruce, This change enables PMIC thermal feature on broxton platform. Changes are added in coretemp.cfg and intel pmic. This change is targeted for yocto-4.4 branch. Nilesh Bacchewar (1): features/thermal: Enable Intel PMIC thermal feature features/power/intel_pmic.cfg | 6 ++

[linux-yocto] [yocto-kernel-cache] [PATCH] Enable USB Type C for broxton

2016-07-06 Thread Pranav Tipnis
Hello Bruce, This is to enable USB type C feature on broxton platform. I have created new config fragments for usb type c and intel pmic. This should go in yocto-4.4 branch. Pranav Tipnis (1): broxton: Enable USB Type C feature for broxton features/power/intel_pmic.cfg| 5 +

[linux-yocto] [PATCH] gpio: update Intel WhiskeyCove GPIO driver

2016-07-06 Thread Nilesh Bacchewar
Incremental patch for Intel WhiskeyCove GPIO driver based on updated patch version Changes: - Typo fix (Whsikey --> Whiskey). - Removed the device id table and added MODULE_ALIAS() Signed-off-by: Nilesh Bacchewar --- drivers/gpio/Kconfig | 2 +-

Re: [linux-yocto] Review request: [linux-yocto-4.1] Add the fsl-ls10xx bsp kernel meta

2016-07-06 Thread Bruce Ashfield
On 2016-07-05 11:26 PM, guojian.z...@windriver.com wrote: From: Guojian Zhou These patches will supply the fsl-ls10xx bsp scc/cfg kernel meta support for the linux-yocto-4.1 kernel. The FSL LS1021A-IOT platform will work well with this kernel. merged Bruce