Re: [yocto] defconfig on daisy

2014-04-22 Thread Søren Holm
Hi Bruce I've search the meta-data repos and kernel repo for a change matching this. Is it fixes or did you miss it? Fredag den 11. april 2014 15:05:56 skrev Bruce Ashfield: I am. There's a missing patch that I typically carry, it actually links the fs/aufs directory into the build.

Re: [yocto] Question about rebuilding RPM package index for updated RPMs when bitbake completes

2014-04-22 Thread Alex J Lennon
On 22/04/2014 02:36, Mark Hatle wrote: On 4/20/14, 7:15 AM, Alex J Lennon wrote: Hi, I'm trying to put in place a development workflow using the PR server, RPM package feeds and smart update/install on a target. I see that when I modify and rebuild my recipe, foo, the PR server increments

[yocto] problems with bitbake -c populate_sdk

2014-04-22 Thread Federico Vitali
Hi everyone, I have the following problem: I've made a very simple custom image: IMAGE_INSTALL += \ ${CORE_IMAGE_BASE_INSTALL} \ packagegroup-my-packages \ LICENSE = MIT inherit core-image Where packagegroup-my-packages is as follows: inherit packagegroup RDEPENDS_${PN} = libxml2 pixman

[yocto] Rgardring GSTreamer1.0 integration on Yocto Dora

2014-04-22 Thread Dipesh Karmakar
Hi Carlos, Do you have any plan to integrate Gstreamer-1.2.3 to Dora? I believe current Dora10.0.1 has GST-1.0.9. Thanks, Dipesh -Original Message- From: Carlos Rafael Giani [mailto:d...@pseudoterminal.org] Sent: Sunday, February 02, 2014 9:14 PM To: Khaja Hussain Shaik Cc: Nicolas

[yocto] Problem with own kernel recipe on Dora

2014-04-22 Thread Richard Leitner - SKIDATA
Hi Yocto-Community, as the subject already says I've a problem with my kernel recipe after the migration from the Dylan to the Dora (10.0.1) branch. I've tried the 10.0.1 release tag as well as the current dora master (50e9ccb2aff7b9f9dca4fda99a6832c60f64de3b). The kernel recipe I'm using is

[yocto] Newbie question: How to get dependencies into compile of custom recipe?

2014-04-22 Thread Neuer User
Hi Sorry for this simple question. I've just started building my first image with yocto and would now like to add a (very simple) own recipe. I followed the Yocto Development guide, added my own layer and included the helloworld example. Now I would like to exchange the helloworld.c code with a

Re: [yocto] Problem with own kernel recipe on Dora

2014-04-22 Thread Richard Purdie
On Tue, 2014-04-22 at 07:52 +, Richard Leitner - SKIDATA wrote: Hi Yocto-Community, as the subject already says I've a problem with my kernel recipe after the migration from the Dylan to the Dora (10.0.1) branch. I've tried the 10.0.1 release tag as well as the current dora master

Re: [yocto] Newbie question: How to get dependencies into compile of custom recipe?

2014-04-22 Thread Richard Purdie
On Tue, 2014-04-22 at 09:57 +0200, Neuer User wrote: Hi Sorry for this simple question. I've just started building my first image with yocto and would now like to add a (very simple) own recipe. I followed the Yocto Development guide, added my own layer and included the helloworld

Re: [yocto] defconfig on daisy

2014-04-22 Thread Richard Purdie
On Tue, 2014-04-22 at 08:13 +0200, Søren Holm wrote: Hi Bruce I've search the meta-data repos and kernel repo for a change matching this. Is it fixes or did you miss it? The change is:

Re: [yocto] Problem with own kernel recipe on Dora

2014-04-22 Thread Richard Leitner - SKIDATA
Hi Richard, thanks for your quick response. -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Tuesday, April 22, 2014 10:23 AM To: Richard Leitner - SKIDATA Cc: Yocto Project Discussion ML (yocto@yoctoproject.org) Subject: Re: [yocto] Problem

Re: [yocto] Problem with own kernel recipe on Dora

2014-04-22 Thread Richard Purdie
On Tue, 2014-04-22 at 09:08 +, Richard Leitner - SKIDATA wrote: -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Tuesday, April 22, 2014 10:23 AM To: Richard Leitner - SKIDATA Cc: Yocto Project Discussion ML (yocto@yoctoproject.org)

