summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx
Commit message (Collapse)AuthorAgeFilesLines
* add nol2x0 cmdline to disable l2x0 cacheImre Kaloz2012-12-232-2/+47
| | | | | | | | | | | L2 cache via L2X0 cache controller available on some ARM boards can provide a performance boost in some situations but decrease performance in others. This adds a kernel cmdline to disable L2X0 for cns3xxx based boards. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 34874
* kernel: add missing USB configuration symbols after r34501Florian Fainelli2012-12-071-0/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34568
* cns3xxx: fix dwc_otg driver compat with udc-coreFlorian Fainelli2012-12-042-94/+0
| | | | | | | | | | | function. This removes those from the dwc_otg driver and removes the patch that comments out the linkage of udc-core so that the dwc_otg driver can co-exist happily with other USB Device Controllers. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34475
* cns3xxx: advertise pcie usb usbgadget featuresFlorian Fainelli2012-12-041-1/+1
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34474
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* cns3xxx: merge gpio patchesLuka Perkov2012-11-122-206/+35
| | | | SVN-Revision: 34174
* cns3xxx: fix build failure after r34168Luka Perkov2012-11-121-0/+16
| | | | SVN-Revision: 34173
* reorder, rename and refresh patchesImre Kaloz2012-11-1222-36/+25
| | | | SVN-Revision: 34169
* split spi patch, follow mainline file namingImre Kaloz2012-11-122-469/+450
| | | | SVN-Revision: 34168
* split the i2c patch, merge the retry fixupImre Kaloz2012-11-123-462/+396
| | | | SVN-Revision: 34167
* generate single images for tftp flashing as well as sysupgrade images for ↵Imre Kaloz2012-11-111-12/+33
| | | | | | boards with old u-boot SVN-Revision: 34163
* cns3xxx: convert dwc_otg patches to filesLuka Perkov2012-11-1120-22807/+22735
| | | | SVN-Revision: 34162
* cns3xxx: convert ethernet patches to filesLuka Perkov2012-11-1110-2090/+1400
| | | | SVN-Revision: 34161
* cns3xxx: clean up pcie patchesImre Kaloz2012-11-094-118/+25
| | | | | | | | | Combine two pcie patches (2nd patch undid the 1st patch) together and refresh the other affected patches Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 34132
* cns3xxx: exit from laguna late_initcall if not running on laguna boardLuka Perkov2012-11-081-0/+3
| | | | SVN-Revision: 34120
* cns3xxx: add PPS support for lagunaImre Kaloz2012-11-082-0/+27
| | | | | | | | | | Many Laguna products have on-board GPS with Pulse-per-second (PPS) support. This patch adds kernel support (statically) and adds the platform data in laguna board support. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 34115
* fixup symbol selectionImre Kaloz2012-11-083-25/+3
| | | | | | | SMP already selects HAVE_ARM_TWD and HAVE_ARM_SCU, ARCH_CNS3XXX already selects MIGHT_HAVE_PCI SVN-Revision: 34114
* cns3xxx: fix coding style in board scriptLuka Perkov2012-11-071-4/+4
| | | | SVN-Revision: 34113
* cns3xxx: refresh kernel config fileLuka Perkov2012-11-061-2/+2
| | | | SVN-Revision: 34102
* cns3xxx: use files directoryLuka Perkov2012-11-0618-2352/+1907
| | | | SVN-Revision: 34101
* refresh patchesImre Kaloz2012-11-062-2/+2
| | | | SVN-Revision: 34095
* add default packagesImre Kaloz2012-11-061-1/+3
| | | | SVN-Revision: 34094
* move PCIe init to subsys init callImre Kaloz2012-10-311-0/+156
| | | | | | | | | | | | | | | ARM Linux PCI/PCIe hardware intialization needs to occur before device_init as it does not support hotplug. I have modeled the cns3xxx PCIe init after other ARM platforms. Registering it early resolves resource issues occuring during bus enumeration that occur when a device driver is linked static in the kernel. Instead of passing in a bitmask to enable the 2 available ports, link detect is used to enable ports that have a valid link. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 34044
* cns3xxx: update FIQ header file and disable RWFOFelix Fietkau2012-10-172-6/+5
| | | | | | | | | | | | | | | | Update header file appropriately and disable read for ownership Note that the FIQ support implements a workaround that provides a performance boost over the traditional upstream workaround which ensures cache lines are exclusive on driver CPU using 'read for ownership'. Signed-off-by: Tim Harvey <tharvey@gateworks.com> target/linux/cns3xxx/config-3.3 | 2 +- target/linux/cns3xxx/patches-3.3/460-cns3xxx_fiq_support.patch | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) SVN-Revision: 33827
* drop GPIODEV platform codeJohn Crispin2012-10-171-6/+1
| | | | SVN-Revision: 33825
* fix (really this time) laguna UART configImre Kaloz2012-10-111-1/+1
| | | | | | | | Properly terminate the correct platform resource for laguna UARTs Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33721
* The Gateworks System Controller (GSC) is an i2c device that provides system ↵Imre Kaloz2012-10-112-340/+1
| | | | | | | | level monitoring and control of Gateworks boards. It is used on several product families spanning several different target architectures (ixp4xx, cns3xxx, davinci). Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33720
* fix non terminated uart resources for lagunaImre Kaloz2012-10-111-1/+2
| | | | | | | | Resolves crashes when probing multiple serial devices Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33719
* cns3xxx: Fix GPIO configuration for Gateworks Laguna boardsFelix Fietkau2012-10-101-0/+23
| | | | | | | | | The Laguna boards do not use all the same pins for SDHCI as the Cavium reference board. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33684
* cns3xxx: Fix laguna arm11mpcore watchdogFelix Fietkau2012-10-101-1/+1
| | | | | | | | | | | | | | | | | The ARM11MPCore Timer/Watchdog registers start at offset 0x600 which is where all mpcore-wdt boards point the driver base too. I believe this is wrong because 0x600 is aliased to the timer/watchdog of the 'current CPU' where 0x700 is CPU0's timer/watchdog, and 0x800 is CPU1's timer/watchdog. Thus if your timer/watchdog application is switching between CPU's it can end up writing to the wrong CPU's registers which results in random board resets from watchdog timeouts etc. This patch forces the timer/watchdog driver to use CPU0's registers always. Its my opinion that other mpcore-wdt boards should be doing the same thing. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33683
* cns3xxx: add sysupgrade supportFelix Fietkau2012-10-073-4/+159
| | | | | | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> target/linux/cns3xxx/base-files/lib/cns3xxx.sh | 22 ++ target/linux/cns3xxx/base-files/lib/upgrade/platform.sh | 122 ++++++++++++++++ target/linux/cns3xxx/image/Makefile | 19 +- 3 files changed, 159 insertions(+), 4 deletions(-) SVN-Revision: 33650
* cns3xxx: add GW2383 board supportFelix Fietkau2012-10-071-1/+17
| | | | | | | | | | | Add GPIO/LED support for Gateworks GW2383 Signed-off-by: Tim Harvey <tharvey@gateworks.com> target/linux/cns3xxx/patches-3.3/300-laguna_support.patch | 18 +++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) SVN-Revision: 33649
* cns3xxx: fix gpio access and add gpio IRQ supportFelix Fietkau2012-10-071-0/+536
| | | | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> target/linux/cns3xxx/patches-3.3/470-gpio_irq.patch | 536 ++++++++++++++++++++ 1 file changed, 536 insertions(+) SVN-Revision: 33648
* cns3xxx: add missing kernel config symbolFelix Fietkau2012-09-301-0/+1
| | | | SVN-Revision: 33603
* Add FIQ support for cns3xxxImre Kaloz2012-09-282-1/+430
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33581
* Update board support for Gateworks Laguna Product familyImre Kaloz2012-09-281-8/+162
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33580
* USB iso mode fixesImre Kaloz2012-09-281-129/+234
| | | | | | | | | Resolves an issue where isochronouse USB would cause the driver to hang as well as scheduling issues. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33579
* fix ncores for single-core systems.Imre Kaloz2012-09-271-0/+109
| | | | | | | | | For cns3xxx SCU_CONFIGURATION always shows multipe cores but SCU_CPU_STATUS shows which ones are active. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33566
* add i2c retriesImre Kaloz2012-09-271-0/+72
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33565
* fix pcie abort handlingImre Kaloz2012-09-271-0/+128
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33564
* cns3xxx: fix ethernet driver tx completion and queue stop/startFelix Fietkau2012-09-221-0/+110
| | | | SVN-Revision: 33504
* cns3xxx: implement ethernet fraglist tx support for improved bridging ↵Felix Fietkau2012-09-221-18/+191
| | | | | | performance with jumbo frames SVN-Revision: 33503
* move gpio stuff into the right fileImre Kaloz2012-09-212-111/+111
| | | | SVN-Revision: 33502
* cns3xxx: add a small optimization for rx offloadFelix Fietkau2012-09-211-0/+27
| | | | SVN-Revision: 33500
* cns3xxx: fix ethernet port lookup for multi-descriptor jumbo framesFelix Fietkau2012-09-211-14/+26
| | | | SVN-Revision: 33499
* cns3xxx: fix ethernet packet alignment issues (hw has an alignment ↵Felix Fietkau2012-09-201-14/+18
| | | | | | requirement of 64), fix skb fragment chaining SVN-Revision: 33498
* cns3xxx: remove the broken flagFelix Fietkau2012-09-191-1/+1
| | | | SVN-Revision: 33493
* cns3xxx: fix kernel configFelix Fietkau2012-09-191-17/+6
| | | | SVN-Revision: 33492
* cns3xxx: fix ethernet jumbo-frame support, use single-page rx buffers and ↵Felix Fietkau2012-09-191-0/+317
| | | | | | skb fragment lists SVN-Revision: 33491
* cns3xxx: fix ethernet tx checksum offloadFelix Fietkau2012-09-191-0/+89
| | | | SVN-Revision: 33490