[linux-yocto] [PULL REQUEST v3] Intel Axxia updates to linux-yocto-4.1

2015-12-07 Thread Cristian Bercaru
/axxia_yocto_linux_4.1_pull.git into git://git.yoctoproject.org/linux-yocto-4.1 Pull standard/axxia/base-1.18-v3 -> standard/axxia/base standard/preempt-rt/axxia/base-1.18-v3 -> standard/preempt-rt/axxia/base Thank you, Cristian Bercaru Dave Martin (1): serial/amba-pl011: Refactor and simpl

[linux-yocto] [PATCH] Intel Axxia meta update to linux-yocto-3.14

2015-12-07 Thread Cristian Bercaru
Hello! This patch synchronizes the Axxia fragments from the meta branch of linux-yocto-3.14 with the ones on the yocto-3.14 branch from yocto-kernel-cache. Please apply it on the meta branch from git://git.yoctoproject.org/linux-yocto-3.14 Thank you, Cristian Bercaru (1): meta: bsp/axxia: sync

[linux-yocto] [PATCH] meta: bsp/axxia: sync with yocto-kernel-cache

2015-12-07 Thread Cristian Bercaru
Sync the config fragments of Axxia BSPs with those on the 'yocto-3.14' branch from git://git.yoctoproject.org/yocto-kernel-cache Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- .../bsp/axxiaarm/axxiaarm-standard.scc |1 - meta/cfg/kernel-cache/bsp/ax

Re: [linux-yocto] sorry for spam

2015-12-04 Thread Cristian Bercaru
questions. Cristian On 12/03/2015 08:36 PM, Bruce Ashfield wrote: On 15-12-02 03:38 AM, Cristian Bercaru wrote: Hello! I sent a series of patches for linux-yocto 3.4, 3.14 and 4.1. The first time I sent them (yesterday) postfix couldn't connect to the yocto mail server, so I re-sent them today

Re: [linux-yocto] sorry for spam

2015-12-04 Thread Cristian Bercaru
Please apply the patches that I sent you only once and ignore their duplicates. Cristian On 12/04/2015 01:30 PM, Cristian Bercaru wrote: Daniel Dragomir will replace me starting with 7th December: daniel.drago...@windriver.com You know Daniel. He is back on the Axxia project after working

[linux-yocto] [PATCH] Intel Axxia meta updates to yocto-kernel-cache yocto-4.1

2015-12-02 Thread Cristian Bercaru
Hello! This patch brings minor modifications to Axxia arm/arm64 BSPs. Please apply it on the 'yocto-4.1' branch from git://git.yoctoproject.org/yocto-kernel-cache Thank you, Cristian Bercaru (1): bsp/axxia: update base configurations bsp/axxiaarm/axxiaarm.cfg | 2 +- bsp/axxiaarm

[linux-yocto] [PATCH] bsp/axxia: update base configurations

2015-12-02 Thread Cristian Bercaru
Update the base configurations of axxiaarm and axxiaarm64 BSPs. Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- bsp/axxiaarm/axxiaarm.cfg | 2 +- bsp/axxiaarm/axxiaarm.scc | 4 ++-- bsp/axxiaarm64/axxiaarm64.cfg | 3 +-- 3 files changed, 4 insertions(+), 5 del

[linux-yocto] sorry for spam

2015-12-02 Thread Cristian Bercaru
for spamming you! This is my last week on the Axxia yocto project. Cristian Bercaru -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

[linux-yocto] [PATCH] drivers/net: Update the LSI FEMAC Driver for Axxia

2015-12-02 Thread Cristian Bercaru
From: John Jacques The driver was calling free_irq() without first calling disable_irq() to synchronize pending and active handlers. This commit adds a call to disable_irq(). Signed-off-by: John Jacques --- drivers/net/ethernet/lsi/lsi_acp_net.c

[linux-yocto] [PATCH] Intel Axxia update to linux-yocto-3.10

2015-12-02 Thread Cristian Bercaru
Hello! This patch fixes an irq concurrency problem in the Axxia FEMAC driver. Please apply it in linux-yocto-3.10, on the branches standard/axxia/base standard/preempt-rt/axxia/base Thank you, Cristian Bercaru John Jacques (1): drivers/net: Update the LSI FEMAC Driver for Axxia drivers

[linux-yocto] [PATCH] Intel Axxia meta update to linux-yocto-3.10

2015-12-02 Thread Cristian Bercaru
Hello! This patch keeps the homogenity of the config fragments from the meta-axxia layer. Please apply it on the meta branch from git://git.yoctoproject.org/linux-yocto-3.10 Thank you, Cristian Bercaru (1): meta: bsp/axxia: move back features from meta-axxia meta/cfg/kernel-cache/bsp/axxiaarm

[linux-yocto] [PATCH] meta: bsp/axxia: move back features from meta-axxia

