Re: [linux-yocto] [PATCH 07/94] arm/configs: adding common LSI defconfig

2013-11-09 Thread Bruce Ashfield
Same comment here. I presume there are some BSP meta data updates lurking ? Bruce On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butlerpaul.but...@windriver.com --- arch/arm/configs/lsisim_defconfig | 48 --- 1 file changed, 15

Re: [linux-yocto] [PATCH 06/94] powerpc/configs: adding common LSI defconfig

2013-11-09 Thread Bruce Ashfield
While it is fine that we are keeping defconfigs around, the BSP and series isn't complete until board configuration fragments are available. Is there a follow series somewhere that updates the meta data for the BSP with fragments that match the h/w options below ? Bruce On 11/7/2013, 8:12 PM,

Re: [linux-yocto] [PATCH 08/94] arm/mach-axxia: Fix irq_set_type() in arch/arm/mach-axxia/axxia-gic.c

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: David Mercado david.merc...@windriver.com This patch fixes setting of IRQ type to all clusters. Previously was only working for first cluster. While I don't doubt that this is true, switching from i/4 to i*4 is significant. I can't see enough

Re: [linux-yocto] [PATCH 09/94] powerpc/configs: Address error message when issuing reboot

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: David Mercado david.merc...@windriver.com The default kernel config was enabling CPU Hotplug, which is a feature not currently supported by the ACP34xx. For this reason, issuing a reboot or poweroff command was resulting in a Error taking CPU1

Re: [linux-yocto] [PATCH 10/94] drivers/net/ethernet: add ACP wrappers back into kernel

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: David Mercado david.merc...@windriver.com This patch adds the LSI ACP wrapper routines back into the kernel. These were previously removed as part of the acp34xx Ethernet driver updates, Can you put a shortlog of the commit that removes the

Re: [linux-yocto] [PATCH 12/94] arch/powerpc: Release the lock when ncr_read() completes.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Without this the RTE won't load. Anymore detail ? Like the error message the user sees ? Bruce Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/powerpc/sysdev/lsi_acp_ncr.c | 2 ++ 1 file

Re: [linux-yocto] [PATCH 16/94] arm: AXM5516 emulation bringup boot

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/boot/compressed/head.S | 63 ++ There's more code removed here than there is added. Do we have an explanation about how it was once required, and now isn't ? i.e. the

Re: [linux-yocto] [PATCH 17/94] arm: AXM5516 emulation bringup mach-axxia

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/Makefile | 4 ++ arch/arm/kernel/head.S | 8 +++ arch/arm/mach-axxia/Kconfig| 3 +

Re: [linux-yocto] [PATCH 19/94] drivers/tty: AXM5516 emulation bringup - amba-pl011.c

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/tty/serial/amba-pl011.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c index b69356c..abe91eb 100644 ---

Re: [linux-yocto] [PATCH 31/94] drivers/net/ethernet: Wrapper Cleanup

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Hopefully these will go away soon (when the RTE driver is GPL'd, which is in progress). For now... I'd suggest changing the commit log to actually tell us about the change and not discuss licenses or

Re: [linux-yocto] [PATCH 32/94] arm/configs: Add CONFIG_NET_NS and CONFIG_DMATEST to the default ARM configurations.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com insert Bruce's configuration fragment comment here Bruce Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/configs/lsi_defconfig| 4 ++-- arch/arm/configs/lsisim_defconfig | 4 ++-- 2

Re: [linux-yocto] [PATCH 33/94] drivers/tty: Handle baud rate changes. The initial port only ran at 115200.

2013-11-09 Thread Bruce Ashfield
The second part of the short log .. should be the long log. On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/clock.c | 64 +

Re: [linux-yocto] [PATCH 36/94] arm/mach-axxia: Don't try to initialize pcie late.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com This needs to be done earlier. Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/axxia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-axxia/axxia.c

Re: [linux-yocto] [PATCH 37/94] drivers/tty: Hard code the baud rate divisors for now.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com This assumes that the AXM55xx_533 parameter file is used. Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/tty/serial/amba-pl011.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [linux-yocto] [PATCH 40/94] Support for the new BCM 5221 phy - acp_mdio

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/net/ethernet/lsi/lsi_acp_mdio.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/net/ethernet/lsi/lsi_acp_mdio.c b/drivers/net/ethernet/lsi/lsi_acp_mdio.c index

Re: [linux-yocto] [PATCH 45/94] drivers/usb: USB driver changes for AXM55xx

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:12 PM, Paul Butler wrote: From: SangeethaRao sangeetha@lsi.com It would be nice to have a summary of the changes :) Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/arm/boot/dts/axm55xx.dts | 9 +++ drivers/usb/host/ehci-ci13612.c | 59

