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 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] 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 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

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 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

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 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 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 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 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

[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 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 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

[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 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

[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):

Re: [yocto] [meta-raspberrypi][PATCH 4/6] linux-firmware: Add brcmfmac43430 firmware

2016-03-29 Thread Andrei Gherzan
On Fri, Mar 25, 2016 at 11:34:21AM +1100, Jonathan Liu wrote: > Hi Theodor, > > On 10 March 2016 at 01:15, Theodor Gherzan wrote: > > From: Theodor Gherzan > > > > Signed-off-by: Theodor Gherzan > > --- > >

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] [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 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] 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/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: [yocto] [meta-raspberrypi][PATCH 1/4] pitft: Add support for pitft28r

2016-03-29 Thread Petter Mabäcker
On 03/29/2016 05:59 PM, Khem Raj wrote: On Mar 29, 2016, at 8:04 AM, Petter Mabäcker wrote: The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r” will this work with all

Re: [yocto] Fwd: OEDAM: New Location - Catamaran resort

2016-03-29 Thread Rudolf J Streif
We need the final headcount by next Monday. Food, breakfast, lunch and refreshments, will be provided. If you have special dietary needs such as vegetarian, gluten-free etc. please indicate so behind you name. We'll do the best to accommodate them. Rudi On Tuesday, March 29, 2016 12:57:23 PM

[yocto] Fwd: OEDAM: New Location - Catamaran resort

2016-03-29 Thread Philip Balister
OEDAM moved. Thanks Rudi and Jefro. Please add your name to the attendee list so Jefro can get the correct amount of food and coffee. He needs the number "soon". Philip Forwarded Message Subject: OEDAM: New Location - Catamaran resort Date: Mon, 28 Mar 2016 13:36:41 -0700

Re: [yocto] [meta-java] Use openjdk-8 as javac and java VM

2016-03-29 Thread Jens Rehsack
> Am 29.03.2016 um 12:48 schrieb Blaettler, Michael > : > > Hi all Hi Michael, > I am currently struggling with selecting the Java virtual machine and Java > compiler. I’d like to use the Java VM and Java Compiler provided by > openjdk-8-native in the

[yocto] SRC_URI overrides and work-shared

2016-03-29 Thread Matt Hoosier
In my private layer, I'd like to apply the occasional patch to GCC only for certain circumstances (e.g., a particular target architecture). I get some strange behavior with quilt seeming to get confused during do_patch(), though, which I imagine is due to the singular source directory in

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 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

Re: [yocto] [meta-raspberrypi][PATCH 1/4] pitft: Add support for pitft28r

2016-03-29 Thread Khem Raj
> On Mar 29, 2016, at 8:04 AM, Petter Mabäcker wrote: > > The support for PiTFT 28 inch resistive touchscreen is optional > and can be enabled by adding below in local.conf: > > MACHINE_FEATURES += "pitft pitft28r” > will this work with all kernel recipes available in

[yocto] [meta-raspberrypi][PATCH 1/4] pitft: Add support for pitft28r

2016-03-29 Thread Petter Mabäcker
The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r" Signed-off-by: Petter Mabäcker --- README | 1 +

[yocto] [meta-raspberrypi][PATCH 4/4] .gitignore: Ignore some additional files

2016-03-29 Thread Petter Mabäcker
Signed-off-by: Petter Mabäcker --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f235765..bd5616a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ build* *~ .*.swp +*.orig +*.rej -- 1.9.1 --

Re: [yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi-4.4: Add the pitft22 overlay from adafruit

2016-03-29 Thread Andrei Gherzan
On Sat, Mar 26, 2016 at 04:59:33PM +, Khem Raj wrote: > Upgrade to 4.4.6 > > Signed-off-by: Khem Raj > --- > .../0001-dts-add-overlay-for-pitft22.patch | 106 > + > recipes-kernel/linux/linux-raspberrypi_4.4.bb | 10 +- > 2 files

[yocto] pwauth: Unable to recognise the format of the input file (gobject-introspection disabled)

2016-03-29 Thread Ashish Shrivastava
Hi, I am getting issue in pwauth: "Unable to recognize the format of the input file". ERROR: pwauth-2.3.11-r0 do_package: objcopy failed with exit code 256 (cmd was 'mipsisa32r2el-axis-linux-gnu-objcopy'

[yocto] [meta-java] Use openjdk-8 as javac and java VM

2016-03-29 Thread Blaettler, Michael
Hi all I am currently struggling with selecting the Java virtual machine and Java compiler. I'd like to use the Java VM and Java Compiler provided by openjdk-8-native in the meta-java layer. It was possible to build openjdk-8-native without any problems but after sourcing the

[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 +++