summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files
Commit message (Collapse)AuthorAgeFilesLines
...
* fix a bug in the USB driver debug codeGabor Juhos2008-07-271-4/+4
| | | | SVN-Revision: 11961
* make boot quiet a bitGabor Juhos2008-07-261-6/+6
| | | | SVN-Revision: 11939
* use __raw_{readl,writel} routines in the GPIO codeGabor Juhos2008-06-221-4/+4
| | | | SVN-Revision: 11560
* IRQ code cleanupGabor Juhos2008-06-171-26/+32
| | | | SVN-Revision: 11528
* switch to 2.6.25.7Gabor Juhos2008-06-174-32/+218
| | | | SVN-Revision: 11526
* fix compiler warningGabor Juhos2008-06-171-1/+1
| | | | SVN-Revision: 11521
* add button devices to several boardsGabor Juhos2008-06-085-17/+76
| | | | SVN-Revision: 11402
* make use the chip_fixup function of the plat_nand driverGabor Juhos2008-06-061-1/+12
| | | | SVN-Revision: 11376
* Add leds support for the RB-150, thanks to Evangelos ArkalisGabor Juhos2008-05-071-4/+21
| | | | SVN-Revision: 11057
* improve support of the Infineon EASY 5120-RT Reference BoardGabor Juhos2008-05-012-12/+45
| | | | SVN-Revision: 10996
* remove the i2c-gpio-custom driver from adm5120, and make it available on all ↵Gabor Juhos2008-04-291-197/+0
| | | | | | platforms SVN-Revision: 10979
* fix a bug in the GPIO codeGabor Juhos2008-04-071-3/+3
| | | | SVN-Revision: 10759
* Add leds support for the CAS-771/771wFlorian Fainelli2008-04-061-0/+14
| | | | SVN-Revision: 10739
* fix RB153 CompactFlash driver for .24Gabor Juhos2008-02-091-21/+24
| | | | SVN-Revision: 10428
* switch to 2.6.24Gabor Juhos2008-02-0910-849/+99
| | | | SVN-Revision: 10427
* fix a switch driver bugGabor Juhos2008-01-311-3/+3
| | | | SVN-Revision: 10336
* add preliminary support for 2.6.24Gabor Juhos2008-01-306-5/+244
| | | | SVN-Revision: 10329
* don't use mips_machgroupGabor Juhos2008-01-305-14/+1
| | | | SVN-Revision: 10328
* more license cleanupsGabor Juhos2008-01-3013-179/+36
| | | | SVN-Revision: 10327
* more license cleanupsGabor Juhos2008-01-2912-172/+58
| | | | SVN-Revision: 10313
* remove some unused filesGabor Juhos2008-01-292-244/+0
| | | | SVN-Revision: 10308
* add experimental support for the Cellvision NFS-101U deviceGabor Juhos2008-01-292-0/+29
| | | | SVN-Revision: 10307
* license cleanupGabor Juhos2008-01-2925-306/+77
| | | | SVN-Revision: 10305
* remove 'svn:executable' property from adm5120_uart.h (closes #3086)Gabor Juhos2008-01-261-0/+0
| | | | SVN-Revision: 10275
* convert Cellvision board structuresGabor Juhos2008-01-251-37/+19
| | | | SVN-Revision: 10242
* USB driver: fix a bug in isochronous transfersGabor Juhos2008-01-172-2/+5
| | | | SVN-Revision: 10219
* fix led driver (closes: #2972)Gabor Juhos2008-01-041-25/+36
| | | | SVN-Revision: 10115
* Leds have been tested on rb111/112 and rb153Florian Fainelli2008-01-041-6/+22
| | | | SVN-Revision: 10112
* usb-driver: add preliminary support of ISOCHRONOUS transferGabor Juhos2008-01-018-32/+57
| | | | SVN-Revision: 10077
* fix a bug in the switch driver, thanks to Thomas Langer for reportingGabor Juhos2008-01-011-2/+2
| | | | SVN-Revision: 10075
* disable queue of all interfaces when tx ring is fullGabor Juhos2008-01-011-2/+6
| | | | SVN-Revision: 10073
* use reset function on the NP28G boardsGabor Juhos2007-12-271-0/+1
| | | | SVN-Revision: 9963
* change switch register access macrosGabor Juhos2007-12-279-46/+46
| | | | SVN-Revision: 9962
* add watchdog driverGabor Juhos2007-12-271-0/+210
| | | | | | | | | | | | | Here is the driver for the hardware watchdog timer in ADM5120 SoC. Patch is against current svn Kamikaze. Here is only kernel driver. To activate watchdog you have to use some userspace software writing to watchdog device. I think there is one in busybox. Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org> SVN-Revision: 9961
* fix compiler warningGabor Juhos2007-12-261-2/+0
| | | | SVN-Revision: 9933
* No need to keep the old driver nowFlorian Fainelli2007-12-224-995/+0
| | | | SVN-Revision: 9824
* Compact flash driver is now workingFlorian Fainelli2007-12-221-2/+2
| | | | SVN-Revision: 9823
* We need to set the gpio line numberFlorian Fainelli2007-12-211-0/+1
| | | | SVN-Revision: 9819
* revert [9788], the ADM5120 datasheet v1.16 contains bad valuesGabor Juhos2007-12-171-4/+2
| | | | SVN-Revision: 9790
* remove invalid GPIO definitions for the RB153Gabor Juhos2007-12-171-18/+5
| | | | SVN-Revision: 9789
* fix level setup code for GPIO IRQsGabor Juhos2007-12-171-2/+2
| | | | SVN-Revision: 9788
* minor fixes in the RB153 CF driverGabor Juhos2007-12-161-9/+8
| | | | SVN-Revision: 9782
* add support for LEDs on the NP28G board, thanks to kenny (closes: #2825)Gabor Juhos2007-12-162-20/+38
| | | | SVN-Revision: 9781
* use a shadow value for the write-only GPIO_CONF2 registerGabor Juhos2007-12-121-16/+10
| | | | SVN-Revision: 9715
* use the right irq_handler in the CF driverGabor Juhos2007-12-121-2/+2
| | | | SVN-Revision: 9714
* fix mac address setup on RouterBOARDsGabor Juhos2007-12-123-17/+12
| | | | SVN-Revision: 9713
* enable wait state pin for the CF slot on the RB153 boardGabor Juhos2007-12-112-1/+5
| | | | SVN-Revision: 9709
* RB153 CF driver fixesGabor Juhos2007-12-111-11/+18
| | | | SVN-Revision: 9708
* new experimental driver for the CF slot on the RouterBOARD 153Gabor Juhos2007-12-113-19/+323
| | | | SVN-Revision: 9707
* add support for GPIO IRQsGabor Juhos2007-12-105-43/+95
| | | | SVN-Revision: 9700