Re: [yocto] [meta-cgl][PATCH 1/9] packagegroup-cgl-*: fix LIC_FILES_CHKSUM variables

2015-04-27 Thread Alexandru Vaduva
Thanks Dmitry for the patch series they were applied accordingly. AlexV. -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Dmitry Eremin-Solenikov Sent: Friday, April 24, 2015 11:29 PM To: yocto@yoctoproject.org Subject: [yocto]

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-04-27 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

Re: [yocto] [poky] Initramfs not appended to kernel image

2015-04-27 Thread Bruce Ashfield
On 2015-04-20 05:09 AM, Wouter van Rooy wrote: Hi Bruce, First of all, thanks for your answer. It would be a comforting idea to get this initramfs implemented cleanly in my project. On 16-04-15 16:22, Bruce Ashfield wrote: I'm the proud owner of the bugzilla to document this process better,

[yocto] [yocto-autobuilder][PATCH] SendErrorReport.py: fix two issues

2015-04-27 Thread Yi Zhao
Remove undefined $x in command. Add a missing blank for the -l flag. Signed-off-by: Yi Zhao yi.z...@windriver.com --- .../autobuilder/buildsteps/SendErrorReport.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[linux-yocto] [PATCH 33/34] dmaengine: dw: define DW_DMA_MAX_NR_MASTERS

2015-04-27 Thread wei . tee . ng
From: Andy Shevchenko andriy.shevche...@linux.intel.com Instead of using magic number in the code the patch provides DW_DMA_MAX_NR_MASTERS constant. While here, restrict the reading of data width array by amount of the actual number of AHB masters. Signed-off-by: Andy Shevchenko

[linux-yocto] [PATCH 32/34] dmaengine: dw: provide DMA capabilities

2015-04-27 Thread wei . tee . ng
From: Andy Shevchenko andriy.shevche...@linux.intel.com The new DMAEngine requirement is to provide what the DMA controller can do, such as directions, bus widths, and residue granularity. The patch sets those properties for the DesignWare DMA controller driver. Signed-off-by: Andy Shevchenko

[linux-yocto] [PATCH 21/34] i2c: designware: Add Intel Baytrail PMIC I2C bus support

2015-04-27 Thread wei . tee . ng
From: David Box david.e@linux.intel.com This patch implements an I2C bus sharing mechanism between the host and platform hardware on select Intel BayTrail SoC platforms using the X-Powers AXP288 PMIC. On these platforms access to the PMIC must be shared with platform hardware. The hardware

[linux-yocto] [PATCH 20/34] i2c: designware: fixup return handling of wait_for_completion_timeout

2015-04-27 Thread wei . tee . ng
From: Nicholas Mc Guire hof...@osadl.org return type of wait_for_completion_timeout is unsigned long not int, rather than introducing a new variable the wait_for_completion_timeout is moved into the if condition as the return value is only used to detect timeout. Signed-off-by: Nicholas Mc Guire

[linux-yocto] [PATCH 16/34] serial: 8250_dw: Fix get_mctrl behaviour

2015-04-27 Thread wei . tee . ng
From: Desmond Liu desmo...@broadcom.com Fixed behaviour of get_mctrl() serial driver function as documented in: https://www.kernel.org/doc/Documentation/serial/driver Added device-tree properties 'dcd-override', 'dsr-override', 'cts-override', and 'ri-override' specific to the Synopsis 8250

[linux-yocto] [PATCH 17/34] i2c: designware: use {readl|writel}_relaxed instead of readl/writel

2015-04-27 Thread wei . tee . ng
From: Jisheng Zhang jszh...@marvell.com readl/writel is too expensive especially on Cortex A9 w/ outer L2 cache. This introduces i2c read/write delays on Marvell BG2/BG2Q SoCs when there are heavy L2 cache maintenance operations at the same time. The driver does not perform DMA, so it's safe to

[linux-yocto] [PATCH 18/34] i2c: designware: Add i2c bus locking support

2015-04-27 Thread wei . tee . ng
From: David Box david.e@linux.intel.com Adds support for acquiring and releasing a hardware bus lock in the i2c designware core transfer function. This is needed for i2c bus controllers that are shared with but not controlled by the kernel. Signed-off-by: David E. Box