Re: [yocto] No USB devices on BeagleBoard xM!

2014-04-22 Thread Jukka Rissanen
Hi Jeremy, On su, 2014-04-20 at 08:44 +1200, Jeremy Cole-Baker wrote: Hi, I still can't figure out how to get the USB hardware working on my BeagelBoard xM. I think you are seeing this bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=5211 I did not manage to get usb working with the

Re: [yocto] Problem with own kernel recipe on Dora

2014-04-22 Thread Nicolas Dechesne
On Tue, Apr 22, 2014 at 9:52 AM, Richard Leitner - SKIDATA richard.leit...@skidata.com wrote: Hi Yocto-Community, as the subject already says I've a problem with my kernel recipe after the migration from the Dylan to the Dora (10.0.1) branch. I've tried the 10.0.1 release tag as well as the

Re: [yocto] Problem with own kernel recipe on Dora

2014-04-22 Thread Richard Leitner - SKIDATA
-Original Message- From: Nicolas Dechesne [mailto:nicolas.deche...@linaro.org] Sent: Tuesday, April 22, 2014 1:35 PM To: Richard Leitner - SKIDATA Cc: Yocto Project Discussion ML (yocto@yoctoproject.org) Subject: Re: [yocto] Problem with own kernel recipe on Dora On Tue, Apr 22,

Re: [yocto] Newbie question: How to get dependencies into compile of custom recipe?

2014-04-22 Thread Neuer User
Am 22.04.2014 10:42, schrieb Richard Purdie: Basically, you need to pass in the correct compiler and linker flags. http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html Adding: `pkg-config --cflags --libs gstreamer` to your compiler line will

Re: [yocto] Newbie question: How to get dependencies into compile of custom recipe?

2014-04-22 Thread Robert Calhoun
On 4/22/14 3:57 AM, Neuer User auslands...@gmx.de wrote: Sorry for this simple question. I've just started building my first image with yocto and would now like to add a (very simple) own recipe. (I am not familiar with gstreamer, but it looks like a big project and maybe not so simple!) The

Re: [yocto] Newbie question: How to get dependencies into compile of custom recipe?

2014-04-22 Thread Gary Thomas
On 2014-04-22 06:56, Neuer User wrote: Am 22.04.2014 10:42, schrieb Richard Purdie: Basically, you need to pass in the correct compiler and linker flags. http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html Adding: `pkg-config --cflags --libs gstreamer`

Re: [yocto] Newbie question: How to get dependencies into compile of custom recipe?

2014-04-22 Thread Neuer User
H Rob Thanks for the information. To clarify: My recipe is a very simple one. It is just one c file with maybe 40 lines or so. But it uses library functions from another recipe gst-rtsp, which again uses gstreamer. Both, gstreamer and gst-rtsp are compiled and working nicely, as far as I can

[linux-yocto] v2g_bridge driver required

2014-04-22 Thread Bremalatha Ramalingam - ERS, HCL Tech
How to implement the kernel driver which will invoke the v4l2 driver module to capture the image from the USB camera can anyone help in this regard.. In some of the intel application they have used the v2g_bridge kernel module to invoke the v4l2 and DRM. I need this implementation details

[yocto] [solved] Re: Newbie question: How to get dependencies into compile of custom recipe?

