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

2016-03-28 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 --- MAINTAINERS | 4 +---

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

2016-03-28 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 --- drivers/platform/x86/intel_punit_ipc.c | 16 ++-- 1 file

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

2016-03-28 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 08/13] platform:x86: Add Intel Telemetry Debugfs interfaces

2016-03-28 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 11/13] intel_pmc_ipc: update acpi resource structure for Punit

2016-03-28 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-28 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 05/13] platform:x86: add Intel P-Unit mailbox IPC driver

2016-03-28 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 06/13] platform/x86: Add Intel Telemetry Core Driver

2016-03-28 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 03/13] surface pro 3: Add support driver for Surface Pro 3 buttons

2016-03-28 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-28 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 ---

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

2016-03-28 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-28 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):

[yocto] Release Candidate Build for yocto-2.1_M3.rc2_M3.rc2 now available.

2016-03-28 Thread Poky Build User
A release candidate build for yocto-2.1_M3.rc2 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.1_M3.rc2 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 3f637d34c917214378b838a359ca9fcacf49d9ee meta-fsl-arm :

Re: [yocto] [meta-selinux][PATCH 1/2] refpolicy: Replace 2.2014120 with release 2.20151208.

2016-03-28 Thread Philip Tricca
On 03/22/2016 12:43 PM, Stephen Smalley wrote: > On 03/21/2016 12:26 AM, Philip Tricca wrote: >> This was mostly straight forward. Had to refresh a single patch: >> poky-policy-fix-new-SELINUXMNT-in-sys.patch > > Can we drop that one? Doesn't upstream already include rules for the > change from

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

2016-03-28 Thread California Sullivan
NUC6 (Skylake) graphics firmware fails to load without this patch. From: Mat Martineau commit a41c8882592fb80458959b10e37632ce030b68ca upstream. The driver does not load firmware for unknown steppings, so these new steppings must be added to the list. Cc:

[yocto] [PATCH][rrs] tools/rrs_distros.py: Fix distro_check.create_distro_packages_list call

2016-03-28 Thread Aníbal Limón
Now create_distro_packages_list requires d to be passed, this change was done to enable proxy support into create_distro_packages_list function. Signed-off-by: Aníbal Limón --- rrs/tools/rrs_distros.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [yocto] how to patch except unpack?

2016-03-28 Thread SIVA SUBRAMANIAN.P
Do you have patches like SRC_URI += abc.patch in .bb/.bbappend file? If so, either do bitbake comp -c patch -f or see whether your patch is available/applied in build dir. On Mon, Mar 28, 2016 at 2:03 PM, 윤영석 wrote: > I am making recipes using source that are packed tar. > >

[yocto] how to patch except unpack?

2016-03-28 Thread 윤영석
I am making recipes using source that are packed tar. ex) customrecipe.bb ex) source.tar.xz So, when i compiled this recipes i just typed below. $ bitbake customrecipe Every times, unpack method was called each compile times. Currently 1 running tasks (65 of 66): 0: customrecipe do_unpack (pid

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

2016-03-28 Thread Tan Jui Nee
From: Mika Westerberg New Intel SoCs such as Broxton will have four PWMs per PCI (or ACPI) device. Each PWM has 1k of register space allocated from the parent device. Add support for this. Signed-off-by: Mika Westerberg

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

2016-03-28 Thread Tan Jui Nee
From: Mika Westerberg Intel Broxton has similar PWM than Intel Braswell but instead of one it has four PWMs included in one PCI/ACPI device. This patch adds support for all the four PWMs and changes the PCI part of the driver to use 'pwm_lpss_bxt_info' instead.

[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
From: Boris Brezillon Some PWM drivers are testing the PWMF_ENABLED flag. Create a helper function to hide the logic behind enabled test. This will allow us to smoothly move from the current approach to an atomic PWM update approach. Signed-off-by: Boris

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

2016-03-28 Thread Tan Jui Nee
From: Alexandre Belloni pwm-leds calls .config() and .disable() in a row. This exhibits that it may happen that the channel gets disabled before CDTY has been updated with CUPD. The issue gets quite worse with long periods. So, ensure that at least one

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

2016-03-28 Thread Tan Jui Nee
From: Andy Shevchenko We have two users of core part right now. Let them to select core part automatically. Signed-off-by: Andy Shevchenko Signed-off-by: Mika Westerberg Signed-off-by:

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

2016-03-28 Thread Tan Jui Nee
From: "qipeng.zha" For Broxton PWM controller, base unit is defined as 8-bit integer and 14-bit fraction, so need to update base unit setting to output wave with right frequency. Signed-off-by: Qipeng Zha Acked-by: Mika Westerberg

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

2016-03-28 Thread Tan Jui Nee
From: Mika Westerberg Add more Intel Broxton ACPI and PCI IDs to the driver supported devices list. Signed-off-by: Mika Westerberg Signed-off-by: Thierry Reding (cherry picked from commit