[linux-yocto] [PATCH 23/34] i2c: designware-pci: no need to provide clk_khz

2015-04-27 Thread wei . tee . ng
From: Andy Shevchenko andriy.shevche...@linux.intel.com The clk_khz field makes sense only if SS counters are not provided. Since we provide them for Haswell and Baytrail explicitly we may omit the clk_khz parameter. Reviewed-by: Jarkko Nikula jarkko.nik...@linux.intel.com Signed-off-by: Andy

[linux-yocto] [PATCH 15/34] serial: 8250: add support for ACPI-probed serial port for X-Gene platform

2015-04-27 Thread wei . tee . ng
From: Feng Kan f...@apm.com Enable APM X-Gene SoC serial port functionality when using ACPI table to initialize serial port. Signed-off-by: Feng Kan f...@apm.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org (cherry picked from commit 5e1aeea52f6a0763e79473b1767401fda88eb7e1)

[linux-yocto] [PATCH 00/34] [linux-yocto-3.19] standard/base: Backport Braswell bug fixes patches from mainline kernel into Yocto Project linux kernel v3.19.

2015-04-27 Thread wei . tee . ng
From: Ng Wei Tee wei.tee...@intel.com Hi all, This patch series is to backport Braswell bug fixes and feature improvement patches from upstream kernel into Yocto Project linux kernel v3.19. These back-ported patches had include I/O drivers such as HS-UART, I2C, SMBUS i801, Pinctrl driver, ACPI

[linux-yocto] [PATCH 10/34] x86/irq, ACPI: Implement ACPI driver to support IOAPIC hotplug

2015-04-27 Thread wei . tee . ng
From: Jiang Liu jiang@linux.intel.com Enable support of IOAPIC hotplug by: 1) reintroducing ACPI based IOAPIC driver 2) enhance pci_root driver to hook hotplug events The ACPI IOAPIC driver is always enabled if all of ACPI, PCI and IOAPIC are enabled. Signed-off-by: Jiang Liu

[linux-yocto] [PATCH 01/34] pinctrl: baytrail: Relax GPIO request rules

2015-04-27 Thread wei . tee . ng
From: Mika Westerberg mika.westerb...@linux.intel.com Zotac ZBOX PI320, a Baytrail based mini-PC, has power button connected to a GPIO pin and it is exposed to the operating system as Windows 8 button array. This is implemented in Linux as a driver using gpio_keys. However, BIOS on this

[linux-yocto] [PATCH 05/34] pinctrl: cherryview: Save and restore pin configs over system sleep

2015-04-27 Thread wei . tee . ng
From: Mika Westerberg mika.westerb...@linux.intel.com Before resuming from system sleep BIOS restores its view of pin configuration. If we have configured some pins differently from that, for instance some driver requested a pin as a GPIO but it was not in GPIO mode originally, our view of the

[linux-yocto] [PATCH 04/34] pinctrl: baytrail: Save pin context over system sleep

2015-04-27 Thread wei . tee . ng
From: Mika Westerberg mika.westerb...@linux.intel.com The BIOS might reconfigure pins as it needs when S3 is entered. This might cause drivers using the GPIOs to fail because the state was wrong or interrupts stopped working. Fix this by saving and restoring enough pin context over system sleep.

[linux-yocto] [PATCH 06/34] pinctrl: intel: drop owner assignment from platform_drivers

2015-04-27 Thread wei . tee . ng
From: Wolfram Sang w...@the-dreams.de This platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang w...@the-dreams.de Acked-by: Mika Westerberg mika.westerb...@linux.intel.com Signed-off-by: Linus Walleij linus.wall...@linaro.org

[linux-yocto] [PATCH 11/34] intel_idle: Add support for the Airmont Core in the Cherrytrail and Braswell SOCs

2015-04-27 Thread wei . tee . ng
From: Len Brown len.br...@intel.com Support C-states for the Airmont core in the Cherrytrail and Braswell SOCs. The states are similar to those of Silvermont in Baytrail, except both flavors of C6 states are faster. Signed-off-by: Len Brown len.br...@intel.com Cc: Kumar P Mahesh

[linux-yocto] [PATCH 07/34] pinctrl: cherryview: Configure HiZ pins to be input when requested as GPIOs