2014-04-22 Thread Neuer User
Got it working! The hint with the devshell helped very much. I could try out pkg-config --list-all|grep rtsp and found the name pkg-config was expecting. So, the line must be: pkg-config --cflags --libs gstreamer-0.10 gst-rtsp-server-0.10 (Thought I had tried this, but maybe had a typo in the

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, April 22, 2014 8:00 AM US Pacific Time

2014-04-22 Thread Jolley, Stephen K
Attendees: Stephen, Armin, Jessica, Scott, Matthew, Tom, Belen, Ross, Paul, Jefro, Mark, Michael B., Alex, Richard, Michael H., Saul, Nitin, * Opens collection - 5 min (Stephen) Armin - When is the best time to request package updates? Saul controls this and usually drives it. We have a

Re: [yocto] eglibc-2.18 is not compiling

2014-04-22 Thread Khem Raj
On Tue, Apr 22, 2014 at 7:08 AM, Kai Ulrich k...@gmx.de wrote: tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/eglibc/2.18-r0/build-arm-poky-linux-gnueabi/shlib.lds:150: syntax error collect2: error: ld returned 1 exit status make[2]: ***

Re: [yocto] defconfig on daisy

2014-04-22 Thread Søren Holm
Thanks Richard. Tirsdag den 22. april 2014 09:46:04 skrev Richard Purdie: On Tue, 2014-04-22 at 08:13 +0200, Søren Holm wrote: Hi Bruce I've search the meta-data repos and kernel repo for a change matching this. Is it fixes or did you miss it? The change is:

Re: [yocto] Question about rebuilding RPM package index for updated RPMs when bitbake completes

2014-04-22 Thread Mark Hatle
On 4/22/14, 1:50 AM, Alex J Lennon wrote: On 22/04/2014 02:36, Mark Hatle wrote: On 4/20/14, 7:15 AM, Alex J Lennon wrote: Hi, I'm trying to put in place a development workflow using the PR server, RPM package feeds and smart update/install on a target. I see that when I modify and rebuild

Re: [yocto] eglibc-2.18 is not compiling

2014-04-22 Thread Kai Ulrich
thanx for your interest yes, it seams all right gcc-Version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) make-Version GNU Make 3.82 Built for x86_64-pc-linux-gnu 2014-04-22 18:10 GMT+02:00 Khem Raj raj.k...@gmail.com: On Tue, Apr 22, 2014 at 7:08 AM, Kai Ulrich k...@gmx.de wrote:

Re: [yocto] eglibc-2.18 is not compiling

2014-04-22 Thread Khem Raj
On Apr 22, 2014 12:47 PM, Kai Ulrich k...@gmx.de wrote: thanx for your interest yes, it seams all right gcc-Version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) make-Version GNU Make 3.82 Built for x86_64-pc-linux-gnu 2014-04-22 18:10 GMT+02:00 Khem Raj raj.k...@gmail.com: On Tue, Apr 22,

Re: [yocto] Question about rebuilding RPM package index for updated RPMs when bitbake completes

2014-04-22 Thread Alex J Lennon
On 22/04/2014 19:14, Mark Hatle wrote: On 4/22/14, 1:50 AM, Alex J Lennon wrote: On 22/04/2014 02:36, Mark Hatle wrote: On 4/20/14, 7:15 AM, Alex J Lennon wrote: Hi, I'm trying to put in place a development workflow using the PR server, RPM package feeds and smart update/install on a

[yocto] [Package Report System]Upgrade recipes name list

2014-04-22 Thread package-rep...@yoctoproject.org
This mail was sent out by Package Report 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

[yocto] Canceled: Yocto Project Technical Team Meeting

2014-04-22 Thread Jolley, Stephen K
BEGIN:VCALENDAR METHOD:CANCEL PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

Re: [yocto] [meta-ivi][PATCH] weston: Add weston.ini config file

2014-04-22 Thread sujith h
Hi, Any comments about this patch? Thanks, Sujith H On Wed, Apr 16, 2014 at 1:42 PM, Sujith H sujit...@gmail.com wrote: Adding weston.ini to $ROOT_HOME/.config. With this change user can login to $ROOT_HOME and launch weston with ivi-shell. Signed-off-by: Sujith H

Re: [yocto] [meta-ivi][PATCH] weston: Add weston.ini config file

2014-04-22 Thread Khem Raj
On Wed, Apr 16, 2014 at 1:12 AM, Sujith H sujit...@gmail.com wrote: Adding weston.ini to $ROOT_HOME/.config. With this change user can login to $ROOT_HOME and launch weston with ivi-shell. what if I am not root ? IOW is there more systemwide way of doing it ? Signed-off-by: Sujith H

Re: [yocto] [RFT] gcc 4.9

2014-04-22 Thread Khem Raj
On Sun, Mar 23, 2014 at 1:35 AM, Khem Raj raj.k...@gmail.com wrote: Hi gcc 4.9 release is coming in summer therefore I have put together the recipes here http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-4.9 So far my testing has been booting angstrom/systemd-image on

Re: [linux-yocto] v2g_bridge driver required