Re: [linux-yocto] [PATCH 48/94] drivers/net: Added debug code.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:13 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_mdio.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/net/ethernet/lsi/lsi_acp_mdio.c

Re: [linux-yocto] [PATCH 52/94] arm/include: A clean up of the femac acp_net.h code.

2013-11-09 Thread Bruce Ashfield
I'd call this more of adding ARM specific code to the common acp_net driver .. rather than cleanup. Bruce On 11/7/2013, 8:13 PM, Paul Butler wrote: Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/net/ethernet/lsi/lsi_acp_net.h | 76 +++--- 1 file

Re: [linux-yocto] [PATCH 53/94] drivers/net: The work around for Amarillo needs to be done the first time as well!

2013-11-09 Thread Bruce Ashfield
It would be nice to have a short description about what exactly was being worked around. Bruce On 11/7/2013, 8:13 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_net.c | 10 +- 1

Re: [linux-yocto] [PATCH 62/94] arm/mach-axxia: add support for SPI flash.

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:13 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/boot/dts/axm55xx.dts | 157 -

Re: [linux-yocto] [PATCH 69/94] arm/mach-axxia: Fixed type1 PCIe enumeration issue

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:13 PM, Paul Butler wrote: From: SangeethaRao sangeetha@lsi.com Obviously the masking and shifting isn't necessary. But is there a description of the issues that the masking and shifting was causing ? It'll save some poor soul that might not have the latest code some time,

Re: [linux-yocto] [PATCH 86/94] arm/mach-axxia: L3 Cache is not available in simulation!

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:18 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com Signed-off-by: John Jacques john.jacq...@lsi.com --- arch/arm/mach-axxia/axxia.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-axxia/axxia.c b/arch/arm/mach-axxia/axxia.c

Re: [linux-yocto] [PATCH 88/94] arm/configs: In order to get the Preempt-RT branch building

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:18 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com The default configuration had to be refreshed. And this is the exact thing that we want to avoid with configuration fragments. Again, I assume that Paul is going to follow up with configuration fragments for

Re: [linux-yocto] [PATCH 91/94] drivers/ethernet: Set the watermark correctly in emulation

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:18 PM, Paul Butler wrote: From: John Jacques john.jacq...@lsi.com and fix a compile bug on PowerPC. any chance we have a log of the error message handy ? Bruce Signed-off-by: John Jacques john.jacq...@lsi.com --- drivers/net/ethernet/lsi/lsi_acp_net.c | 19

Re: [linux-yocto] [PATCH 07/94] arm/configs: adding common LSI defconfig

2013-11-09 Thread Paul Butler
On Sat, Nov 09, 2013 at 09:12:39AM -0500, Bruce Ashfield wrote: Same comment here. I presume there are some BSP meta data updates lurking ? Yes, meta data patches will be coming. Just not ready yet. Bruce On 11/7/2013, 8:12 PM, Paul Butler wrote: Signed-off-by: Paul

Re: [linux-yocto] [PATCH 12/94] arch/powerpc: Release the lock when ncr_read() completes.

2013-11-09 Thread Jacques, John M (John)
The RTE is an external module that allows the rest of the Axxia hardware (the network processor part) to be used. One of the ways to access registers in the network processor is via the config ring (ncr). Since the config ring gets used by Linux, the module, and possibly external devices via