2015-04-27 Thread wei . tee . ng
From: Mika Westerberg mika.westerb...@linux.intel.com If the pin is in HiZ mode when it is requested as GPIO its value cannot be read (it always returns 0). In order to cope with the Linux GPIO subsystem where we do not have such state at all, turn the pin to be input instead. Reported-by:

[linux-yocto] [PATCH 09/34] ACPI / LPSS: check the result of ioremap()

2015-04-27 Thread wei . tee . ng
From: Heikki Krogerus heikki.kroge...@linux.intel.com If it fails we have to skip the device. Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com (cherry picked from commit 4483d59e29fea65ef428be92a866aed50e28c795)

[linux-yocto] [PATCH 13/34] serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2S

2015-04-27 Thread wei . tee . ng
From: Wang YanQing udkni...@gmail.com Commit 8b5c913f7ee6464849570bacb6bcd9ef0eaf7dce (serial: 8250_pci: Add WCH CH352 quirk to avoid Xscale detection) trigger one redundant entry report message. This patch fix it. Reported-by: Russell King r...@arm.linux.org.uk Signed-off-by: Wang YanQing

[linux-yocto] [PATCH 12/34] serial: 8250_pci: remove one useless explicit type conversion

2015-04-27 Thread wei . tee . ng
From: Heikki Krogerus heikki.kroge...@linux.intel.com Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org (cherry picked from commit 0a0d412abe473c37ddec8d3f6c0b84c58f1bb061) Signed-off-by: Ng Wei Tee wei.tee...@intel.com

[linux-yocto] [PATCH 14/34] serial:8250:8250_pci: delete unneeded quirk entries

2015-04-27 Thread wei . tee . ng
From: Wang YanQing udkni...@gmail.com These quirk entries have the same effect as default quirk entry, so we can just delete them. Signed-off-by: Wang YanQing udkni...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org (cherry picked from commit

[linux-yocto] [PATCH 08/34] pinctrl: update direction_output function of cherryview driver

2015-04-27 Thread wei . tee . ng
From: qipeng.zha qipeng@intel.com From the comments of gpiod_direction_output(), need to set @value as initial output, so update the lowlevel routine to make it work. Signed-off-by: jason.cj.chenjason.cj.c...@intel.com Signed-off-by: qipeng.zha qipeng@intel.com Acked-by: Mika Westerberg

[linux-yocto] [PATCH 28/34] i2c: i801: Use managed devm_* memory and irq allocation

2015-04-27 Thread wei . tee . ng
From: Jarkko Nikula jarkko.nik...@linux.intel.com This simplifies the error and remove paths. Signed-off-by: Jarkko Nikula jarkko.nik...@linux.intel.com Reviewed-by: Jean Delvare jdelv...@suse.de Signed-off-by: Wolfram Sang w...@the-dreams.de (cherry picked from commit

[linux-yocto] [PATCH 24/34] i2c: designware: Suppress error message if platform_get_irq() 0

2015-04-27 Thread wei . tee . ng
From: Alexey Brodkin alexey.brod...@synopsys.com With -EPROBE_DEFER, this message is confusing and we hope for a centralized printout in the future anyhow. Signed-off-by: Alexey Brodkin abrod...@synopsys.com Acked-by: Mika Westerberg mika.westerb...@linux.intel.com Acked-by: Christian Ruppert

[linux-yocto] [PATCH 30/34] i2c: i801: Use managed pcim_* PCI device initialization and reservation

2015-04-27 Thread wei . tee . ng
From: Jarkko Nikula jarkko.nik...@linux.intel.com Simplifies the code a bit and makes easier to disable PCI device on driver detach by removing the pcim_pin_device() call in the future if needed. Reason why i2c-i801.c doesn't ever call pci_disable_device() was because it made some systems to

Re: [yocto] libgomp inclusion

2015-04-27 Thread Khem Raj
On Apr 27, 2015, at 11:32 AM, Suresh Nagarajan sureshnagar...@gmail.com wrote: Hi, I'm trying to look to see if OpenMP library is included in my yocto build. I could not find libgomp library in /usr/lib However, when I look at gcc-runtime.inc, I do notice that RUNTIMETARGET =