Re: [yocto] [meta-mingw] build error

2014-05-22 Thread Richard Purdie
On Wed, 2014-05-21 at 16:45 -0400, Stefan Seefeld wrote: Hello, I started experimenting with the meta-mingw layer today, using the 'daisy' branch for both, poky as well as meta-mingw. Running `bitbake meta-toolchain`, the build process failed in one of the last steps (1003 of 1005) with:

Re: [yocto] meta-mono core-image-mono failing

2014-05-22 Thread Alex J Lennon
After this email if you still want to go down the path of getting my configuration we can do that. I'm just using git.pokylinux.org and meta-beaglebone from Koei with some minor changes in my local.conf to enable systemd and force my own packages into any image that is built. The attached

Re: [yocto] meta-mono core-image-mono failing

2014-05-22 Thread Richard Purdie
On Thu, 2014-05-22 at 00:23 +0100, Alex J Lennon wrote: Thanks Stefan. daisy was my suspicion but that seemed unlikely so I have a clean Fedora build underway with daisy / meta-mono / core-image-mono to prove it to myself as a first pass before trying master. As I do this I am thinking it

[yocto] [eclipse][PATCH] plugins/cmake: Add sysroot specific include paths

2014-05-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de CDT sets default include paths when a defined toolchain does not provide include paths of its own. The default include paths point to the host system which does not make sense for cross compiled projects. Instead of using the default include paths we

Re: [yocto] meta-mono core-image-mono failing

2014-05-22 Thread Alex J Lennon
On 22/05/2014 09:40, Richard Purdie wrote: On Thu, 2014-05-22 at 09:29 +0100, Alex J Lennon wrote: On 22/05/2014 09:23, Richard Purdie wrote: On Thu, 2014-05-22 at 00:23 +0100, Alex J Lennon wrote: Thanks Stefan. daisy was my suspicion but that seemed unlikely so I have a clean Fedora

[yocto] [eclipse][PATCH 0/4] Add cmake error to build failure dialog

2014-05-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Hi, when problems occured during configuring the project with CMake we showed a messge dialog with a generic 'build failed' method. In parallel the reason for the error was captured in the configuration console. But as the dialog did not contain any

[yocto] [eclipse][PATCH 2/4] plugins/cmake: Enable separate capturing of cmake stderr

2014-05-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de The error reported by CMake was logged to the console but not used in any error dialog shown to the user so far. By capturing the error in a separate stream we can use it when reproting the error to the user. Signed-off-by: Timo Mueller

[yocto] [eclipse][PATCH 1/2] plugins/cmake: Refactor creation of CMAKE_FIND_ROOT_PATH

2014-05-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Adding new environment variables to the list of variables that contribute to the the CMAKE_FIND_ROOT_PATH involved manually appending to the value string and also adding a whitespace to separate values. The construction of the CMAKE_FIND_ROOT_PATH

[yocto] [eclipse][PATCH 0/2] Add oecore sysroot variable to CMAKE_FIND_ROOT_PATH

2014-05-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Hi, we were not considering the oecore sysroot variables provided by the environment script when constructing the CMAKE_FIND_ROOT_PATH in the toolchain cmake. As the other used variables do not necessarily contain values the CMAKE_FIND_ROOT_PATH can

[yocto] [eclipse][PATCH 2/2] plugins/cmake: Add oecore sysroot variables to CMAKE_FIND_ROOT_PATH

2014-05-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de The sysroots provided by the toolchain were not added to the CMAKE_FIND_ROOT_PATH variable. This resolved into CMake searching on the host system breaking cross-compilation in some cases. With the addition of the sysroot environment variables provided

[yocto] [eclipse][PATCH 3/4] plugins/cmake: Use generic output stream

2014-05-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de This enables logging the process output to something other than a eclipse console. e.g. a log file or string that can be reused for dialogs and messages. Signed-off-by: Timo Mueller timo.muel...@bmw-carit.de ---

[yocto] [eclipse][PATCH 1/4] plugins/cmake: Allow multiple targets when logging process output

2014-05-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de Until now the stream pipe was connecting one input stream with one output stream. This for example allowed showing the output of a process in an eclipse console. If the output is required elsewhere, e.g. in a message dialog, the only possiblity was to

