ar71xx: remove madwifi from the default profile
[openwrt/openwrt.git] / target / linux / ramips / files /
2010-04-22 Gabor Juhosramips: use KEY_RESTART and KEY_WPS_BUTTON code for...
2010-03-31 Gabor Juhosramips: annotate device register function prototypes...
2010-03-31 Gabor Juhosramips: register wifi device for the RT2880 based boards
2010-03-31 Gabor Juhosramips: add wifi device for the RT2880 as well
2010-03-30 Gabor Juhosramips: register wifi device on the rt305x based boards
2010-03-30 John CrispinThe ralink rt305x board has a wireless card that can...
2010-03-30 John CrispinFix the base address of the wireless card. Otherwise...
2010-01-31 Gabor Juhosramips_eth: cleanup mac_address changing
2010-01-31 Gabor Juhosramips_eth: update register offsets
2010-01-31 Gabor Juhosramips_eth: pass sys_clk via platform_data
2010-01-31 Gabor Juhosramips_eth: add helper functions to {ed,dis}able interrupts
2010-01-31 Gabor Juhosramips_eth: remove unnecessary typecasts
2010-01-31 Gabor Juhosramips_eth: simplify tx_next computation
2010-01-31 Gabor Juhosramips_eth: simplify tx descriptor initialization
2010-01-31 Gabor Juhosramips_eth: pass 'raeth_priv' struct directly to dma...
2010-01-31 Gabor Juhosramips_eth: convert to use netdev_ops
2010-01-30 Gabor Juhosramips_eth: fix invalid register writes
2010-01-30 Gabor Juhosramips_eth: move memset call out from the loop
2010-01-30 Gabor Juhosramips_eth: header file cleanup
2010-01-30 Gabor Juhosramips_eth: coding style cleanup
2010-01-30 Gabor Juhosramips: register gpio buttons on the Fonera 2.0N board
2010-01-30 Gabor Juhosramips: register gpio buttons on the WHR-G300N board
2010-01-30 Gabor Juhosramips: register gpio buttons on the V22RW-2x2 board
2010-01-30 Gabor Juhosramips: register gpio buttons on the DIR-300 revB board
2010-01-30 Gabor Juhosramips: fix wrong base addresses for the RT288x
2010-01-30 Gabor Juhosramips: include 'linux/leds.h' from 'dev-gpio-leds.h'
2010-01-30 Gabor Juhosramips: rename dev_gpio_leds.h to dev-gpio-leds.h
2010-01-30 Gabor Juhosramips: cleanup WZR-AGL300NH board support file
2010-01-30 Gabor Juhosramips: register gpio-buttons on the RT-N15 board
2010-01-30 Gabor Juhosramips: add common gpio-buttons device
2010-01-30 Gabor Juhosramips: register rtl8366s device on the RT-N15 board
2010-01-30 Gabor Juhosramips: sanitize return value of ramips_gpio_get
2010-01-30 Gabor Juhosramips: update mips multi-machine stuff
2010-01-24 Jo-Philipp Wichadd initial support for the WZR-AGL300NH - patch by...
2009-10-30 Gabor Juhosramips: register ethernet device on the WHR-G300N and...
2009-10-30 John Crispinmissing header file changes, and fix mtu value
2009-10-29 John Crispinfixes rx path for eth, spinlock it, increases buffer...
2009-10-29 John Crispinhopefully fixes dma issues seen on ethernet driver...
2009-10-26 Gabor Juhosramips: move 'arch/mips/include/asm/mach-ralink/eth...
2009-10-26 Gabor Juhosramips: use definitions from rt305x_regs, and nuke...
2009-10-26 Gabor Juhosramips: move ramips_eth_platform_data into a separate...
2009-10-26 Gabor Juhosramips: request_irq prior to dma allocation, and handle...
2009-10-26 Gabor Juhosramips: add error handling to ramips_alloc_dma
2009-10-26 Gabor Juhosramips: free allocated skbs in ramips_cleanup_dma
2009-10-26 Gabor Juhosramips: add ramips_setup_dma helper to the ethernet...
2009-10-26 Gabor Juhosramips: add ramips_cleanup_dma helper
2009-10-26 Gabor Juhosramips: remove unnecessary includes in the ethernet...
2009-10-26 Gabor Juhosramips: fix dma api usage in the ethernet driver
2009-10-26 Gabor Juhosramips: use resource to pass irq and base address to...
2009-10-26 Gabor Juhosramips: add error-path handling to the ramips_eth_plat_...
2009-10-25 John Crispinfixes licenses
2009-10-25 John Crispinclean up dma api of ethernet driver
2009-10-25 John Crispinfixes dma bug in eth driver, that was caused under...
2009-10-25 Gabor Juhosramips: nuke net_device stats from the private data...
2009-10-25 Gabor Juhosramips: remove unnecessary type-castings in the etherne...
2009-10-25 Gabor Juhosramips: change debug message levels, and add missing LFs
2009-10-25 Gabor Juhosramips: make ethernet fuctions static
2009-10-25 Gabor Juhosramips: register ethernet device on the DIR-300 board
2009-10-25 Gabor Juhosramips: change prom code to accept 'board=FOOBAR' from...
2009-10-25 Gabor Juhosramips: modify {read,write}_config helpers
2009-10-25 Gabor Juhosramips: nuke config_access helper
2009-10-25 John Crispinfixes dma hangups in eth
2009-10-24 John Crispinmake ethernet a platform device
2009-10-24 John Crispinmissing define to make mach for fonera20n work
2009-10-24 John Crispinmake default llll/w vlan setup in esw
2009-10-24 John Crispinadds mach type for fonera20n
2009-10-23 John Crispinadds ethernet driver, esw needs to be moved to swconfig...
2009-10-18 Gabor Juhosramips: add preliminary support for the DIR-300 revB...
2009-10-07 Gabor Juhosramips: fix return value in 'pcibios_map_irq' in the...
2009-10-07 Gabor Juhosramips: remove obsolete 'pcibios_fixups' from the rt288...
2009-10-07 Gabor Juhosramips: add rt2880_pci_get_cfgaddr helper
2009-10-07 Gabor Juhosramips: use switch statement instead of multiple if...
2009-10-07 Gabor Juhosramips: protect rt288x pci config accesses with a spinlock
2009-10-07 Gabor Juhosramips: make rt2880_pci_base static
2009-10-07 Gabor Juhosramips: define some magic values in the rt288x pci...
2009-10-07 Gabor Juhosramips: add copyright header to the rt288x pci code
2009-10-05 Gabor Juhosramips: make {read,write}_config static
2009-10-05 Gabor Juhosramips: convert 'config_access' function to void
2009-10-05 Gabor Juhosramips: add register access functions into the rt288x...
2009-10-05 Gabor Juhosramips: fix RT2880_PCI_BASE definition
2009-10-05 Gabor Juhosramips: rt288x pci code cleanup
2009-10-05 Gabor Juhosramips: cleanup coding-style of the rt288x pci code
2009-10-05 Gabor Juhosramips: merge ops-rt288x.c and rt288x_pci.h into pci...
2009-10-05 Gabor Juhosramips: remove unneccesary ifdefs from the rt288x pci...
2009-10-05 Gabor Juhosramips: remove unneccesary includes from the rt288x...
2009-10-05 Gabor Juhosramips: add Kbuild patch for the rt288x pci code, and...
2009-10-04 John Crispinadds pci support for rt288x
2009-09-04 Gabor Juhosadd missing GPIO register offsets
2009-09-04 Gabor Juhosadd GPIO configuration feature
2009-09-02 Gabor Juhosfix a typo
2009-09-02 Gabor Juhosinitial support for the AP-R3052-V22RW-2X2 board
2009-09-02 Gabor Juhosuse common code for early_serial setup
2009-09-02 Gabor Juhosshare prom code
2009-09-01 Gabor Juhosinitial support for Asus RT-N15
2009-09-01 Gabor Juhoscache_line_size is 16 on rt288x
2009-09-01 Gabor Juhosremove unused *_MACH_GENERIC config options
2009-08-31 Gabor Juhosshare machine registration code
2009-08-31 Gabor Juhosuse common get_system_type function
2009-08-31 Gabor Juhosshare memory size detection code
2009-08-31 Gabor Juhosadd common setup code
next