Re: [linux-yocto] [PATCH 00/17] i2c: designware: Backport i2c patches to 4.1

2016-03-29 Thread Bruce Ashfield
On 2016-03-24 9:37 PM, weifeng.v...@intel.com wrote: From: "Voon, Weifeng" This i2c patches are needed to be backported to enable Apollo Lake/Broxton These changes are now staged. Bruce This patches are from mainline and targeted for linux-yocto-4.1 on

Re: [linux-yocto] [PATCH] gpio-pca953x: add PCAL9535 Interrupt support

2016-03-29 Thread Bruce Ashfield
On 2016-03-29 3:49 AM, Yong Li wrote: Dear Maintainers, This patch fixes the "some Galileo Gen 2 gpio cannot trigger interrupt" bug: https://jira01.devtools.intel.com/browse/IOTOS-1365. Please merge it into standard/base branch for linux-yocto-4.4 if this looks okay. What's the upstream

Re: [linux-yocto] Backport mmc patches to linux-yocto-4.1

2016-03-29 Thread Bruce Ashfield
On 2016-03-25 5:17 AM, Chuah, Kim Tatt wrote: Hi Bruce, These patches are the mmc backports for Apollo Lake/Broxton, upstreamed to the mainline Linux kernel by Adrian Hunter. The other patches are dependencies to allow the Apollo Lake mmc patches to be applied cleanly. Please find the patches

Re: [linux-yocto] [PATCH 00/13] platform/x86: Backport Intel Telemetry driver for 4.1

2016-03-29 Thread Bruce Ashfield
On 2016-03-29 1:08 AM, ong.hock...@intel.com wrote: From: "Yu, Ong Hock" This patch series is to back port the Intel Telemetry drivers for Apollo Lake to 4,1. The patches are targetted for linux-yocto-4.1 on standard/base branch. Looks like we are missing the

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

2016-03-29 Thread Bruce Ashfield
On 2016-03-28 3:43 AM, Tan Jui Nee wrote: 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:

Re: [linux-yocto] [PATCH 1/1] drm/i915/skl: Fix DMC load on Skylake J0 and K0

2016-03-29 Thread Bruce Ashfield
On 2016-03-29 2:23 PM, Sullivan, California L wrote: Hi Bruce, This is for 4.4 and master. Sounds good. I've staged the change. Bruce Thanks, Cal On 03/29/2016 10:56 AM, Bruce Ashfield wrote: This is for 4.4 or 4.1 ? .. or both ? Bruce On 2016-03-28 5:15 PM, California Sullivan wrote:

Re: [linux-yocto] [PATCH 1/1] drm/i915/skl: Fix DMC load on Skylake J0 and K0

2016-03-29 Thread Sullivan, California L
Hi Bruce, This is for 4.4 and master. Thanks, Cal On 03/29/2016 10:56 AM, Bruce Ashfield wrote: > This is for 4.4 or 4.1 ? .. or both ? > > Bruce > > On 2016-03-28 5:15 PM, California Sullivan wrote: >> NUC6 (Skylake) graphics firmware fails to load without this patch. >> >> From: Mat Martineau

[linux-yocto] [PATCH 1/2] preempt-rt.cfg/standard.cfg: enable OVERLAY_FS

2016-03-29 Thread Robert Yang
Otherwise the live iso will be readonly. Signed-off-by: Robert Yang --- ktypes/preempt-rt/preempt-rt.cfg | 2 ++ ktypes/standard/standard.cfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ktypes/preempt-rt/preempt-rt.cfg b/ktypes/preempt-rt/preempt-rt.cfg

[linux-yocto] [PATCH 2/2] cfg/virtio.cfg: enable SCSI_VIRTIO

2016-03-29 Thread Robert Yang
Otherwise the hdddirect, vmdk, qcow2 and vdi can not be boot by qemu. Signed-off-by: Robert Yang --- cfg/virtio.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg/virtio.cfg b/cfg/virtio.cfg index 7a83373..13c73f5 100644 --- a/cfg/virtio.cfg +++

[linux-yocto] [PATCH 03/13] surface pro 3: Add support driver for Surface Pro 3 buttons

2016-03-29 Thread ong . hock . yu
From: Chen Yu Since Surface Pro 3 does not follow the specs of "Windows ACPI Design Guide for SoC Platform", code in drivers/input/misc/soc_array.c can not detect these buttons on it. According to bios implementation, Surface Pro 3 encapsulates these buttons in a device

[linux-yocto] [PATCH 02/13] intel_pmc_ipc: Fix compiler casting warnings

