[OpenWrt-Devel] [PATCH] [cns3xxx] SMP: Add FIQ support

2012-09-27 Thread tharvey
Add FIQ support for cns3xxx Signed-off-by: Tim Harvey target/linux/cns3xxx/config-3.3|2 target/linux/cns3xxx/patches-3.3/460-cns3xxx_fiq_support.patch | 429 ++ 2 files changed, 430 insertions(+), 1 deletion(-) Index: trunk/target/linux/cns3xxx/

[OpenWrt-Devel] [PATCH] [cns3xxx] Gateworks Laguna board support update

2012-09-27 Thread tharvey
Update board support for Gateworks Laguna Product family Signed-off-by: Tim Harvey target/linux/cns3xxx/patches-3.3/300-laguna_support.patch | 170 +- 1 file changed, 162 insertions(+), 8 deletions(-) Index: trunk/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch

[OpenWrt-Devel] [PATCHv2] [cns3xxx] usb otg: iso mode fixes

2012-09-27 Thread tharvey
USB iso mode fixes Resolves an issue where isochronouse USB would cause the driver to hang as well as scheduling issues. Signed-off-by: Tim Harvey target/linux/cns3xxx/patches-3.3/200-dwc_otg.patch | 361 + 1 file changed, 233 insertions(+), 128 deletions(-) Index: trun

[OpenWrt-Devel] [PATCHv2] [cns3xxx] smp: fix ncores on single-core systems

2012-09-26 Thread tharvey
Fix ncores for single-core systems. For cns3xxx SCU_CONFIGURATION always shows multipe cores but SCU_CPU_STATUS shows which ones are active. Signed-off-by: Tim Harvey Version2 of patch - forgot to refresh patch before sending target/linux/cns3xxx/patches-3.3/450-smp_ncores.patch | 109

[OpenWrt-Devel] [PATCH] [cns3xxx] i2c: add retries

2012-09-26 Thread tharvey
Signed-off-by: Tim Harvey target/linux/cns3xxx/patches-3.3/440-i2c_retry.patch | 72 +++ 1 file changed, 72 insertions(+) Index: trunk/target/linux/cns3xxx/patches-3.3/440-i2c_retry.patch === --- trunk/target/li

[OpenWrt-Devel] [PATCH] [cns3xxx] smp: fix ncores on single-core systems

2012-09-26 Thread tharvey
Fix number of cores present in system. cns3xxx always has multiple cores according to SCU_CONFIGURATION but looking at SCU_CPU_STATUS tells you which ones are active. Signed-off-by: Tim Harvey target/linux/cns3xxx/patches-3.3/450-smp_ncores.patch | 130 ++ 1 file changed, 130

[OpenWrt-Devel] [PATCH] [cns3xxx] pcie: fix abort handling

2012-09-26 Thread tharvey
Signed-off-by: Tim Harvey target/linux/cns3xxx/patches-3.3/108-cns3xxx_pcie-abort.patch | 128 ++ 1 file changed, 128 insertions(+) Index: trunk/target/linux/cns3xxx/patches-3.3/108-cns3xxx_pcie-abort.patch === --- trunk