summaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* cns3xxx: merge ethernet driver changes from gateworksFelix Fietkau2012-09-191-230/+258
| | | | SVN-Revision: 33489
* cns3xxx: build images for the old boot loader and the new one (default to ↵Felix Fietkau2012-09-191-2/+8
| | | | | | the new one) SVN-Revision: 33488
* cns3xxx: fix the ethernet driver makefileFelix Fietkau2012-09-191-1/+1
| | | | SVN-Revision: 33487
* cns3xxx: reorganize patches, fix pcie io space init orderFelix Fietkau2012-09-197-114/+120
| | | | SVN-Revision: 33486
* cns3xxx: move virtual io addresses to vmalloc space to fix kernel BUG() callsFelix Fietkau2012-09-195-10/+208
| | | | SVN-Revision: 33485
* cns3xxx: add missing callbacks for the laguna machine supportFelix Fietkau2012-09-194-4/+7
| | | | SVN-Revision: 33484
* laguna: fix eeprom read buffer size during platform configurationJohn Crispin2012-07-251-1/+1
| | | | | | | | Increase the size of the buffer used for eeprom reads during the platform configuration of the Gateworks laguna. The model name read in is 16 bytes but the original buffer was only 8 bytes. Signed-off-by: David Acker <dacker@rajant.com> SVN-Revision: 32833
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* cns3xxx: remove 3.1 supportGabor Juhos2012-05-2715-27496/+0
| | | | SVN-Revision: 31888
* cns3xxx: switch to 3.3 and add broken flagGabor Juhos2012-05-271-2/+2
| | | | SVN-Revision: 31887
* cns3xxx: add support for 3.3Gabor Juhos2012-05-1817-0/+27541
| | | | | | Compile tested only. SVN-Revision: 31809
* cns3xxx: sync kernel configGabor Juhos2012-05-181-12/+22
| | | | SVN-Revision: 31807
* cns3xxx: remove 2.6.39 supportGabor Juhos2012-05-1815-27379/+0
| | | | SVN-Revision: 31806
* cns3xxx: switch to 3.1Gabor Juhos2012-05-181-1/+1
| | | | | | Compile tested only. SVN-Revision: 31805
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* cns3xxx: remove 2.6.31 supportGabor Juhos2012-04-2112-57263/+0
| | | | SVN-Revision: 31418
* enable another l2 cache errate on newer kernelsImre Kaloz2012-02-121-0/+1
| | | | SVN-Revision: 30472
* rename 3.1 patches directory as it will be used for newer kernels as wellImre Kaloz2012-02-1114-0/+0
| | | | SVN-Revision: 30454
* rename 2.6.39 patches directoryImre Kaloz2012-02-1115-0/+0
| | | | SVN-Revision: 30453
* kernel: update linux 3.1 to 3.1.10Jonas Gorski2012-01-312-2/+2
| | | | SVN-Revision: 29966
* update 3.1 patchesImre Kaloz2011-11-074-55/+10
| | | | SVN-Revision: 28814
* upgrade testing kernel support to 3.1Imre Kaloz2011-09-0417-171/+97
| | | | SVN-Revision: 28165
* cleanup configImre Kaloz2011-09-041-10/+0
| | | | SVN-Revision: 28164
* kernel: update kernel to version 2.6.39.4Hauke Mehrtens2011-08-161-1/+1
| | | | SVN-Revision: 28022
* use the new upstream l2cache and wdt code, smaller changes, refresh patchesImre Kaloz2011-07-089-179/+228
| | | | SVN-Revision: 27558
* refresh patchesImre Kaloz2011-07-072-8/+3
| | | | SVN-Revision: 27528
* enable smp supportImre Kaloz2011-07-071-0/+5
| | | | SVN-Revision: 27526
* make smp code more similar to upstreamImre Kaloz2011-07-071-60/+46
| | | | SVN-Revision: 27525
* select the right cpuImre Kaloz2011-07-071-0/+28
| | | | SVN-Revision: 27517
* we have an up-to-date mach-type file nowImre Kaloz2011-07-061-10/+0
| | | | SVN-Revision: 27486
* preliminary 3.0 supportImre Kaloz2011-07-0115-0/+27379
| | | | SVN-Revision: 27328
* kernel: update kernel to 2.6.39.2Hauke Mehrtens2011-06-281-1/+1
| | | | SVN-Revision: 27298