2016-03-29 Thread ong . hock . yu
From: "qipeng.zha" Avoid casting variables to different sizes due to different compilers and settings. Reported-by: Fengguang Wu Signed-off-by: qipeng.zha Signed-off-by: Darren Hart (cherry picked

Re: [linux-yocto] [PATCH 1/2] preempt-rt.cfg/standard.cfg: enable OVERLAY_FS

2016-03-29 Thread Robert Yang
On 03/30/2016 09:08 AM, Robert Yang wrote: On 03/29/2016 08:40 PM, Bruce Ashfield wrote: On 2016-03-29 3:23 AM, Robert Yang wrote: Otherwise the live iso will be readonly. Not true .. overlayfs is one way to have a read/write ISO, but not the only. This isn't something we bury in the

[linux-yocto] [PATCH 05/13] platform:x86: add Intel P-Unit mailbox IPC driver

2016-03-29 Thread ong . hock . yu
From: Qipeng Zha This driver provides support for P-Unit mailbox IPC on Intel platforms. The heart of the P-Unit is the Foxton microcontroller and its firmware, which provide mailbox interface for power management usage. Signed-off-by: Qipeng Zha

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

2016-03-29 Thread ong . hock . yu
From: "qipeng.zha" This driver provides support for PMC control on Apollo Lake platforms. The PMC is an ARC processor which defines some IPC commands for communication with other entities in the CPU. Signed-off-by: qipeng.zha [fengguang...@intel.com:

[linux-yocto] [PATCH 00/13] platform/x86: Backport Intel Telemetry driver for 4.1

2016-03-29 Thread ong . hock . yu
From: "Yu, Ong Hock" This patch series is to back port the Intel Telemetry drivers for Apollo Lake to 4,1. The patches are targetted for linux-yocto-4.1 on standard/base branch. Chen Yu (1): surface pro 3: Add support driver for Surface Pro 3 buttons Qipeng Zha (3):

[linux-yocto] [PATCH 04/13] MAINTAINERS: Add maintainership for MIC drivers

2016-03-29 Thread ong . hock . yu
From: Sudeep Dutt Add entry for MIC drivers to the MAINTAINERS file Signed-off-by: Ashutosh Dixit Signed-off-by: Sudeep Dutt Signed-off-by: Greg Kroah-Hartman (cherry picked from commit

Re: [linux-yocto] [PATCH 1/2] preempt-rt.cfg/standard.cfg: enable OVERLAY_FS

2016-03-29 Thread Robert Yang
On 03/29/2016 08:40 PM, Bruce Ashfield wrote: On 2016-03-29 3:23 AM, Robert Yang wrote: Otherwise the live iso will be readonly. Not true .. overlayfs is one way to have a read/write ISO, but not the only. This isn't something we bury in the middle of the ktypes. aufs has always been a

[linux-yocto] [PATCH 06/13] platform/x86: Add Intel Telemetry Core Driver

2016-03-29 Thread ong . hock . yu
From: Souvik Kumar Chakravarty Intel PM Telemetry is a software mechanism via which various SoC PM and performance related parameters like PM counters, firmware trace verbosity, the status of different devices inside the SoC, etc. can be monitored and analyzed.

[linux-yocto] [PATCH 07/13] platform:x86: Add Intel telemetry platform driver

2016-03-29 Thread ong . hock . yu
From: Souvik Kumar Chakravarty Telemetry platform driver implements the telemetry interfaces. Currently it supports ApolloLake. It uses the PUNIT and PMC IPC interfaces to configure the telemetry samples to read. The samples are read from a Secure SRAM region.

[linux-yocto] [PATCH 10/13] MAINTAINERS: Combine multiple telemetry entries

2016-03-29 Thread ong . hock . yu
From: Souvik Kumar Chakravarty This patch combines all the telemetry file entries in MAINTAINERS via wildcard. Signed-off-by: Souvik Kumar Chakravarty Signed-off-by: Darren Hart (cherry picked from commit

[linux-yocto] [PATCH 08/13] platform:x86: Add Intel Telemetry Debugfs interfaces

2016-03-29 Thread ong . hock . yu
From: Souvik Kumar Chakravarty This implements debugfs interfaces for reading the telemetry samples from SSRAM and configuring firmware trace verbosity. Interface created under /sys/kernel/debug/telemetry soc_states: SoC Device and Low Power States pss_info: Info

[linux-yocto] [PATCH 09/13] intel_telemetry_debugfs: Fix unused warnings in telemetry debugfs

2016-03-29 Thread ong . hock . yu
From: Souvik Kumar Chakravarty This patch fixes compile time warnings when CONFIG_PM_SLEEP is undefined. In this case sleep related counters are unused. Signed-off-by: Souvik Kumar Chakravarty Signed-off-by: Darren Hart

[linux-yocto] [PATCH 12/13] platform:x86: Add Intel telemetry platform device

2016-03-29 Thread ong . hock . yu
From: Souvik Kumar Chakravarty Telemetry Device is created by the pmc_ipc driver. Resources are populated according SSRAM region as indicated by the BIOS tables. Signed-off-by: Souvik Kumar Chakravarty Signed-off-by: Darren Hart

[linux-yocto] [PATCH 13/13] intel_punit_ipc: add NULL check for input parameters

2016-03-29 Thread ong . hock . yu
From: Qipeng Zha intel_punit_ipc_command() maybe called when in or out data pointers are NULL. Signed-off-by: Qipeng Zha Signed-off-by: Darren Hart (cherry picked from commit 8b948e5dcb2092c80a1064267e4dee5009bf7179)

[linux-yocto] [PATCH 11/13] intel_pmc_ipc: update acpi resource structure for Punit

2016-03-29 Thread ong . hock . yu
From: Qipeng Zha BIOS restructure exported memory resources for Punit in acpi table, So update resources for Punit. Signed-off-by: Qipeng Zha Reviewed-by: Andy Shevchenko Signed-off-by: Darren Hart

Re: [linux-yocto] [PATCH] gpio-pca953x: add PCAL9535 Interrupt support

2016-03-29 Thread Yong Li
Hi Bruce, This patch is based on the below patch in Kernel 3.8: commit f22e9ce7703448e1a2063fa171fb22dfef1da6dc Author: Josef Ahmad Date: Wed Apr 9 16:57:30 2014 +0100 Quark GPIO 1/2 Since there are several changes in the drivers/gpio/gpio-pca953x.c

Re: [linux-yocto] [PATCH 2/2] cfg/virtio.cfg: enable SCSI_VIRTIO

2016-03-29 Thread Bruce Ashfield
On 2016-03-29 3:23 AM, Robert Yang wrote: Otherwise the hdddirect, vmdk, qcow2 and vdi can not be boot by qemu. I queued this change. No need to resend when patch 1/2 is re-worked. Bruce Signed-off-by: Robert Yang --- cfg/virtio.cfg | 1 + 1 file changed, 1

Re: [linux-yocto] [PATCH] gpio-pca953x: add PCAL9535 Interrupt support

2016-03-29 Thread Bruce Ashfield
On 2016-03-29 9:47 PM, Yong Li wrote: Hi Bruce, This patch is based on the below patch in Kernel 3.8: commit f22e9ce7703448e1a2063fa171fb22dfef1da6dc Author: Josef Ahmad > Date: Wed Apr 9 16:57:30 2014 +0100 Quark

Re: [linux-yocto] [PATCH 01/13] intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver

2016-03-29 Thread Bruce Ashfield
On 2016-03-29 8:37 PM, ong.hock...@intel.com wrote: From: "qipeng.zha" This driver provides support for PMC control on Apollo Lake platforms. The PMC is an ARC processor which defines some IPC commands for communication with other entities in the CPU. Signed-off-by:

Re: [linux-yocto] [PATCH] gpio-pca953x: add PCAL9535 Interrupt support

2016-03-29 Thread Yong Li
Thanks Bruce! Let me re-send the patch v2 later Yong 2016-03-30 12:43 GMT+08:00 Bruce Ashfield : > On 2016-03-29 9:47 PM, Yong Li wrote: >> >> >> >> Hi Bruce, >> >> >> >> This patch is based on the below patch in Kernel 3.8: >> >> commit

Re: [linux-yocto] [PATCH] features: add overlayfs

2016-03-29 Thread Bruce Ashfield
On 2016-03-29 10:35 PM, Robert Yang wrote: Signed-off-by: Robert Yang merged. Bruce --- features/overlayfs/non-hardware.kcf | 1 + features/overlayfs/overlayfs.cfg| 1 + features/overlayfs/overlayfs.scc| 2 ++ 3 files changed, 4 insertions(+)

Re: [linux-yocto] [PATCH 1/2] preempt-rt.cfg/standard.cfg: enable OVERLAY_FS

2016-03-29 Thread Bruce Ashfield
On 2016-03-29 9:51 PM, Robert Yang wrote: On 03/30/2016 09:08 AM, Robert Yang wrote: On 03/29/2016 08:40 PM, Bruce Ashfield wrote: On 2016-03-29 3:23 AM, Robert Yang wrote: Otherwise the live iso will be readonly. Not true .. overlayfs is one way to have a read/write ISO, but not the

[linux-yocto] [PATCH] features: add overlayfs

2016-03-29 Thread Robert Yang
Signed-off-by: Robert Yang --- features/overlayfs/non-hardware.kcf | 1 + features/overlayfs/overlayfs.cfg| 1 + features/overlayfs/overlayfs.scc| 2 ++ 3 files changed, 4 insertions(+) create mode 100644 features/overlayfs/non-hardware.kcf create mode 100644

Re: [linux-yocto] [PATCH 1/2] preempt-rt.cfg/standard.cfg: enable OVERLAY_FS

2016-03-29 Thread Robert Yang
On 03/30/2016 11:19 AM, Bruce Ashfield wrote: On 2016-03-29 9:51 PM, Robert Yang wrote: On 03/30/2016 09:08 AM, Robert Yang wrote: On 03/29/2016 08:40 PM, Bruce Ashfield wrote: On 2016-03-29 3:23 AM, Robert Yang wrote: Otherwise the live iso will be readonly. Not true .. overlayfs is