aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
Commit message (Collapse)AuthorAgeFilesLines
* target/ramips: fix another typo from [20834] (closes: #7182)Nicolas Thill2010-04-191-1/+1
| | | | SVN-Revision: 21012
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-11/+9
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* ramips: nuke clocksource init patchGabor Juhos2010-04-111-56/+0
| | | | SVN-Revision: 20802
* ramips: generate sysupgrade images for the rt305x devicesGabor Juhos2010-04-111-10/+75
| | | | SVN-Revision: 20801
* ramips: add sysupgrade supportGabor Juhos2010-04-111-0/+38
| | | | SVN-Revision: 20800
* ramips: add diag supportGabor Juhos2010-04-114-2/+96
| | | | SVN-Revision: 20799
* ramips: enable image commandline hack and cmdline partition parsingGabor Juhos2010-04-112-0/+4
| | | | SVN-Revision: 20798
* ramips: add default profilesGabor Juhos2010-04-112-0/+32
| | | | SVN-Revision: 20797
* ramips: add wpad-mini to the default packagesGabor Juhos2010-03-311-1/+1
| | | | SVN-Revision: 20632
* ramips: annotate device register function prototypes with __initGabor Juhos2010-03-311-2/+2
| | | | SVN-Revision: 20627
* ramips: register wifi device for the RT2880 based boardsGabor Juhos2010-03-312-0/+3
| | | | SVN-Revision: 20625
* ramips: add wifi device for the RT2880 as wellGabor Juhos2010-03-312-0/+27
| | | | SVN-Revision: 20624
* ramips: register wifi device on the rt305x based boardsGabor Juhos2010-03-304-0/+4
| | | | SVN-Revision: 20616
* ramips: sync kernel configGabor Juhos2010-03-302-14/+15
| | | | SVN-Revision: 20614
* The ralink rt305x board has a wireless card that can be used with the ↵John Crispin2010-03-302-0/+27
| | | | | | rt2800pci driver (it does not work yet but basically should). Hence, register the appropriate platform device to allow developing/testing the rt2800pci driver. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20599
* Fix the base address of the wireless card. Otherwise it is not possible to ↵John Crispin2010-03-301-1/+1
| | | | | | register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20596
* kernel: update to 2.6.32.10Gabor Juhos2010-03-262-8/+8
| | | | SVN-Revision: 20444
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵Felix Fietkau2010-03-111-5/+5
| | | | | | remove it SVN-Revision: 20149
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-112-0/+2
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* kernel: update to kernel 2.6.32.9Hauke Mehrtens2010-02-281-1/+1
| | | | SVN-Revision: 19890
* update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolarTravis Kemen2010-02-121-1/+1
| | | | SVN-Revision: 19591
* clean up handling of some kernel symbolsImre Kaloz2010-02-112-2/+0
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-112-11/+11
| | | | SVN-Revision: 19580
* ramips: nuke 2.6.30 supportGabor Juhos2010-01-3110-756/+0
| | | | SVN-Revision: 19466
* ramips: enable RTL8366SR driver for the RT288x devicesGabor Juhos2010-01-311-0/+3
| | | | SVN-Revision: 19465
* ramips_eth: cleanup mac_address changingGabor Juhos2010-01-311-19/+12
| | | | SVN-Revision: 19464
* ramips_eth: update register offsetsGabor Juhos2010-01-311-8/+8
| | | | SVN-Revision: 19463
* ramips_eth: pass sys_clk via platform_dataGabor Juhos2010-01-313-2/+5
| | | | SVN-Revision: 19462
* ramips_eth: add helper functions to {ed,dis}able interruptsGabor Juhos2010-01-311-6/+21
| | | | SVN-Revision: 19446
* ramips_eth: remove unnecessary typecastsGabor Juhos2010-01-311-2/+2
| | | | SVN-Revision: 19445
* ramips_eth: simplify tx_next computationGabor Juhos2010-01-311-5/+2
| | | | SVN-Revision: 19444
* ramips_eth: simplify tx descriptor initializationGabor Juhos2010-01-311-3/+2
| | | | SVN-Revision: 19443
* ramips_eth: pass 'raeth_priv' struct directly to dma specific functionsGabor Juhos2010-01-311-39/+35
| | | | SVN-Revision: 19442
* ramips: switch to 2.6.32Gabor Juhos2010-01-311-1/+1
| | | | SVN-Revision: 19441
* ramips_eth: convert to use netdev_opsGabor Juhos2010-01-311-6/+12
| | | | SVN-Revision: 19440
* ramips_eth: fix invalid register writesGabor Juhos2010-01-301-4/+5
| | | | SVN-Revision: 19417
* ramips_eth: move memset call out from the loopGabor Juhos2010-01-301-1/+1
| | | | SVN-Revision: 19416
* ramips_eth: header file cleanupGabor Juhos2010-01-301-144/+146
| | | | SVN-Revision: 19415
* ramips_eth: coding style cleanupGabor Juhos2010-01-301-54/+66
| | | | SVN-Revision: 19414
* ramips: register gpio buttons on the Fonera 2.0N boardGabor Juhos2010-01-302-0/+27
| | | | SVN-Revision: 19413
* ramips: register gpio buttons on the WHR-G300N boardGabor Juhos2010-01-302-1/+45
| | | | SVN-Revision: 19412
* ramips: register gpio buttons on the V22RW-2x2 boardGabor Juhos2010-01-302-1/+26
| | | | SVN-Revision: 19411
* ramips: register gpio buttons on the DIR-300 revB boardGabor Juhos2010-01-304-3/+28
| | | | SVN-Revision: 19410
* ramips: fix wrong base addresses for the RT288xGabor Juhos2010-01-301-4/+5
| | | | SVN-Revision: 19409
* ramips: include 'linux/leds.h' from 'dev-gpio-leds.h'Gabor Juhos2010-01-307-8/+2
| | | | SVN-Revision: 19408
* ramips: rename dev_gpio_leds.h to dev-gpio-leds.hGabor Juhos2010-01-307-6/+6
| | | | SVN-Revision: 19407
* ramips: cleanup WZR-AGL300NH board support fileGabor Juhos2010-01-301-33/+9
| | | | SVN-Revision: 19406
* ramips: register gpio-buttons on the RT-N15 boardGabor Juhos2010-01-304-2/+28
| | | | SVN-Revision: 19405
* ramips: add common gpio-buttons deviceGabor Juhos2010-01-308-1/+97
| | | | SVN-Revision: 19404
* ramips: register rtl8366s device on the RT-N15 boardGabor Juhos2010-01-302-2/+24
| | | | SVN-Revision: 19403