[yocto] [eclipse][PATCH 4/4] plugins/cmake: Add cmake error message to error dialog

2014-05-22 Thread Timo Mueller
From: Timo Mueller timo.muel...@bmw-carit.de In case cmake reported an error during project configuration the resulting error dialog showed a generic 'build failed' message. The specific error message which can help the user find the problem was hidden in cmake console. Along with logging the

[yocto] help needed

2014-05-22 Thread Alexandru Vaduva
Does anyone has any input on the next bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6203 Thanks, Alex-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] help needed

2014-05-22 Thread Paul Eggleton
Hi Alex, On Thursday 22 May 2014 03:31:05 Alexandru Vaduva wrote: Does anyone has any input on the next bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6203 We discussed on IRC looking at the dependency graphs from buildhistory to determine how the package is being brought in - so what

Re: [yocto] help needed

2014-05-22 Thread Alexandru Vaduva
Hello Paul I do not have a conclusion from buildhistory, but maybe I do not know for what to look. On Thursday, May 22, 2014 3:19 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Alex, On Thursday 22 May 2014 03:31:05 Alexandru Vaduva wrote: Does anyone has any input on the next

Re: [yocto] help needed

2014-05-22 Thread Paul Eggleton
On Thursday 22 May 2014 05:26:12 Alexandru Vaduva wrote: On Thursday, May 22, 2014 3:19 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 22 May 2014 03:31:05 Alexandru Vaduva wrote: Does anyone has any input on the next bug:

Re: [yocto] help needed

2014-05-22 Thread Paul Eggleton
On Thursday 22 May 2014 05:38:41 Alexandru Vaduva wrote: it appear, it shouldn`t I believe. I have a hack to include the perl-ptest module only when ptest enabled on image_featuresbut it does not look nice. I do not believe this solves the problem. Sorry, I'm not quite following. What is this

Re: [yocto] help needed

2014-05-22 Thread Alexandru Vaduva
The hack will put the line: require perl-ptest.incinside a if structure. The if will test if ptest is in the image-features or not. On Thursday, May 22, 2014 3:43 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 22 May 2014 05:38:41 Alexandru Vaduva wrote: it appear, it

Re: [yocto] help needed

2014-05-22 Thread Burton, Ross
On 22 May 2014 13:38, Alexandru Vaduva vaduvajanalexan...@yahoo.com wrote: it appear, it shouldn`t I believe. Can you share this depends.dot file please? For what it's worth, I can't replicate this with oe-core master Ross -- ___ yocto mailing list

Re: [yocto] [meta-mingw] build error

2014-05-22 Thread Stefan Seefeld
On 2014-05-22 02:10, Richard Purdie wrote: On Wed, 2014-05-21 at 16:45 -0400, Stefan Seefeld wrote: Hello, I started experimenting with the meta-mingw layer today, using the 'daisy' branch for both, poky as well as meta-mingw. Running `bitbake meta-toolchain`, the build process failed in

Re: [yocto] help needed