2015-12-02 Thread Cristian Bercaru
Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.scc|4 .../kernel-cache/bsp/axxiapowerpc/axxiapowerpc.scc |4 2 files changed, 8 insertions(+) diff --git a/meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.

[linux-yocto] [PULL REQUEST v2] Intel Axxia updates to linux-yocto-4.1

2015-12-01 Thread Cristian Bercaru
me. I will rebase our changes so you can do a clean, fast-forward pull. Thank you, Cristian Bercaru Dave Martin (1): serial/amba-pl011: Refactor and simplify TX FIFO handling Gary McGee (1): arch/arm/mach-axxia : Make AXXIA_NCR_RESET_CHECK a Kconfig Option John Jacques (8): arch/arm64:

[linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-3.14

2015-12-01 Thread Cristian Bercaru
-1.3 -> standard/axxia/base standard/preempt-rt/axxia/base-1.3 -> standard/preempt-rt/axxia/base If you add more patches to standard/(preempt-rt)/axxia/base beforehand please notify me. I will rebase our changes so you can do a clean, fast-forward pull. Thank you, Cristian Bercaru John Jacq

[linux-yocto] [PATCH] Intel Axxia meta updates to yocto-kernel-cache yocto-3.14

2015-12-01 Thread Cristian Bercaru
Hello! This patch makes the SMP feature optional in the configuration of Axxia BSPs. Please apply it on the 'yocto-3.14' branch from git://git.yoctoproject.org/yocto-kernel-cache Thank you, Cristian Bercaru (1): bsp/axxia: make SMP feature optional bsp/axxiaarm/axxiaarm.cfg | 1 - bsp

[linux-yocto] [PATCH] bsp/axxia: make SMP feature optional

2015-12-01 Thread Cristian Bercaru
Remove the SMP feature from the base configuration of axxiaarm and axxiapowerpc BSPs. However, it can be enabled using the config fragments from the meta-axxia yocto layer. Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- bsp/axxiaarm/axxiaarm.cfg | 1

[linux-yocto] [PATCH 1/2] meta: bsp/axxia: add preempt-rt support

2015-12-01 Thread Cristian Bercaru
This patch adds the headers needed to build the linux 3.4 preempt-rt configuration on Axxia arm and powerpc platforms, using config fragments. Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- .../bsp/axxiaarm/axxiaarm-preempt-rt.scc |8 .../bsp/ax

[linux-yocto] [PATCH 2/2] meta: bsp/axxia: make SMP optional

2015-12-01 Thread Cristian Bercaru
Remove SMP feture from axxiaarm and axxiapowerpc BSP configurations. SMP can be enabled optionally using the config fragments from meta-axxia yocto layer. Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg

[linux-yocto] [PATCH 0/2] Intel Axxia meta updates to linux-yocto-3.4

2015-12-01 Thread Cristian Bercaru
Hello! Please apply this series of patches on the 'meta' branch from git://git.yoctoproject.org/linux-yocto-3.4.git Thank you, Cristian Bercaru (2): meta: bsp/axxia: add preempt-rt support meta: bsp/axxia: make SMP optional .../bsp/axxiaarm/axxiaarm-preempt-rt.scc |8

[linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-3.4

2015-12-01 Thread Cristian Bercaru
-7.8.1.50-v2 -> standard/axxia/base standard/preempt-rt/axxia/base-7.8.1.50-v2 -> standard/preempt-rt/axxia/base If you add more patches to standard/(preempt-rt)/axxia/base beforehand please notify me. I will rebase our changes so you can do a clean, fast-forward pull. Thank you, Cristian Bercaru

[linux-yocto] [PATCH] bsp/axxia: update base configurations

2015-12-01 Thread Cristian Bercaru
Update the base configurations of axxiaarm and axxiaarm64 BSPs. Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- bsp/axxiaarm/axxiaarm.cfg | 2 +- bsp/axxiaarm/axxiaarm.scc | 4 ++-- bsp/axxiaarm64/axxiaarm64.cfg | 3 +-- 3 files changed, 4 insertions(+), 5 del

[linux-yocto] [PATCH] Intel Axxia meta updates to yocto-kernel-cache yocto-4.1

2015-12-01 Thread Cristian Bercaru
Hello! This patch brings minor updates to the Axxia arm and arm64 base configs. Please apply it on the 'yocto-4.1' branch from git://git.yoctoproject.org/yocto-kernel-cache Thank you, Cristian Bercaru (1): bsp/axxia: update base configurations bsp/axxiaarm/axxiaarm.cfg | 2 +- bsp

[linux-yocto] [PULL REQUEST] Intel Axxia updates to linux-yocto-4.1

2015-11-19 Thread Cristian Bercaru
d pull. Thank you, Cristian Bercaru Dave Martin (1): serial/amba-pl011: Refactor and simplify TX FIFO handling Gary McGee (1): arch/arm/mach-axxia : Make AXXIA_NCR_RESET_CHECK a Kconfig Option John Jacques (6): arch/arm64: Axxia Device Tree Update for XLF drivers/misc: Clean Up and I

[linux-yocto] [PATCH 1/2] bsp/axxiaarm: remove unnecesary options

2015-11-19 Thread Cristian Bercaru
Unnecesary options have either been completely removed from the bsp/axxiaarm configuration fragments, or moved to the meta-axxia yocto layer: git://git.yoctoproject.org/meta-axxia Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- bsp/axxiaarm/axxiaarm.cfg | 2 +- bsp/ax

[linux-yocto] [PATCH 2/2] bsp/axxiaarm64: remove unnecesary options

2015-11-19 Thread Cristian Bercaru
Unnecesary options have either been completely removed from the bsp/axxiaarm64 configuration fragments, or moved to the meta-axxia yocto layer: git://git.yoctoproject.org/meta-axxia Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- bsp/axxiaarm64/axxiaarm64.cfg | 2 -

[linux-yocto] [PATCH 2/3] arch/arm/mach-axxia: Clean Up the Mapping of Dickens

2015-11-19 Thread Cristian Bercaru
From: John Jacques Dickens was mapped in a number of places, and inconsistently at that. This commit changes that; Dickens is mapped in one place. Signed-off-by: John Jacques --- arch/arm/mach-axxia/axxia.c |5 +--

[linux-yocto] [PATCH] Intel Axxia meta update to linux-yocto-3.10

2015-11-19 Thread Cristian Bercaru
Hello! Please apply this patch on the meta branch from linux-yocto-3.10. Thank you, Cristian Bercaru (1): meta: bsp/axxiaarm: add AXXIA_NCR_RESET_CHECK config option meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg |1 + 1 file changed, 1 insertion(+) -- 1.7.9.5

[linux-yocto] [PATCH 3/3] arch/arm/mach-axxia : Make AXXIA_NCR_RESET_CHECK a Kconfig Option

2015-11-19 Thread Cristian Bercaru
From: Gary McGee Previously, this was defined in a header file. As a config option, it can be referenced in the NCR driver in drivers/misc. Files referencing the define were updated. Signed-off-by: Gary McGee --- arch/arm/mach-axxia/Kconfig

[linux-yocto] [PATCH 1/2] drivers/misc/lsi-ncr.c: Remove Low-Level Spinlock

2015-11-13 Thread Cristian Bercaru
From: Gary McGee Remove low-level spinlock from unlocked access methods, and make it conditional, based on chip revision. Signed-off-by: Gary McGee --- drivers/misc/lsi-ncr.c | 190 +++- 1 file changed,

[linux-yocto] [PATCH 0/2] Intel Axxia meta updates to linux-yocto-3.10

2015-11-13 Thread Cristian Bercaru
Hello! These patches clean up some of the unnecesary features from the Axxia configuration fragments. Please apply them on the meta branch from linux-yocto-3.10. Thank you, Cristian Bercaru (2): meta: bsp/axxiaarm: remove unnecesary options meta: bsp/axxiapowerpc: remove unnecesary options

[linux-yocto] [PATCH 0/2] Intel Axxia updates to linux-yocto-3.10

2015-11-13 Thread Cristian Bercaru
Hello! Please apply this series of fixes to Axxia platform drivers on the following branches from linux-yocto-3.10: standard/axxia/base standard/preempt-rt/axxia/base Gary McGee (1): drivers/misc/lsi-ncr.c: Remove Low-Level Spinlock John Jacques (1): drivers/misc: Cleanup the Axxia

[linux-yocto] [PATCH 2/2] meta: bsp/axxiapowerpc: remove unnecesary options

2015-11-13 Thread Cristian Bercaru
Unnecesary options have either been completely removed from the bsp/axxiapowerpc configuration fragments, or moved to the meta-axxia yocto layer: git://git.yoctoproject.org/meta-axxia Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- .../bsp/axxiapowerpc/axxiap

[linux-yocto] [PATCH 1/2] meta: bsp/axxiaarm: remove unnecesary options

2015-11-13 Thread Cristian Bercaru
Unnecesary options have either been completely removed from the bsp/axxiaarm configuration fragments, or moved to the meta-axxia yocto layer: git://git.yoctoproject.org/meta-axxia Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- .../bsp/axxiaarm/axxiaarm-standa

[linux-yocto] where are the tunes in TUNE_FEATURES defined

2015-10-28 Thread Cristian Bercaru
rtex-a/cortex-a53-processor.php [2] http://www.arm.com/products/processors/cortex-a/cortex-a57-processor.php Thank you, Cristian Bercaru -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

[linux-yocto] [PATCH 1/2] arch/arm/mach-axxia: move CPU shutdown into new separate function

2015-10-26 Thread Cristian Bercaru
From: Gary McGee Move CPU shutdown out of initiate_retention_reset() and into a new separate function retention_reset_prepare(). Signed-off-by: Gary McGee --- arch/arm/mach-axxia/ddr_retention.c | 51 ++- 1 file

[linux-yocto] [PATCH 0/2] Intel Axxia updates to linux-yocto-3.10

2015-10-26 Thread Cristian Bercaru
Hello! Please apply these minor fixes to Axxia platform drivers on the following branches from linux-yocto-3.10 standard/axxia/base standard/preempt-rt/axxia/base Thank you, Cristian Bercaru Gary McGee (1): arch/arm/mach-axxia: move CPU shutdown into new separate function Sreedevi

[linux-yocto] [PATCH 2/2] net: femac: Possible deadlock during nfs mount fixed.

2015-10-26 Thread Cristian Bercaru
From: Sreedevi Joshi This is to fix mount.nfs over TCP generating the following circular dependency and possible DEADLOCK message. FEMAC driver has been converted to LLTX to avoid this issue. Tx lock is introduced in the FEMAC driver. CPU0CPU1

[linux-yocto] CONFIG_LIBCRC32C error

2015-10-19 Thread Cristian Bercaru
Hello! Please help me understand why If I add this line to the linux kernel 3.10 defconfig or config fragments # CONFIG_LIBCRC32C is not set I get the error below when I try to bitbake linux-yocto. Thank you, Cristian Bercaru DEBUG: Executing python function populate_packages ERROR: QA

[linux-yocto] [PATCH 0/2] Intel Axxia updates to yocto-kernel-cache yocto-4.1

2015-10-09 Thread Cristian Bercaru
This series of patches adds the config fragments needed to build the kernel for Axxia platforms 5500 (axxiaarm) and 5600 (axxiaarm64). Please apply them on the 'yocto-4.1' branch from git.yoctoproject.org/yocto-kernel-cache Thank you, Cristian Bercaru (2): bsp: add config fragments for Axxia

[linux-yocto] [PATCH 2/2] bsp: add config fragments for Axxia 5600

2015-10-09 Thread Cristian Bercaru
Add the configuration fragments needed to build the 4.1 standard and preempt-rt linux kernel for the Axxia 5600 platform, based on the arm 64-bit architecture. Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- bsp/axxiaarm64/axxiaarm64-preempt-rt.scc |8 + bsp/axxi

[linux-yocto] [PATCH 1/2] bsp: add config fragments for Axxia 5500

2015-10-09 Thread Cristian Bercaru
Add the configuration fragments needed to build the 4.1 standard and preempt-rt linux kernel for the Axxia 5500 platform, based on the arm 32-bit architecture. Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- bsp/axxiaarm/axxiaarm-preempt-rt.scc |8 + bsp/ax

[linux-yocto] [PATCH 0/2] Intel Axxia updates to yocto-kernel-cache yocto-3.14

2015-10-09 Thread Cristian Bercaru
This series of patches removes unnecesary options from the configuration fragments needed to build the kernel for Axxia platforms 5500 (axxiaarm) and 3000 (axxiapowerpc). Please apply them on the 'yocto-3.14' branch from git.yoctoproject.org/yocto-kernel-cache Thank you, Cristian Bercaru (2

[linux-yocto] [PATCH 1/2] bsp: axxiaarm: remove unnecesary options

2015-10-09 Thread Cristian Bercaru
This patch removes the unnecesary options from the Axxia 5500 config fragments. Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com> --- bsp/axxiaarm/axxiaarm-standard.scc |1 - bsp/axxiaarm/axxiaarm.cfg | 14 -- bsp/axxiaarm/axxiaarm.scc

[linux-yocto] [PULL REQUEST] Intel AXXIA updates to linux-yocto-4.1

2015-09-24 Thread Cristian Bercaru
e statements such as include ktypes/preempt-rt branch axxia in or *.scc files. Thank you, Cristian Bercaru Anders Berg (16): arm64: dts: Add AXM56xx device tree arm64: Added ARCH_AXXIA arm64: Add I2C to defconfig arm64: dts: Corrected SPI definitions for AXM56xx ar

[linux-yocto] tagged Axxia releases in linux-yocto

2015-08-25 Thread Cristian Bercaru
give them the release tag instead the commit SHA. Does this interfere with the linux-yocto policy? If not, how can we do this? Thank you, Cristian Bercaru -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org

[linux-yocto] [PATCH] axxiaarm: delete obsolete defconfigs

2015-08-24 Thread Cristian Bercaru
This patch deletes 2 arm defconfigs no longer used. Instead, the Axxia platforms use configuration fragments. Signed-off-by: Cristian Bercaru cristian.berc...@windriver.com --- arch/arm/configs/lsi_defconfig| 2506 arch/arm/configs/lsisim_defconfig | 2509

[linux-yocto] [PATCH] AXXIA updates to linux-yocto-3.4

2015-08-24 Thread Cristian Bercaru
Hello! Please apply this minor patch on linux-yocto-3.4, on branches standard/axxia/base standard/preempt-rt/axxia/base It removes obsolete defconfigs. Thank you, Cristian Bercaru (1): axxiaarm: delete obsolete defconfigs arch/arm/configs/lsi_defconfig| 2506

[linux-yocto] [PULL REQUEST v2] Intel AXXIA updates to linux-yocto-3.10 standard/axxia/base and standard/preempt-rt/axxia/base

2015-08-21 Thread Cristian Bercaru
://github.com/lsigithub/lsi_axxia_yocto_3.10_pull.git branches standard/axxia/base_rte_reset_v2 standard/preempt-rt/axxia/base_rte_reset_2 and apply them on linux-yocto-3.10, on branches standard/axxia/base and standard/preempt-rt/axxia/base respectively. Thank you, Cristian

[linux-yocto] linux-yocto-rt_3.4, dora: cannot override KERNEL_FEATURES_append

2015-08-19 Thread Cristian Bercaru
# CONFIG_NETFILTER is not set ... How can I get rid of netfilter in my .config? The only solution that worked was modifying meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb, but that is outside the scope of my meta-axxia layer. Thanks, Cristian Bercaru -- ___ linux

[linux-yocto] yocto-1.9, linux-4.1 - Value requested for CONFIG... not in final .config

2015-08-19 Thread Cristian Bercaru
standard/base - 4e30e64c44df9e59bd13239951bb8d2b5b276e6f arch/arm64/configs/defconfig Thank you, Cristian Bercaru -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

[linux-yocto] linux 3.14 recipes in yocto 1.9

2015-08-19 Thread Cristian Bercaru
Hello! Will you keep the 3.14 linux recipes in meta/recipes-kernel/linux in version 1.9 of yocto? We need to deliver 4.1 and 3.14 support to our customers. Thanks, Cristian Bercaru On 08/18/2015 08:33 PM, Bruce Ashfield wrote: On Tue, Aug 18, 2015 at 1:28 PM, Saul Wold s...@linux.intel.com

[linux-yocto] [PULL REQUEST] LSI AXXIA updates to linux-yocto-3.4 standard/preempt-rt/axxia/base

2015-08-06 Thread Cristian Bercaru
/base_sync and apply them in linux-yocto-3.4, on standard/preempt-rt/axxia/base. Thank you, Cristian Bercaru Anders Berg (32): drivers/dma: Corrected IRQ line mixup. arm/dts: Added device tree nodes for I2C controllers. drivers/i2c: New I2C bus driver drivers/i2c: Corrected WAIT_TIMER timeout

[linux-yocto] [PATCH] ehci: fix undefined variable compile error

2015-07-29 Thread Cristian Bercaru
This patch defines the 'tmp' varible from 'ci13612_ehci_run'. Leaving the varible undefined yielded an error at compile time. Signed-off-by: Cristian Bercaru cristian.berc...@windriver.com --- drivers/usb/host/ehci-ci13612.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host

[linux-yocto] [PATCH] LSI AXXIA updates to linux-yocto-3.14 standard/axxia/base and standard/preempt-rt/axxia/base

2015-07-29 Thread Cristian Bercaru
Hello! Please apply this patch on the axxia standard and preempt branches from linux-yocto-3.14. It fixes a compile error that blocks the build. Thank you, Cristian Bercaru (1): ehci: fix undefined variable compile error drivers/usb/host/ehci-ci13612.c |1 + 1 file changed, 1 insertion

[linux-yocto] [PATCH] meta: axxiapowerpc: enable Axxia I2C and loopback device support

2015-07-23 Thread Cristian Bercaru
--- .../kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg b/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg index 689f887..ae23320 100644 ---

[linux-yocto] [PULL REQUEST] LSI AXXIA updates to linux-yocto-3.14 standard/axxia/base

2015-07-22 Thread Cristian Bercaru
/axxia/base_powerpc_support We need to deliver the powerpc support in yocto to one of our customers asap. Thank you, Cristian Bercaru Charlie Paul (10): drivers/net/ethernet: Wrapper Cleanup arch/powerpc: Added ACP34xx support to kernel drivers/i2c: Added acp34xx i2c support drivers/mtd

[linux-yocto] [PULL REQUEST] LSI AXXIA updates to linux-yocto-3.14 standard/axxia/base and standard/preempt-rt/axxia/base

2015-07-21 Thread Cristian Bercaru
, on standard/axxia/base and from standard/preempt-rt/axxia/base_powerpc_support into linux-yocto-3.14, on standard/preempt-rt/axxia/base We need to deliver the powerpc support in yocto to one of our customers asap, so the sooner you merge the patches, the better. We appreciate, Cristian Bercaru the Axxia

[linux-yocto] [PATCH] LSI AXXIA updates to linux-yocto-3.14 meta

2015-07-20 Thread Cristian Bercaru
Hello! This minor patch updates the configuration fragments needed to build linux-yocto-3.14 on the Axxia powerpc platform. Please apply this patch on the meta branch. Cristian Bercaru (1): meta: axxiapowerpc: enable loopback device support .../kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg

[linux-yocto] [PATCH] meta: axxiapowerpc: enable loopback device support

2015-07-20 Thread Cristian Bercaru
Signed-off-by: Cristian Bercaru cristian.berc...@windriver.com --- .../kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg b/meta/cfg/kernel-cache/bsp/axxiapowerpc

[linux-yocto] [PATCH] LSI AXXIA updates to linux-yocto-3.19 meta

2015-07-15 Thread Cristian Bercaru
Hello! This patch contains the config fragments necessary to build the Intel Axxia BSP on linux-yocto-3.19. Please integrate them on the meta branch. Thank you, Cristian Bercaru (1): meta: axxiaarm: add configuration fragments .../bsp/axxiaarm/axxiaarm-standard.scc |9 + meta

[linux-yocto] [PATCH] meta: axxiaarm: add configuration fragments

2015-07-15 Thread Cristian Bercaru
This patch adds the configuration files needed to build the Intel Axxia BSP on linux-yocto-3.19 Signed-off-by: Cristian Bercaru cristian.berc...@windriver.com --- .../bsp/axxiaarm/axxiaarm-standard.scc |9 + meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg| 301

[linux-yocto] [PATCH] meta: axxiaarm: enable ARM CCI driver support

2015-07-10 Thread Cristian Bercaru
Signed-off-by: Cristian Bercaru cristian.berc...@windriver.com --- meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg|6 +- .../kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg |1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/axxiaarm

[linux-yocto] [PATCH] LSI AXXIA updates to linux-yocto-3.10 meta

2015-07-02 Thread Cristian Bercaru
Hello! This minor patch updates the configuratio fragments needed to build linux-yocto-3.10 on Axxia platforms. It adds options thsat enable the axxia random number generator. Please apply this patch on the meta branch. Cristian Bercaru (1): meta: axxia: add support for axxia random number

[linux-yocto] [PATCH] meta: axxia: add support for axxia random number generator

2015-06-30 Thread Cristian Bercaru
This patch enables in Kconfig the options needed for random number generation using the Axxia hardware block. Signed-off-by: Cristian Bercaru cristian.berc...@windriver.com Signed-off-by: Sreedevi Joshi sreedevi.jo...@intel.com --- meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.cfg|4

[linux-yocto] [PATCH 18/42] fs/vmfs: Changes to add VMFS support for axxia.

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Added Virtual file system to support the AXXIA 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- fs/Kconfig | 16 + fs/Makefile |1 + fs/namespace.c |1 - fs/vmfs/Makefile | 39 ++

[linux-yocto] [PATCH 25/42] arch/arm/mach-axxia: Enable L3

2015-06-11 Thread Cristian Bercaru
From: John Jacques john.jacq...@lsi.com In some cases, the boot loader will leave the L3 cache in SFONLY mode. This is required because the early fixup code in arch/arm/boot/compressed does not flush L3 cache. This commit causes Linux to enable the L3 cache in the arch/arm/mach-axxia startup

[linux-yocto] [PATCH 33/42] arch/arm/mach-axxia: fixed NO SMP

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com These changes are made to support NO SMP. There is only one CPU. This fixes the compile error and kernel hanging on boot up. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- arch/arm/mach-axxia/axxia.c | 12 +---

[linux-yocto] [PATCH 41/42] drivers/hwmon: Remove adt75 redundant driver

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com The adt75 driver is redundant as this chip is already supported by the (upstream) lm75 driver. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/hwmon/adt75.c | 211 - 1 file changed,

[linux-yocto] [PATCH 29/42] misc: lsi-ncr: Only use AMP lock on PPC platforms.

2015-06-11 Thread Cristian Bercaru
From: Anders Berg anders.b...@intel.com Signed-off-by: Anders Berg anders.b...@intel.com --- arch/arm/mach-axxia/axxia.c |1 - drivers/misc/lsi-ncr.c | 407 +-- 2 files changed, 202 insertions(+), 206 deletions(-) diff --git

[linux-yocto] [PATCH 28/42] fs: vmfs: Use generic mmap function

2015-06-11 Thread Cristian Bercaru
From: Anders Berg anders.b...@intel.com Use the generic mmap function to avoid possible deadlock on vmfs_mutex. Signed-off-by: Anders Berg anders.b...@intel.com --- fs/vmfs/file.c | 23 +-- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/fs/vmfs/file.c

[linux-yocto] [PATCH 34/42] rionet: Fix the corruption of tx_cnt during Transmit.

2015-06-11 Thread Cristian Bercaru
From: Palani palaniappan.ramanat...@intel.com The non-atomic variable tx_cnt can be updated simultaneously from different threads using rionet_start_xmit (Tx) and the rionet_outb_msg_event (callback) functions. These functions use different locks: tx_lock for the Tx and lock for the callback

[linux-yocto] [PATCH 24/42] Revert arch/arm/mach-axxia: Fixed affinity error on IRQ migration

2015-06-11 Thread Cristian Bercaru
From: Magnus Karlsson magnus.karls...@intel.com This is a port of commit da6bb36cec919273d92d00b9d49f26723fde32e1 from linux-yocto-3.10, branch standard/axxia/base, that reverts b8dd1bdee59fd5dd8cdc038d802a3a68400066a6 from the same branch. Signed-off-by: Magnus Karlsson

[linux-yocto] [PATCH 40/42] arch/arm/mach-axxia: Fixed L2 power up failure

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com This patch fixes the L2 power up failure. It insures that there is only one allocation of the dickens variable. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- arch/arm/mach-axxia/axxia.c|2 --

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

2015-06-11 Thread Cristian Bercaru
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 Thomax

[linux-yocto] [PATCH 21/42] LSIAXXIA/spi: ported from 3.10 to 3.14

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Poerted the LSI spi driver from 3.10 to 3.14 because the driver was failing. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/spi/spi-pl022.c | 115 ++- 1 file changed, 94 insertions(+),

[linux-yocto] [PATCH 30/42] arch/arm/mach-axxia: Updated PCIe driver doorbell support

2015-06-11 Thread Cristian Bercaru
From: SangeethaRao sangeetha@intel.com The support was updated to use DTS entries. PCIe legacy ISR is updated to not mask link alarms since this doesn't apply to AXM55xx Signed-off-by: SangeethaRao sangeetha@intel.com --- arch/arm/boot/dts/axm55xx.dtsi |4 +++-

[linux-yocto] [PATCH 36/42] arch/arm/mach-axxia: Updated Axxia 55xx PCIe driver to use correct Doorbell interrupt IRQs

2015-06-11 Thread Cristian Bercaru
From: SangeethaRao sangeetha@intel.com Signed-off-by: SangeethaRao sangeetha@intel.com --- arch/arm/mach-axxia/pci.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-axxia/pci.c b/arch/arm/mach-axxia/pci.c index 722ac7c..46727ed 100644

[linux-yocto] [PATCH 22/42] Revert arch/arm/mach-axxia: fixed hang in preempt kernel

2015-06-11 Thread Cristian Bercaru
From: Magnus Karlsson magnus.karls...@intel.com This is a port of commit fc32c65b2d1df5a3a545e5a227c2ca993b78524e from linux-yocto-3.10, branch standard/axxia/base, that reverts c15c9b219f4ae722c24a2dc320f27a62ffafde82 from the same branch. Signed-off-by: Magnus Karlsson

[linux-yocto] [PATCH 09/42] drivers/misc: Changes to support axxia BSP

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Driver changes to the misc device to support the AXXIA 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/misc/Kconfig | 21 + drivers/misc/Makefile|3 + drivers/misc/lsi-mtc.c | 3085

[linux-yocto] [PATCH 16/42] drivers/tty: Changes to support the axxia BSP

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Driver changes to the tty to support the AXXIA 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/tty/serial/Kconfig | 51 ++ drivers/tty/serial/Makefile |1 + drivers/tty/serial/lsi_acp_serial.c |

[linux-yocto] [PATCH 08/42] drivers/i2c: Changes to support axxia BSP

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Driver changes to support the AXXIA 55000 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/i2c/busses/Kconfig | 16 + drivers/i2c/busses/Makefile |1 + drivers/i2c/busses/acp3400-i2c.c | 515

[linux-yocto] [PATCH 20/42] arm/axxia/vmfs fixed vmfs compile and run errors

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com The VMFS was not compiling or running. The VMFS was fixed using the working version of VMFS in LSI 3.18 kernel. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- fs/vmfs/cache.c | 10 +- fs/vmfs/dir.c | 33

[linux-yocto] [PATCH 19/42] arch/arm/axxia fixed compilie error when SMP undefined

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Updated the code to support SMP being turned off. When SMP was turned off the PM hotplug code would not compile Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- arch/arm/mach-axxia/Makefile|4 ++-- arch/arm/mach-axxia/axxia-gic.c |

[linux-yocto] [PATCH 15/42] drivers/hwmon: Changes to suppor the axxia BSP

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Driver changes to hwmon to support the AXXIA 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/hwmon/adt75.c | 211 + 1 file changed, 211 insertions(+) create mode 100644

[linux-yocto] [PATCH 14/42] drivers/spi: CHanges to support the axxia BSP

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Driver changes to the spi to suppor the AXXIA 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/spi/Kconfig |7 + drivers/spi/Makefile |1 + drivers/spi/spi-acp.c | 2505

[linux-yocto] [PATCH 06/42] drivers/dma: changes to suppor the axxia BSP

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Changes to the LSI dma to support the axxia 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/dma/Kconfig |9 + drivers/dma/Makefile|1 + drivers/dma/lsi-dma32.c | 879

[linux-yocto] [PATCH 12/42] drivers/led: Changes to support the axxia BSP

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Driver changes to the leds to support the AXXIA 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/leds/ledtrig-rbs.c| 248 + drivers/leds/trigger/Kconfig |7 ++

[linux-yocto] [PATCH 31/42] arch/arm/mach-axxia: fixed compiler warning

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Removed the variable that caused the warning. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- arch/arm/mach-axxia/pci.c |1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-axxia/pci.c b/arch/arm/mach-axxia/pci.c index

[linux-yocto] [PATCH 05/42] arch/arm: arm changes to support the axxia BSP

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com These changes are changes to the kernel that are needed to support the AXXIA 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- arch/arm/Kconfig | 87 - arch/arm/Kconfig.debug

[linux-yocto] [PATCH 01/42] arch/arm/boot/dts: Files added to support axxia 5500 board

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Dts files added to support the AXXIA 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- arch/arm/boot/dts/Makefile |9 + arch/arm/boot/dts/axm5504-cpus.dtsi | 49 arch/arm/boot/dts/axm5504-emu.dts

[linux-yocto] [PATCH 11/42] drivers/net/ethernet: Changes to support the axxia BSP

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Driver changes to the ethernet to support the AXXIA 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/net/ethernet/Kconfig|3 + drivers/net/ethernet/Makefile |1 +

[linux-yocto] [PATCH 32/42] driver/misc: Added no_lock read and write

2015-06-11 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/misc/lsi-ncr.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/misc/lsi-ncr.h b/drivers/misc/lsi-ncr.h index cb6bebb..9d841cf 100644 --- a/drivers/misc/lsi-ncr.h +++

[linux-yocto] [PATCH v2 00/39] LSI AXXIA updates to linux-yocto-3.19 standard/axxia/base and standard/preempt-rt/axxia/base

2015-05-21 Thread Cristian Bercaru
/mach-axxia: add power management support Thank you, Cristian Bercaru Anders Berg (2): fs: vmfs: Use generic mmap function misc: lsi-ncr: Only use AMP lock on PPC platforms. Charlie Paul (25): arch/arm/boot/dts: Files added to support axxia 5500 board arch/arm/boot: Changes to support

[linux-yocto] [PATCH v2 05/39] arch/arm: arm changes to support the axxia BSP

2015-05-21 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com These files were changed to support the LSI axxia 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- Makefile | 14 +-- arch/arm/Kconfig | 84 -

[linux-yocto] [PATCH v2 01/39] arch/arm/boot/dts: Files added to support axxia 5500 board

2015-05-21 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- arch/arm/boot/dts/Makefile |9 + arch/arm/boot/dts/axm5504-cpus.dtsi | 49 arch/arm/boot/dts/axm5504-emu.dts| 46

[linux-yocto] [PATCH v2 04/39] arch/arm/mach-axxia: add power management support

2015-05-21 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com These files add power management capabilities to the LSI Axxia 5500 platform. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- arch/arm/mach-axxia/hotplug.c | 282 ++ arch/arm/mach-axxia/lsi_power_management.c | 1400

[linux-yocto] [PATCH v2 07/39] arch/arm/drivers/edac: Changes to support axxia BSP

2015-05-21 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com These files were changed to add the support of edac to the LSI axxia 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/edac/Kconfig | 24 ++ drivers/edac/Makefile|3 +

[linux-yocto] [PATCH v2 15/39] drivers/tty: Changes to support the axxia BSP

2015-05-21 Thread Cristian Bercaru
From: Charlie Paul cpaul.windri...@gmail.com These files add the tty functionality to the LSI axxia 5500 board. Signed-off-by: Charlie Paul cpaul.windri...@gmail.com --- drivers/tty/serial/Kconfig | 51 ++ drivers/tty/serial/Makefile |1 +

[linux-yocto] [PATCH v2 21/39] arch/arm/mach-axxia: Enable L3

2015-05-21 Thread Cristian Bercaru
From: John Jacques john.jacq...@lsi.com In some cases, the boot loader will leave the L3 cache in SFONLY mode. This is required because the early fixup code in arch/arm/boot/compressed does not flush L3 cache. This commit causes Linux to enable the L3 cache in the arch/arm/mach-axxia startup

[linux-yocto] [PATCH v2 27/39] arch/arm/mach-axxia: Updated PCIe driver doorbell support

2015-05-21 Thread Cristian Bercaru
From: SangeethaRao sangeetha@intel.com The support was updated to use DTS entries. PCIe legacy ISR is updated to not mask link alarms since this doesn't apply to AXM55xx Signed-off-by: SangeethaRao sangeetha@intel.com --- arch/arm/boot/dts/axm55xx.dtsi |4 +++-

  1   2   3   >