[kernel] gpio_buttons: include slab.h
[openwrt.git] / target / linux / ramips /
2010-04-27 acoulsync to kernel 2.6.32.12
2010-04-24 nicopackage/kernel: use common gpio- & wdt- prefixes for...
2010-04-22 juhosgramips: use KEY_RESTART and KEY_WPS_BUTTON code for...
2010-04-19 nicotarget/ramips: fix another typo from [20834] (closes...
2010-04-12 nicodefine a shared IMG_PREFIX variable used as a basename...
2010-04-11 juhosgramips: nuke clocksource init patch
2010-04-11 juhosgramips: generate sysupgrade images for the rt305x devices
2010-04-11 juhosgramips: add sysupgrade support
2010-04-11 juhosgramips: add diag support
2010-04-11 juhosgramips: enable image commandline hack and cmdline parti...
2010-04-11 juhosgramips: add default profiles
2010-03-31 juhosgramips: add wpad-mini to the default packages
2010-03-31 juhosgramips: annotate device register function prototypes...
2010-03-31 juhosgramips: register wifi device for the RT2880 based boards
2010-03-31 juhosgramips: add wifi device for the RT2880 as well
2010-03-30 juhosgramips: register wifi device on the rt305x based boards
2010-03-30 juhosgramips: sync kernel config
2010-03-30 blogicThe ralink rt305x board has a wireless card that can...
2010-03-30 blogic[ramips] Fix the base address of the wireless card...
2010-03-26 juhosgkernel: update to 2.6.32.10
2010-03-11 nbdthe mips -ffreestanding patch has been unnecessary...
2010-03-11 nicodo *not* enable CONFIG_PCI in generic config, but on...
2010-02-28 haukekernel: update to kernel 2.6.32.9
2010-02-12 thepeopleupdate kernel from 2.6.32.7 to 2.6.32.8, thanks tripolar
2010-02-11 kalozclean up handling of some kernel symbols
2010-02-11 kalozre-sort all target and subtarget config files
2010-01-31 juhosgramips: nuke 2.6.30 support
2010-01-31 juhosgramips: enable RTL8366SR driver for the RT288x devices
2010-01-31 juhosgramips_eth: cleanup mac_address changing
2010-01-31 juhosgramips_eth: update register offsets
2010-01-31 juhosgramips_eth: pass sys_clk via platform_data
2010-01-31 juhosgramips_eth: add helper functions to {ed,dis}able interrupts
2010-01-31 juhosgramips_eth: remove unnecessary typecasts
2010-01-31 juhosgramips_eth: simplify tx_next computation
2010-01-31 juhosgramips_eth: simplify tx descriptor initialization
2010-01-31 juhosgramips_eth: pass 'raeth_priv' struct directly to dma...
2010-01-31 juhosgramips: switch to 2.6.32
2010-01-31 juhosgramips_eth: convert to use netdev_ops
2010-01-30 juhosgramips_eth: fix invalid register writes
2010-01-30 juhosgramips_eth: move memset call out from the loop
2010-01-30 juhosgramips_eth: header file cleanup
2010-01-30 juhosgramips_eth: coding style cleanup
2010-01-30 juhosgramips: register gpio buttons on the Fonera 2.0N board
2010-01-30 juhosgramips: register gpio buttons on the WHR-G300N board
2010-01-30 juhosgramips: register gpio buttons on the V22RW-2x2 board
2010-01-30 juhosgramips: register gpio buttons on the DIR-300 revB board
2010-01-30 juhosgramips: fix wrong base addresses for the RT288x
2010-01-30 juhosgramips: include 'linux/leds.h' from 'dev-gpio-leds.h'
2010-01-30 juhosgramips: rename dev_gpio_leds.h to dev-gpio-leds.h
2010-01-30 juhosgramips: cleanup WZR-AGL300NH board support file
2010-01-30 juhosgramips: register gpio-buttons on the RT-N15 board
2010-01-30 juhosgramips: add common gpio-buttons device
2010-01-30 juhosgramips: register rtl8366s device on the RT-N15 board
2010-01-30 juhosgramips: sanitize return value of ramips_gpio_get
2010-01-30 juhosgramips: update mips multi-machine stuff
2010-01-26 juhosgramips: add preliminary support for 2.6.32
2010-01-26 juhosgramips: refresh patches
2010-01-26 juhosgramips: sync kernel config
2010-01-24 jow[ramips] add initial support for the WZR-AGL300NH ...
2009-12-04 florian[kernel] update to 2.6.30, refresh patches
2009-11-11 kalozsome more Kconfig symbol move..
2009-11-11 kalozanother round of kernel config cleanups
2009-11-11 kalozsort all target config files
2009-10-30 juhosgramips: register ethernet device on the WHR-G300N and...
2009-10-30 blogic[ramips] missing header file changes, and fix mtu value
2009-10-29 blogic[ramips] fixes rx path for eth, spinlock it, increases...
2009-10-29 blogic[ramips] hopefully fixes dma issues seen on ethernet...
2009-10-26 juhosgramips: move 'arch/mips/include/asm/mach-ralink/eth...
2009-10-26 juhosgramips: use definitions from rt305x_regs, and nuke...
2009-10-26 juhosgramips: move ramips_eth_platform_data into a separate...
2009-10-26 juhosgramips: request_irq prior to dma allocation, and handle...
2009-10-26 juhosgramips: add error handling to ramips_alloc_dma
2009-10-26 juhosgramips: free allocated skbs in ramips_cleanup_dma
2009-10-26 juhosgramips: add ramips_setup_dma helper to the ethernet...
2009-10-26 juhosgramips: add ramips_cleanup_dma helper
2009-10-26 juhosgramips: remove unnecessary includes in the ethernet...
2009-10-26 juhosgramips: fix dma api usage in the ethernet driver
2009-10-26 juhosgramips: use resource to pass irq and base address to...
2009-10-26 juhosgramips: add error-path handling to the ramips_eth_plat_...
2009-10-25 blogic[ramips] use gpio_led package rather than staticly...
2009-10-25 blogic[ramips] fixes licenses
2009-10-25 blogic[ramips] select CONFIG_LEDS_GPIO per default
2009-10-25 blogic[ramips] clean up dma api of ethernet driver
2009-10-25 blogic[ramips] fixes dma bug in eth driver, that was caused...
2009-10-25 juhosgramips: nuke net_device stats from the private data...
2009-10-25 juhosgramips: remove unnecessary type-castings in the etherne...
2009-10-25 juhosgramips: change debug message levels, and add missing LFs
2009-10-25 juhosgramips: make ethernet fuctions static
2009-10-25 juhosgramips: register ethernet device on the DIR-300 board
2009-10-25 juhosgramips: change prom code to accept 'board=FOOBAR' from...
2009-10-25 juhosgramips: modify {read,write}_config helpers
2009-10-25 juhosgramips: nuke config_access helper
2009-10-25 blogic[ramips] fixes dma hangups in eth
2009-10-24 blogic[ramips] select fon20n mach
2009-10-24 blogic[ramips] make ethernet a platform device
2009-10-24 blogic[ramips] missing define to make mach for fonera20n...
2009-10-24 blogic[ramips] make default llll/w vlan setup in esw
2009-10-24 blogic[ramips] adds mach type for fonera20n
2009-10-23 blogicfixes commit 18128, wrong patch :)
2009-10-23 blogic[ramips] adds ethernet driver, esw needs to be moved...
next