Commit Graph

2639 Commits (d3c0a944059bb0d45c3b56278249100258378b0c)

Author SHA1 Message Date
Gabor Juhos bc59e3da51 ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to 'drivers/net/ramips_eth.h'
SVN-Revision: 18176
15 years ago
Gabor Juhos 5dd653a6bd ramips: use definitions from rt305x_regs, and nuke the duplicated ones
SVN-Revision: 18175
15 years ago
Gabor Juhos c170980c4f ramips: move ramips_eth_platform_data into a separate file
SVN-Revision: 18174
15 years ago
Gabor Juhos b98fa096a6 ramips: request_irq prior to dma allocation, and handle the case if it fails
SVN-Revision: 18173
15 years ago
Gabor Juhos 08f77d2e7e ramips: add error handling to ramips_alloc_dma
SVN-Revision: 18172
15 years ago
Gabor Juhos 941c1dae2c ramips: free allocated skbs in ramips_cleanup_dma
SVN-Revision: 18171
15 years ago
Gabor Juhos 82cc25d5f0 ramips: add ramips_setup_dma helper to the ethernet driver
SVN-Revision: 18170
15 years ago
Gabor Juhos f69b042df9 ramips: add ramips_cleanup_dma helper
SVN-Revision: 18169
15 years ago
Gabor Juhos defb7c0059 ramips: remove unnecessary includes in the ethernet driver
SVN-Revision: 18168
15 years ago
Gabor Juhos 36cb733d4f ramips: fix dma api usage in the ethernet driver
SVN-Revision: 18167
15 years ago
Gabor Juhos 69a3298ab5 ramips: use resource to pass irq and base address to the ethernet driver
SVN-Revision: 18166
15 years ago
Gabor Juhos 7c7f004875 ramips: add error-path handling to the ramips_eth_plat_probe
SVN-Revision: 18165
15 years ago
John Crispin 1729f7bdc1 use gpio_led package rather than staticly linking it into the kernel
SVN-Revision: 18154
15 years ago
John Crispin f1ad6d3768 fixes licenses
SVN-Revision: 18152
15 years ago
John Crispin 6a56b1186e select CONFIG_LEDS_GPIO per default
SVN-Revision: 18151
15 years ago
John Crispin 6f63d7baf2 clean up dma api of ethernet driver
SVN-Revision: 18150
15 years ago
John Crispin 9126be5b6e fixes dma bug in eth driver, that was caused under high net load. the dma ring was not initialized on time
SVN-Revision: 18149
15 years ago
Gabor Juhos 984fe7992a ramips: nuke net_device stats from the private data of the ethernet driver
SVN-Revision: 18147
15 years ago
Gabor Juhos ec836476b0 ramips: remove unnecessary type-castings in the ethernet driver
SVN-Revision: 18146
15 years ago
Gabor Juhos ac92dc42d4 ramips: change debug message levels, and add missing LFs
SVN-Revision: 18145
15 years ago
Gabor Juhos 0fe967f6e6 ramips: make ethernet fuctions static
SVN-Revision: 18144
15 years ago
Gabor Juhos 7af7711f9f ramips: register ethernet device on the DIR-300 board
SVN-Revision: 18143
15 years ago
Gabor Juhos 2ad69183a8 ramips: change prom code to accept 'board=FOOBAR' from the command line
SVN-Revision: 18142
15 years ago
Gabor Juhos d681005ce3 ramips: modify {read,write}_config helpers
SVN-Revision: 18141
15 years ago
Gabor Juhos ebde2e4c90 ramips: nuke config_access helper
SVN-Revision: 18140
15 years ago
John Crispin c23f92244c fixes dma hangups in eth
SVN-Revision: 18139
15 years ago
John Crispin c7db1ecc33 select fon20n mach
SVN-Revision: 18137
15 years ago
John Crispin eff75d868b make ethernet a platform device
SVN-Revision: 18135
15 years ago
John Crispin 5c399c6f20 missing define to make mach for fonera20n work
SVN-Revision: 18134
15 years ago
John Crispin 81e5a2d14b make default llll/w vlan setup in esw
SVN-Revision: 18133
15 years ago
John Crispin e4e4aa90d3 adds mach type for fonera20n
SVN-Revision: 18132
15 years ago
John Crispin 5b2c123b60 fixes commit 18128, wrong patch :)
SVN-Revision: 18129
15 years ago
John Crispin d95163658c adds ethernet driver, esw needs to be moved to swconfig, driver is missing rt288x support, not a platform device yet
SVN-Revision: 18128
15 years ago
Florian Fainelli d4b251bdb8 update to 2.6.30.9
SVN-Revision: 18126
15 years ago
Gabor Juhos 279c5dad25 ramips: add preliminary support for the DIR-300 revB board
SVN-Revision: 18058
15 years ago
Gabor Juhos 9a65c14678 ramips: sync rt288x kernel config
SVN-Revision: 17976
15 years ago
Gabor Juhos 3b9cb8b673 ramips: fix return value in 'pcibios_map_irq' in the rt288x pci code
SVN-Revision: 17975
15 years ago
Gabor Juhos 13be9155c5 ramips: remove obsolete 'pcibios_fixups' from the rt288x pci code
SVN-Revision: 17974
15 years ago
Gabor Juhos f2470f7590 ramips: add rt2880_pci_get_cfgaddr helper
SVN-Revision: 17973
15 years ago
Gabor Juhos fe360a232b ramips: use switch statement instead of multiple if-else-if in the rt288x pci code
SVN-Revision: 17972
15 years ago
Gabor Juhos 37f5a64938 ramips: protect rt288x pci config accesses with a spinlock
SVN-Revision: 17971
15 years ago
Gabor Juhos 84e2f22465 ramips: make rt2880_pci_base static
SVN-Revision: 17970
15 years ago
Gabor Juhos ca82f13970 ramips: define some magic values in the rt288x pci code
SVN-Revision: 17969
15 years ago
Gabor Juhos 6a54d033fc ramips: add copyright header to the rt288x pci code
SVN-Revision: 17968
15 years ago
Gabor Juhos 7f3d685eec ramips: make {read,write}_config static
SVN-Revision: 17920
15 years ago
Gabor Juhos 2739177201 ramips: convert 'config_access' function to void
SVN-Revision: 17919
15 years ago
Gabor Juhos 5b07caf121 ramips: add register access functions into the rt288x pci code
SVN-Revision: 17918
15 years ago
Gabor Juhos 0f51ed2723 ramips: fix RT2880_PCI_BASE definition
SVN-Revision: 17917
15 years ago
Gabor Juhos 5a37945317 ramips: rt288x pci code cleanup
SVN-Revision: 17916
15 years ago
Gabor Juhos 0e0e945e33 ramips: cleanup coding-style of the rt288x pci code
SVN-Revision: 17915
15 years ago
Gabor Juhos 6ceea98b0a ramips: merge ops-rt288x.c and rt288x_pci.h into pci-rt288x.c
SVN-Revision: 17914
15 years ago
Andy Boyett c85a89348f move IMAGE_CMDLINE_HACK default to generic from targets
SVN-Revision: 17905
15 years ago
Gabor Juhos c8489ba3f8 ramips: remove unneccesary ifdefs from the rt288x pci code
SVN-Revision: 17862
15 years ago
Gabor Juhos e555522b95 ramips: remove unneccesary includes from the rt288x pci code
SVN-Revision: 17861
15 years ago
Gabor Juhos f992f34277 ramips: add Kbuild patch for the rt288x pci code, and fix invalid header file paths
SVN-Revision: 17860
15 years ago
Gabor Juhos e4741622cc ramips: add missing config option
SVN-Revision: 17859
15 years ago
John Crispin a70ef0c337 adds pci support for rt288x
SVN-Revision: 17855
15 years ago
Gabor Juhos 054c54512f kernel: upgrade to 2.6.30.8 and refresh patches
SVN-Revision: 17804
15 years ago
Felix Fietkau dc12314e83 ramips: since both subtargets are marked as broken, move FEATURES to the main target and mark the whole target as broken. avoids unnecessary user confusion about inexplicable build failures
SVN-Revision: 17728
15 years ago
Imre Kaloz 85fcc97a13 update to latest 2.6.27 and 2.6.30 kernels
SVN-Revision: 17602
15 years ago
Gabor Juhos 47c0d7419f kernel: get rid of the simple_prom_emulator, it is not really useful
SVN-Revision: 17567
15 years ago
Gabor Juhos d59f5b3a98 kernel: add generic image_cmdline hack to MIPS targets
SVN-Revision: 17563
15 years ago
Florian Fainelli 3ce53b8d92 update to 2.6.30.6, compile tested on some targets only
SVN-Revision: 17549
15 years ago
Gabor Juhos 28250aaa31 add missing GPIO register offsets
SVN-Revision: 17513
15 years ago
Gabor Juhos 8d8a4e7274 add GPIO configuration feature
SVN-Revision: 17512
15 years ago
Gabor Juhos b5e6d76dea fix a typo
SVN-Revision: 17474
15 years ago
Gabor Juhos 09677bf748 initial support for the AP-R3052-V22RW-2X2 board
SVN-Revision: 17473
15 years ago
Gabor Juhos c4385d3282 use common code for early_serial setup
SVN-Revision: 17467
15 years ago
Gabor Juhos 73b20f8194 share prom code
SVN-Revision: 17466
15 years ago
Gabor Juhos 552e298755 initial support for Asus RT-N15
SVN-Revision: 17463
15 years ago
Gabor Juhos 01657335b9 cache_line_size is 16 on rt288x
SVN-Revision: 17462
15 years ago
Gabor Juhos 2dbe6d0e6f remove unused *_MACH_GENERIC config options
SVN-Revision: 17461
15 years ago
Gabor Juhos d685777386 fix a typo
SVN-Revision: 17460
15 years ago
Gabor Juhos 298202afb8 share machine registration code
SVN-Revision: 17456
15 years ago
Gabor Juhos aec7426483 use common get_system_type function
SVN-Revision: 17455
15 years ago
Gabor Juhos f4afb9a4f9 share memory size detection code
SVN-Revision: 17454
15 years ago
Gabor Juhos 3cc0bc9038 add common setup code
SVN-Revision: 17453
15 years ago
Gabor Juhos 4dd57199a2 rt288x: readd RT2880_INTC_BASE definition
SVN-Revision: 17452
15 years ago
Gabor Juhos f62337417c rt288x: fix serial console
SVN-Revision: 17450
15 years ago
Gabor Juhos ff92681121 register GPIO LEDs on the WHR-G300N board
SVN-Revision: 17449
15 years ago
Gabor Juhos 19a462c9e3 add common GPIO LED support
SVN-Revision: 17448
15 years ago
Gabor Juhos cf10d5fa39 rt305x: remove HW_HAS_PCI config option
SVN-Revision: 17447
15 years ago
Gabor Juhos 73ef265227 fix GPIOLIB support
SVN-Revision: 17446
15 years ago
Gabor Juhos 15b832c0b7 rt288x: fix build error
SVN-Revision: 17444
15 years ago
Gabor Juhos 9eaea39ae5 platform.h is rt288x specific, move it
SVN-Revision: 17443
15 years ago
Gabor Juhos 8049111b19 rt288x: generic machine code cleanup
SVN-Revision: 17442
15 years ago
Gabor Juhos d034b4246e header cleanup
SVN-Revision: 17441
15 years ago
Gabor Juhos 6b482c872b share common INTC code
SVN-Revision: 17440
15 years ago
Gabor Juhos 051c44e0c5 initial support for RT288x/RT305x
SVN-Revision: 17439
15 years ago