[linux-yocto] [PATCH 02/15] drivers/clk: Remove Warnings in Axxia Clock Driver

2016-01-08 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- drivers/clk/clk-axm5516.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/clk-axm5516.c b/drivers/clk/clk-axm5516.c index 0f6368c..c7c91a5 100644 ---

[linux-yocto] [PATCH 05/15] drivers/net: Fix Compiler Warnings in the Axxia FEMAC Driver

2016-01-08 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- drivers/net/ethernet/lsi/lsi-femac.c | 53 ++-- 1 file changed, 9 insertions(+), 44 deletions(-) diff --git a/drivers/net/ethernet/lsi/lsi-femac.c

[linux-yocto] [PATCH 10/15] arch/arm: Backport a Change to Fix Compiler Warnings

2016-01-08 Thread Daniel Dragomir
From: John Jacques A recent change in kernel/acct.c added a new warning for many configurations on ARM: kernel/acct.c: In function 'acct_pin_kill': arch/arm/include/asm/cmpxchg.h:122:3: warning: value computed is not used [-Wunu\sed-value]

[linux-yocto] [PATCH 13/15] arch/arm: Fix Build Failure When CONFIG_SMP=n

2016-01-08 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- arch/arm/include/asm/kmap_types.h | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/include/asm/kmap_types.h b/arch/arm/include/asm/kmap_types.h index d4cfe9a..ce78a1d 100644 ---

[linux-yocto] [PATCH 00/15] Intel Axxia updates to linux-yocto-4.1

2016-01-08 Thread Daniel Dragomir
Hi Bruce, Please apply this series of fixes to Axxia platform drivers on the standard/axxia/base branch from linux-yocto-4.1. This series of patches brings various improvements and warning fixes to the Intel Axxia drivers including MISC, PCI, FEMAC, SPI/PL022, GPDMA and device trees. Bruce, I

[linux-yocto] [PATCH 01/15] drivers/dma: Remove Unused Code in the LSI GPDMA Driver

2016-01-08 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- drivers/dma/lsi-dma32.c | 44 1 file changed, 44 deletions(-) diff --git a/drivers/dma/lsi-dma32.c b/drivers/dma/lsi-dma32.c index 7604039..6f13554

[linux-yocto] [PATCH 03/15] drivers/power: Cleanup Warnings in Axxia Reset Code

2016-01-08 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- drivers/power/reset/axxia-reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/reset/axxia-reset.c b/drivers/power/reset/axxia-reset.c index dd5e50f..b23a6dc

[linux-yocto] [PATCH 04/15] drivers/spi: Cleanup Warnings in PL022 Driver

2016-01-08 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- drivers/spi/spi-pl022.c | 51 - 1 file changed, 51 deletions(-) diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index

[linux-yocto] [PATCH 14/15] drivers/misc: Fix Compile Warning in Axxia MTC Driver

2016-01-08 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- drivers/misc/lsi-mtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/lsi-mtc.c b/drivers/misc/lsi-mtc.c index 28277cd..55c3403 100644 ---

[linux-yocto] [PATCH 12/15] drivers/pci: Fix Error in Axxia PCIe Code

2016-01-08 Thread Daniel Dragomir
From: John Jacques In some cases, an uninitialized value was being written. Signed-off-by: John Jacques --- drivers/pci/host/axxia_pci.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/pci/host/axxia_pci.c

[linux-yocto] [PATCH 09/15] arch/arm/mach-axxia: Fix Compile Warnings

2016-01-08 Thread Daniel Dragomir
From: John Jacques The reset function had the wrong varible type in the parameter list. Signed-off-by: John Jacques --- arch/arm/mach-axxia/axxia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-axxia/axxia.c

[linux-yocto] [PATCH 15/15] axxia: Device Tree Updates

2016-01-08 Thread Daniel Dragomir
From: John Jacques Remove the simulation versions as simulation now matches hardware. Remove the non-specific (compatible="spidev") spidev device. Having compatible="spidev" causes the driver to issue a warning. Signed-off-by: John Jacques ---

[linux-yocto] [PATCH 07/15] arch/arm: Fix Compiler Warnings

2016-01-08 Thread Daniel Dragomir
From: John Jacques The Axxia updates used NR_CPUS instead of CONFIG_NR_CPUS. Signed-off-by: John Jacques --- arch/arm/include/asm/kmap_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/kmap_types.h

[linux-yocto] [PATCH 06/15] pmu: Fix Compiler Warnings

2016-01-08 Thread Daniel Dragomir
From: John Jacques Signed-off-by: John Jacques --- include/linux/pmu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/pmu.h b/include/linux/pmu.h index 99b400b..f11044d 100644 --- a/include/linux/pmu.h +++ b/include/linux/pmu.h

[linux-yocto] [PATCH 08/15] drivers/misc: Fix Compile Warnings in the Axxia MTC Driver

2016-01-08 Thread Daniel Dragomir
From: John Jacques pr_debug format change. Signed-off-by: John Jacques --- drivers/misc/lsi-mtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/lsi-mtc.c b/drivers/misc/lsi-mtc.c index 48c5713..28277cd 100644