2014-04-22 Thread Bruce Ashfield
On 14-04-22 10:48 AM, Bremalatha Ramalingam - ERS, HCL Tech wrote: How to implement the kernel driver which will invoke the v4l2 driver module to capture the image from the USB camera can anyone help in this regard.. In some of the intel application they have used the v2g_bridge kernel module

[linux-yocto] [PATCH 11/39] LSI AXM55xx: Configuration updates

2014-04-22 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Update the powerpc FDT settings for the latest AXXIA RIO code. Signed-off-by: Michael Bringmann michael.bringm...@lsi.com --- arch/powerpc/boot/dts/acp25xx.dts | 49 + arch/powerpc/boot/dts/acp342x.dts | 37

[linux-yocto] [PATCH 12/39] LSI AXM55xx: Disable linkdown reset configuration.

2014-04-22 Thread Charlie Paul
From: Michael Bringmann michael.bringm...@lsi.com Signed-off-by: Michael Bringmann michael.bringm...@lsi.com --- arch/powerpc/boot/dts/acp25xx.dts |2 ++ arch/powerpc/boot/dts/acp35xx.dts |2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/powerpc/boot/dts/acp25xx.dts

[linux-yocto] [PATCH 05/39] arch/arm/mach-axxia: Updated Device Tree for Emulation

2014-04-22 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com Added device tree support for the latest GIC driver. In some cases, it is necessary to distinguish between simulation, emulation, and hardware systems. Simulation already had a different name (lsi,axm5516-sim). This patch gives emulation a different name

[linux-yocto] [PATCH 00/39] Resubmittal of LSI AXXIA updates to standard/axxia/base 3.10

2014-04-22 Thread Charlie Paul
This group includes the changes requested to: FEMAC Ethernet driver, backport and Fix irq_set_affinity. Anders Berg (13): i2c-axxia: Fix broken smbus block read i2c-axxia: Adjust tLOW,tHIGH to match fast-mode requirements arm/axxia: Workaround for cross-cluster sev issue Revert LSI

[linux-yocto] [PATCH 09/39] LSI AXXIA: fixes for VP engine quiesce and DDR shutdown

2014-04-22 Thread Charlie Paul
From: Gary McGee gary.mc...@lsi.com --- arch/arm/mach-axxia/ddr_retention.c | 187 --- arch/arm/mach-axxia/ncr.c | 18 +++- 2 files changed, 121 insertions(+), 84 deletions(-) diff --git a/arch/arm/mach-axxia/ddr_retention.c

[linux-yocto] [PATCH 07/39] arch/arm/mach-axxia: Disable DDR Retention Resets in Sim/Emu

2014-04-22 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com DDR retention reset only works on hardware systems, this patch disables it in simulation and emulation. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/ddr_retention.c | 56 +-- 1 file changed, 33

[linux-yocto] [PATCH 02/39] i2c-axxia: Fix broken smbus block read

2014-04-22 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com Changed the initial transfer size on block reads from 1 to I2C_SMBUS_BLOCK_MAX. The size is adjusted when the first byte (block length) is received. Having the initial size set to 1 could cause the controller to stop the transfter after the block length byte,

[linux-yocto] [PATCH 21/39] LSI AXM55xx: Axxia GIC driver improvements (3rd gen)

2014-04-22 Thread Charlie Paul
From: David Mercado david.merc...@windriver.com Introduce the use of slow bus locking to allow use of Linux RPC mechanism, remove unnecessary memory barriers, etc. Signed-off-by: David Mercado david.merc...@windriver.com --- arch/arm/mach-axxia/axxia-gic.c | 1138

[linux-yocto] [PATCH 08/39] i2c-axxia: Adjust tLOW, tHIGH to match fast-mode requirements

2014-04-22 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com Adjusted the controller setup to meet the timing requirements for I2C fast-mode on the SCL signal (tLOW and tHIGH). For fast-mode, a 33/66 duty cycle of the SCL is used to match the minimum timing requirements of 1.3/0.6 for tLOW/tHIGH. Signed-off-by: Anders

[linux-yocto] [PATCH 24/39] arm/axxia: GPIO driver for SPI chip selects