2014-05-22 Thread Paul Eggleton
On Thursday 22 May 2014 06:00:02 Alexandru Vaduva wrote: On Thursday, May 22, 2014 3:43 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 22 May 2014 05:38:41 Alexandru Vaduva wrote: it appear, it shouldn`t I believe. I have a hack to include the perl-ptest module only

Re: [yocto] help needed

2014-05-22 Thread Alexandru Vaduva
I attached the depends .dot file and also a small perl-ptest.info file with only the perl-ptest occurences. On Thursday, May 22, 2014 4:15 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 22 May 2014 06:00:02 Alexandru Vaduva wrote: On Thursday, May 22, 2014 3:43 PM, Paul

Re: [yocto] Help with building app recipe

2014-05-22 Thread Diego Sueiro
Folks, I'm trying to accomplish this in a 64bits host machine. But I'm getting errors the following error on compile task: | In file included from /snip/tmp/sysroots/x86_64-linux/usr/include/python3.3m/Python.h:50:0, | from ../../git/src/qpython_priv.h:22, |

Re: [yocto] [meta-selinux][PATCH] setools: Add bison and flex to DEPENDS

2014-05-22 Thread Mark Hatle
On 5/21/14, 10:28 PM, Chong Lu wrote: Avoid policy_scan.c: No such file or directory Signed-off-by: Chong Lu chong...@windriver.com --- recipes-security/setools/setools_3.3.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/setools/setools_3.3.8.bb

Re: [yocto] help needed

2014-05-22 Thread Burton, Ross
On 22 May 2014 14:24, Alexandru Vaduva vaduvajanalexan...@yahoo.com wrote: I attached the depends .dot file and also a small perl-ptest.info file with only the perl-ptest occurences. Right, so the dependency comes from perl-modules. This is a meta package that depends on all the modules, and

Re: [yocto] help needed

2014-05-22 Thread Burton, Ross
FYI, I've just sent my fix to the oe-core mailing list. Ross On 22 May 2014 15:05, Burton, Ross ross.bur...@intel.com wrote: On 22 May 2014 14:24, Alexandru Vaduva vaduvajanalexan...@yahoo.com wrote: I attached the depends .dot file and also a small perl-ptest.info file with only the

Re: [yocto] Building pjproject with python module

2014-05-22 Thread Gary Thomas
On 2014-05-22 09:00, Jens Lucius wrote: Hi I already asked this question before (got no answer) and thought I had it running, but since I had to re-setup my yocto installation it runs into errors again. Maybe somebody can help me with this issue? I am trying to bitbake pjproject including the

[yocto] QT5 for gernericX86

2014-05-22 Thread Bastian Weißbach
Hey Guys, I'm trying to build a Linux for a generic X86 system with QT5. I've tried to go the simple way. I cloned the nessesary layers (meta-intel and meta-qt5). Then I selected intel-corei7-64 as MACHINE and added cinematicexperience to my image. Then I build core-image-minimal. But when I

Re: [yocto] [meta-mingw] build error

2014-05-22 Thread Richard Purdie
On Thu, 2014-05-22 at 09:10 -0400, Stefan Seefeld wrote: On 2014-05-22 02:10, Richard Purdie wrote: On Wed, 2014-05-21 at 16:45 -0400, Stefan Seefeld wrote: Hello, I started experimenting with the meta-mingw layer today, using the 'daisy' branch for both, poky as well as meta-mingw.

[yocto] Hob maintenance

2014-05-22 Thread Barros Pena, Belen
With Toaster work picking up, it looks like we won't be able to add any new features to Hob. We will continue fixing serious bugs until Toaster matches Hob functionality. All Hob features in Bugzilla have been set to 'won't fix'. Cheers Belén -- ___

Re: [yocto] [eclipse][PATCH 0/4] Add cmake error to build failure dialog

2014-05-22 Thread Zhang, Jessica
Pulled into eclipse-poky-kepler master. Thanks for the contribution! - Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Timo Mueller Sent: Thursday, May 22, 2014 2:58 AM To: yocto@yoctoproject.org Cc: Timo Mueller

Re: [yocto] [eclipse][PATCH 0/2] Add oecore sysroot variable to CMAKE_FIND_ROOT_PATH

2014-05-22 Thread Zhang, Jessica
Pulled into eclipse-poky-kepler master. Thanks for the contribution! - Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Timo Mueller Sent: Thursday, May 22, 2014 3:05 AM To: yocto@yoctoproject.org Cc: Timo Mueller

Re: [yocto] [eclipse][PATCH] plugins/cmake: Add sysroot specific include paths

2014-05-22 Thread Zhang, Jessica
Pulled into eclipse-poky-kepler master. Thanks for the contribution! - Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Timo Mueller Sent: Thursday, May 22, 2014 1:57 AM To: yocto@yoctoproject.org Cc: Timo Mueller

Re: [yocto] help needed

2014-05-22 Thread Alexandru Vaduva
Thanks Ross, obviously I had the problem right in front of me but I did not understood it. Could you please explain it to me. I do not quite get the perl-modules notion. Thanks once again, Alex Thanks Hello On Thursday, May 22, 2014 5:30 PM, Burton, Ross ross.bur...@intel.com wrote: FYI,

Re: [yocto] Building pjproject with python module

2014-05-22 Thread Jens Lucius
Now I am getting this error: | Traceback (most recent call last): | File setup.py, line 111, in module | py_modules=[pjsua] | File /home/server/poky-daisy-11.0.0/build/tmp/sysroots/i686-linux/usr/lib/python2.7/distutils/core.py, line 152, in setup | dist.run_commands() | File

Re: [yocto] Building pjproject with python module

2014-05-22 Thread Gary Thomas
On 2014-05-22 13:07, Jens Lucius wrote: Now I am getting this error: | Traceback (most recent call last): | File setup.py, line 111, in module | py_modules=[pjsua] | File /home/server/poky-daisy-11.0.0/build/tmp/sysroots/i686-linux/usr/lib/python2.7/distutils/core.py, line 152, in

Re: [yocto] QT5 for gernericX86

2014-05-22 Thread Diego Sueiro
Bastian, On Thu, May 22, 2014 at 12:32 PM, Bastian Weißbach b.weissb...@gmail.comwrote: Hey Guys, I'm trying to build a Linux for a generic X86 system with QT5. I've tried to go the simple way. I cloned the nessesary layers (meta-intel and meta-qt5). Then I selected intel-corei7-64 as

Re: [yocto] [meta-selinux][PATCH] setools: Add bison and flex to DEPENDS

2014-05-22 Thread Chong Lu
On 05/22/2014 09:56 PM, Mark Hatle wrote: On 5/21/14, 10:28 PM, Chong Lu wrote: Avoid policy_scan.c: No such file or directory Signed-off-by: Chong Lu chong...@windriver.com --- recipes-security/setools/setools_3.3.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] [meta-selinux][PATCH][V2] setools: Add bison-native and flex-native to DEPENDS

2014-05-22 Thread Chong Lu
Avoid policy_scan.c: No such file or directory Signed-off-by: Chong Lu chong...@windriver.com --- recipes-security/setools/setools_3.3.8.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/setools/setools_3.3.8.bb

Re: [yocto] yocto help needed

2014-05-22 Thread Pushpa Teja
Eggleton Intel Open Source Technology Centre -- next part -- An HTML attachment was scrubbed... URL: http://lists.yoctoproject.org/pipermail/yocto/attachments/20140522/44f84bb2/attachment-0001.html -- Message: 2 Date: Thu, 22 May 2014 14:09

[yocto] QT5 for gernericX86

2014-05-22 Thread Meenakumari Shedole
Hi xcb plugin will be available in your yocto build sysroot, create a softlink to your rootfs. or manualy do copy. Thnaks! Meena ::DISCLAIMER::

Re: [yocto] yocto help needed

2014-05-22 Thread Gaurang Shastri
, Paul -- Paul Eggleton Intel Open Source Technology Centre -- next part -- An HTML attachment was scrubbed... URL: http://lists.yoctoproject.org/pipermail/yocto/attachments/20140522/44f84bb2/attachment-0001.html -- Message

[linux-yocto] [PATCH 0/1] [linux-yocto-3.10] [PATCH] Enable PCI mode enumeration for Valley Island

2014-05-22 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi all, This patch is to enable PCI mode enumeration for Valley Island LPSS I/O devices. The I/O device drivers that can be PCI enumerated are:- GPIO, I2C Designware, SPI, DW_DMAC. Feature branch will be send out next. There will be

[linux-yocto] [PATCH 01/24] x86/Kconfig: add PCI dependency for CONFIG_X86_INTEL_LPSS

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com Allow CONFIG_X86_INTEL_LPSS to be set when ACPI or PCI is set. Signed-off-by: Chew, Chiau Ee chiau.ee.c...@intel.com Signed-off-by: Maurice Petallo mauricex.r.peta...@intel.com --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1

[linux-yocto] [PATCH 00/24] [linux-yocto-3.10] [Scenerio 1] Enable feature branch for Valley Island features

2014-05-22 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi all, This is the scenerio 1 that Boon Leong mentioned in the Feature Branch planning email thread. This will be the feature branch that consists of all patches that are queuing into 3.10 LTS/LTSI and also the so called staging

[linux-yocto] [PATCH 02/24] x86/byt: enable board file for Baytrail LPSS PCI mode

2014-05-22 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com This commit enables the following: - setup clock tree for PCI mode SPI, DMA and PWM host as the controller drivers require clock information during device/driver probe - register SPI slave - fix device name string for clkdev

[linux-yocto] [PATCH 04/24] spi/pxa2xx-pci: Add support for Intel BYT SPI

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com The pxa2xx pci glue layer only support CE4100 SPI port by default. To add BYT SPI port support, we make it a generic PCI glue layer by renaming ce4100_xxx to pxa2xx_spi_xxx. This commit is created in reference to Mika's commit during kernel-3.5

[linux-yocto] [PATCH 05/24] spi/pxa2xx: Fix BYT ACPI mode SPI DMA transfer failure at low speeds

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com BYT ACPI mode SPI not read/writing correctly at low speeds using DMA mode. Fix the issue by changing DMA SRC_MSIZE and DEST_MSIZE of SPI FIFO side from 16 to 32. Signed-off-by: Chew, Chiau Ee chiau.ee.c...@intel.com Signed-off-by: Maurice Petallo

[linux-yocto] [PATCH 06/24] dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com This is to disable/enable DW_DMAC hw during late suspend/early resume. Since DMA is providing service to other clients (eg: SPI, HSUART), we need to ensure DMA suspends after the clients and resume before the clients are active. Signed-off-by: Chew,

[linux-yocto] [PATCH 10/24] usb: gadget: udc-core: move sysfs_notify() to a workqueue

2014-05-22 Thread rebecca . swee . fun . chang
From: Felipe Balbi ba...@ti.com usb_gadget_set_state() will call sysfs_notify() which might sleep. Some users might want to call usb_gadget_set_state() from the very IRQ handler which actually changes the gadget state. Instead of having every UDC driver add their own workqueue for such a simple

[linux-yocto] [PATCH 11/24] i2c: designware-pci: Add Baytrail PCI IDs

2014-05-22 Thread rebecca . swee . fun . chang
From: Mika Westerberg mika.westerb...@linux.intel.com Intel Baytrail I2C controllers can be enumerated from PCI as well as from ACPI. In order to support this add the Baytrail PCI IDs to the driver. Signed-off-by: Mika Westerberg mika.westerb...@linux.intel.com Signed-off-by: Wolfram Sang

[linux-yocto] [PATCH 15/24] ACPI / LPSS: Add Intel BayTrail ACPI mode PWM

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com Intel BayTrail LPSS consists of two PWM controllers which can be enumerated from ACPI namespace. This change will cause platform device objects to be created for Intel BayTrail PWM controllers which will allow the pwm-lpss driver to bind to them and

[linux-yocto] [PATCH 14/24] pwm: add support for Intel Low Power Subsystem PWM

2014-05-22 Thread rebecca . swee . fun . chang
From: Mika Westerberg mika.westerb...@linux.intel.com Add support for Intel Low Power I/O subsystem PWM controllers found on Intel BayTrail SoC. Signed-off-by: Mika Westerberg mika.westerb...@linux.intel.com Signed-off-by: Chew, Kean Ho kean.ho.c...@intel.com Signed-off-by: Chang, Rebecca Swee

[linux-yocto] [PATCH 21/24] pinctrl-baytrail: setup IOAPIC interrupt for GPIO clusters on non-ACPI system

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Kean Ho kean.ho.c...@intel.com BayTrail GPIO NORTH, SOUTH and SUS clusters use IRQ48, 49 and 50 respectively. On non-ACPI system, we need to setup IOAPIC RTE for device that use interrupt beyond IRQ23. Signed-off-by: Chew, Kean Ho kean.ho.c...@intel.com Signed-off-by: Chew, Chiau Ee

[linux-yocto] [PATCH 22/24] i2c: i801: SMBus patch for Intel Coleto Creek DeviceIDs

2014-05-22 Thread rebecca . swee . fun . chang
From: Seth Heasley seth.heas...@intel.com This patch adds the i801 SMBus Controller DeviceIDs for the Intel Coleto Creek PCH. Signed-off-by: Seth Heasley seth.heas...@intel.com Signed-off-by: Wolfram Sang w...@the-dreams.de (cherry picked from commit f39901c1befa556bc91902516a3e2e46b4a8)

[linux-yocto] [PATCH 01/15] dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com This is to disable/enable DW_DMAC hw during late suspend/early resume. Since DMA is providing service to other clients (eg: SPI, HSUART), we need to ensure DMA suspends after the clients and resume before the clients are active. Signed-off-by: Chew,

[linux-yocto] [PATCH 06/15] i2c: designware-pci: Add Baytrail PCI IDs

2014-05-22 Thread rebecca . swee . fun . chang
From: Mika Westerberg mika.westerb...@linux.intel.com Intel Baytrail I2C controllers can be enumerated from PCI as well as from ACPI. In order to support this add the Baytrail PCI IDs to the driver. Signed-off-by: Mika Westerberg mika.westerb...@linux.intel.com Signed-off-by: Wolfram Sang

[linux-yocto] [PATCH 09/15] pwm: add support for Intel Low Power Subsystem PWM

2014-05-22 Thread rebecca . swee . fun . chang
From: Mika Westerberg mika.westerb...@linux.intel.com Add support for Intel Low Power I/O subsystem PWM controllers found on Intel BayTrail SoC. Signed-off-by: Mika Westerberg mika.westerb...@linux.intel.com Signed-off-by: Chew, Kean Ho kean.ho.c...@intel.com Signed-off-by: Chang, Rebecca Swee

[linux-yocto] [PATCH 11/15] pwm: Add sysfs interface

2014-05-22 Thread rebecca . swee . fun . chang
From: H Hartley Sweeten hartl...@visionengravers.com Add a simple sysfs interface to the generic PWM framework. /sys/class/pwm/ `-- pwmchipN/ for each PWM chip |-- export (w/o) ask the kernel to export a PWM channel |-- npwm(r/o) number of PWM