2014-04-22 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com Add gpiochip driver for the 5 chip select signals provided by the SSP block. This makes it possible to use the device tree for all SPI configuration, instead of having it in the platform specific code. Signed-off-by: Anders Berg anders.b...@lsi.com ---

[linux-yocto] [PATCH 10/39] arch/arm/mach-axxia: Updates to the VMFS File System

2014-04-22 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com Updated to work when CONFIG_UIDGID_STRICT_TYPE_CHECKS is not defined. This fixed a build failure. Signed-off-by: John Jacques john.jacq...@lsi.com --- fs/vmfs/inode.c | 18 -- fs/vmfs/ioctl.c |8 2 files changed, 24

[linux-yocto] [PATCH 14/39] Revert LSI AXM55XX: Add GENERIC_LOCKBREAK

2014-04-22 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com This reverts commit 2340ef2f1f09c964a4139ac25653a3775bdb706a. Signed-off-by: Anders Berg anders.b...@lsi.com --- arch/arm/Kconfig |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index

[linux-yocto] [PATCH 19/39] arm/axxia: improved robustness for DDR retention

2014-04-22 Thread Charlie Paul
From: Gary McGee gary.mc...@lsi.com - add new ncp_ddr_shutdown() function using private i/o functions. This eliminates unwanted code that may be introduced by use of the standard i/o macros/functions. - do explicit memory copy to preload ncp_ddr_shutdown() into L2 cache - initialize ELM

[linux-yocto] [PATCH 33/39] arch/arm/mach-axxia: Work-Around for Event Problems in v1.0 Silicon

2014-04-22 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com SEV/WFE are unusable in v1.0 silicon. The boot loader now sets bit 7 in the ACLTR register of each core, making wfe a nop. At present, bit 7 of the ACTLR does not work in simulation and emulaton. Until that is corrected, this work-around is necessary.

[linux-yocto] [PATCH 03/39] i2c-axxia: code update kernel.org coding spec

2014-04-22 Thread Charlie Paul
This file was updated with the checkpatch and the appropriate changes were made to support kernel.org syntax --- drivers/i2c/busses/i2c-axxia.c | 26 -- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/drivers/i2c/busses/i2c-axxia.c

[linux-yocto] [PATCH 01/39] arch/powerpc: Checking in correct USB entries to ACP3421 DTS

2014-04-22 Thread Charlie Paul
From: SangeethaRao sangeetha@lsi.com These changes were made to fix the failure in the USB. This change only affects the ACP34321 DTS Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/powerpc/boot/dts/acp342x.dts | 33 + 1 file changed, 17

[linux-yocto] [PATCH 04/39] LSI powerpc/boot: added for rapidio

2014-04-22 Thread Charlie Paul
--- arch/arm/boot/dts/axm55xx.dts | 33 +++ arch/powerpc/boot/dts/lsi_acp342x.dts | 317 + arch/powerpc/boot/dts/lsi_acp344x.dts | 355 + 3 files changed, 705 insertions(+) create mode 100644

[linux-yocto] [PATCH 29/39] axxia: Updated Device Trees Signed-off-by: John Jacques john.jacq...@lsi.com

2014-04-22 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com --- arch/arm/boot/dts/Makefile |5 + arch/arm/boot/dts/axm-sim.dts | 403 --- arch/arm/boot/dts/axm-ve-tc1.dts| 363 arch/arm/boot/dts/axm-ve-tc2.dts|

[linux-yocto] [PATCH 35/39] arch/powerpc: Update the Axxia Device Tree Files

2014-04-22 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com A new system, 3500, was added which required some changes to the device trees. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/powerpc/boot/dts/acp25xx.dts | 391 ++--- arch/powerpc/boot/dts/acp342x.dts | 349

[linux-yocto] [PATCH 23/39] arm/axxia: Configure changes to 'GPIO driver for SPI chip selects'

2014-04-22 Thread Charlie Paul
From: Anders Berg anders.b...@lsi.com This patch was split off as configuration changes to support the GPIO driver changes. Signed-off-by: Anders Berg anders.b...@lsi.com --- arch/arm/boot/dts/axm5504-sim.dts |4 arch/arm/boot/dts/axm5516-amarillo.dts |4

[linux-yocto] [PATCH 28/39] i2c-axxia: Configure changes to 'Use managed functions devm_*'

2014-04-22 Thread Charlie Paul
Drop the 'bus' property from the device tree. Instead the alias nodes are used to determine adapter numbering. Signed-off-by: Anders Berg anders.b...@lsi.com --- arch/arm/boot/dts/axm55xx.dtsi |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[linux-yocto] [PATCH 32/39] arch/arm/mach-axxia: Name Cleanup

2014-04-22 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com Change emulation to emu to match the other targets (sim for simulation, etc.). Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/boot/dts/axm5504-emu.dts |2 +- arch/arm/boot/dts/axm5507-emu.dts |2 +- 2 files changed, 2 insertions(+),

[linux-yocto] [PATCH 20/39] kernel/irq/manage.c: Fix irq_set_affinity to allow use with buslocks

2014-04-22 Thread Charlie Paul
From: David Mercado david.merc...@windriver.com Modify irq_set_affinity() to allow usage of bus locks with slow bus IRQ controllers. This only affects those BSPs that use bus locks in their IRQ controllers, such as the LSI Axxia GIC. The recommendation for this change originated from

[linux-yocto] [PATCH 30/39] ARM: 7840/1: LPAE: don't reject mapping /dev/mem above 4GB

2014-04-22 Thread Charlie Paul
From: Jonas Svennebring jonas.svennebr...@lsi.com commit 3159f372354e8e1f5dee714663d70 upstream With LPAE enabled, physical address space is larger than 4GB. Allow mapping any part of it via /dev/mem by using PHYS_MASK to determine valid range. PHYS_MASK covers 40 bits with

[linux-yocto] [PATCH 37/39] LSI drivers/tty: Axxia Serial Driver Update

2014-04-22 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com Updated to work with the 3500 variant. Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/tty/serial/lsi_acp_serial.c | 103 --- 1 file changed, 58 insertions(+), 45 deletions(-) diff --git

[linux-yocto] [PATCH 34/39] LSI powerpc/sysdev: Removing the power of 2 size restriction

2014-04-22 Thread Charlie Paul
From: SangeethaRao sangeetha@lsi.com Removed the power of 2 size restriction for PCIe inbound mapping in LSI PCIe driver Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/powerpc/sysdev/lsi_pci.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

[linux-yocto] [PATCH 39/39] gpio: repairs merge comflict

2014-04-22 Thread Charlie Paul
From: Paul Butler paul.but...@windriver.com A merge conflict resolution in aafea43a1528d028c66849e8266c04675aa6690d reverted a change added in f8e6479d13bce233ff4f9ef58a522a4225ff651d Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/gpio/gpio-pl061.c |2 +- 1 file changed, 1

[linux-yocto] [PATCH 36/39] arch/powerpc: Clean up of Compatible Names in Axxia Device Trees

2014-04-22 Thread Charlie Paul
From: John Jacques john.jacq...@lsi.com The base compatible type for Axxia (PowerPC) is not lsi,acp. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/powerpc/platforms/44x/acpx1.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/44x/acpx1.c

Re: [linux-yocto] [PATCH 04/30] arm: rapidio updates

2014-04-22 Thread Bruce Ashfield
On 14-04-17 10:36 PM, Charlie Paul wrote: From: Paul Butler paul.but...@windriver.com Again. We need a summary here. What are we doing ? Enabling what features in the rapid io implementation ? Enabling it for a specific board ? Bruce Signed-off-by: Paul Butler paul.but...@windriver.com ---

Re: [linux-yocto] [PATCH 07/30] drivers: rapidio updates

2014-04-22 Thread Bruce Ashfield
On 14-04-17 10:36 PM, Charlie Paul wrote: From: Paul Butler paul.but...@windriver.com I'll stop making this comment now, but all these patches need to tell us what the functional impact of the commit is .. this looks like it changes the physical addresses. What does it enable ? What does this

Re: [linux-yocto] [PATCH 00/30] Resubmit LSI AXXIA updates to 3.4 standard/axxia/base

2014-04-22 Thread Bruce Ashfield
On 14-04-17 10:36 PM, Charlie Paul wrote: This is a resubmit of patches to the lsi/standard/axxia/base Some of the updates include splitting a patch and referencing the main line. Others included adding more information. Outside of the rapidio commits not having a long log, the series looks