[linux-yocto] [PATCH 12/15] mmc: sdhci: Allow for irq being shared

2014-05-22 Thread rebecca . swee . fun . chang
From: Adrian Hunter adrian.hun...@intel.com If the SDHCI irq is shared with another device then the interrupt handler can get called while SDHCI is runtime suspended. That is harmless but the warning message is not useful so remove it. Also returning IRQ_NONE is more appropriate.

[linux-yocto] [PATCH 13/15] pinctrl-baytrail: add function mux checking in gpio pin request

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Kean Ho kean.ho.c...@intel.com The requested gpio pin must has the func_pin_mux field set to GPIO function by BIOS/FW in advanced. Else, the gpio pin request would fail. This is to ensure that we do not expose any gpio pins which shall be used for alternate functions, for eg: wakeup

[linux-yocto] [PATCH 15/15] i2c: i801: enable Intel BayTrail SMBUS

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Kean ho kean.ho.c...@intel.com Add Device ID of Intel BayTrail SMBus Controller. Signed-off-by: Chew, Kean ho kean.ho.c...@intel.com Signed-off-by: Chew, Chiau Ee chiau.ee.c...@intel.com Reviewed-by: Jean Delvare jdelv...@suse.de Signed-off-by: Wolfram Sang w...@the-dreams.de (cherry

[linux-yocto] [PATCH 2/9] x86/byt: enable board file for Baytrail LPSS PCI mode

2014-05-22 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com This commit enables the following: - setup clock tree for PCI mode SPI, DMA and PWM host as the controller drivers require clock information during device/driver probe - register SPI slave - fix device name string for clkdev

[linux-yocto] [PATCH 3/9] serial: 8250_dw: Added support for 1M, 2M, 3M and 4M exat baud rate

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com This will enable high speed baud rates namely 1M, 2M, 3M, and 4M in Intel Baytrail Designware controller. Signed-off-by: Chew, Chiau Ee chiau.ee.c...@intel.com Signed-off-by: Maurice Petallo mauricex.r.peta...@intel.com ---

[linux-yocto] [PATCH 4/9] spi/pxa2xx-pci: Add support for Intel BYT SPI

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com The pxa2xx pci glue layer only support CE4100 SPI port by default. To add BYT SPI port support, we make it a generic PCI glue layer by renaming ce4100_xxx to pxa2xx_spi_xxx. This commit is created in reference to Mika's commit during kernel-3.5

[linux-yocto] [PATCH 1/9] x86/Kconfig: add PCI dependency for CONFIG_X86_INTEL_LPSS

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Chiau Ee chiau.ee.c...@intel.com Allow CONFIG_X86_INTEL_LPSS to be set when ACPI or PCI is set. Signed-off-by: Chew, Chiau Ee chiau.ee.c...@intel.com Signed-off-by: Maurice Petallo mauricex.r.peta...@intel.com --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1

[linux-yocto] [PATCH 6/9] pinctrl-baytrail: add function mux checking in gpio pin request

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Kean Ho kean.ho.c...@intel.com The requested gpio pin must has the func_pin_mux field set to GPIO function by BIOS/FW in advanced. Else, the gpio pin request would fail. This is to ensure that we do not expose any gpio pins which shall be used for alternate functions, for eg: wakeup

[linux-yocto] [PATCH 7/9] pinctrl-baytrail: unmap interrupt when free the gpio pin

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Kean Ho kean.ho.c...@intel.com In to_irq() callback, we create the hwirq to linux irq mapping for the requested GPIO pin. Hence, we unamp the mapping when the gpio pin is being released. Signed-off-by: Chew, Kean Ho kean.ho.c...@intel.com Signed-off-by: Chew, Chiau Ee

[linux-yocto] [PATCH 9/9] pinctrl-baytrail: setup IOAPIC interrupt for GPIO clusters on non-ACPI system

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Kean Ho kean.ho.c...@intel.com BayTrail GPIO NORTH, SOUTH and SUS clusters use IRQ48, 49 and 50 respectively. On non-ACPI system, we need to setup IOAPIC RTE for device that use interrupt beyond IRQ23. Signed-off-by: Chew, Kean Ho kean.ho.c...@intel.com Signed-off-by: Chew, Chiau Ee

[linux-yocto] [PATCH 8/9] pinctrl-baytrail: enable platform device in the absent of ACPI enumeration

2014-05-22 Thread rebecca . swee . fun . chang
From: Chew, Kean Ho kean.ho.c...@intel.com This is to cater the need for non-ACPI system whereby a platform device has to be created in order to bind with the BYT Pinctrl GPIO platform driver. Signed-off-by: Chew, Kean Ho kean.ho.c...@intel.com Signed-off-by: Chew, Chiau Ee

Re: [linux-yocto] [PATCH 0/1] [linux-yocto-3.10] [PATCH] Enable PCI mode enumeration for Valley Island

2014-05-22 Thread Bruce Ashfield
On 2014-05-22, 5:18 AM, rebecca.swee.fun.ch...@intel.com wrote: From: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com Hi all, This patch is to enable PCI mode enumeration for Valley Island LPSS I/O devices. The I/O device drivers that can be PCI enumerated are:- GPIO, I2C Designware,

Re: [linux-yocto] [PATCH 00/24] [linux-yocto-3.10] [Scenerio 1] Enable feature branch for Valley Island features

2014-05-22 Thread Chang, Rebecca Swee Fun
Hi Bruce, I have run a build test on the latest commits checked-in. The feature branch was not merge in during build time. I think that the feature branch should be branching out from commit 3e0a296fae952d8d93eb0f96566bf6d4a978c8ee:minnowboard-keys: Bind MinnowBoard buttons to arrow keys

Re: [linux-yocto] [PATCH 00/24] [linux-yocto-3.10] [Scenerio 1] Enable feature branch for Valley Island features

2014-05-22 Thread Bruce Ashfield
On 2014-05-22, 10:56 PM, Chang, Rebecca Swee Fun wrote: Hi Bruce, I have run a build test on the latest commits checked-in. The feature branch was not merge in during build time. I think that the feature branch should be branching out from commit

Re: [linux-yocto] [PATCH 00/24] [linux-yocto-3.10] [Scenerio 1] Enable feature branch for Valley Island features

2014-05-22 Thread Bruce Ashfield
On 2014-05-22, 11:04 PM, Bruce Ashfield wrote: On 2014-05-22, 10:56 PM, Chang, Rebecca Swee Fun wrote: Hi Bruce, I have run a build test on the latest commits checked-in. The feature branch was not merge in during build time. I think that the feature branch should be branching out from commit

Re: [linux-yocto] [PATCH 00/24] [linux-yocto-3.10] [Scenerio 1] Enable feature branch for Valley Island features

2014-05-22 Thread Chang, Rebecca Swee Fun
So however you got a merge conflict. Your tree wasn't up to date. I do not encounter any merge conflicts, is just that the branches is not merging. By checking my build, I notice that the valleyisland-io-1.0 branch has the same HEAD of standard/base (which means I don't see any I/O