| Commit message (Expand) | Author | Age | Files | Lines |
* | ramips: initial board support for MOFI3500-3GN | juhosg | 2011-04-04 | 9 | -1/+161 |
* | kernel: Update to version 2.6.37.6 | hauke | 2011-04-03 | 1 | -1/+1 |
* | ramips: remove 2.6.36 stuff | juhosg | 2011-03-27 | 9 | -456/+0 |
* | ramips: switch to 2.6.37 | juhosg | 2011-03-27 | 10 | -1/+485 |
* | ramips: UPF_FIXED_TYPE must be set for the serial ports | juhosg | 2011-03-27 | 1 | -1/+1 |
* | ramips: define GPIO chips separately for each SoCs | juhosg | 2011-03-27 | 7 | -84/+152 |
* | ramips: move GPIO definitions into a separate header file | juhosg | 2011-03-27 | 5 | -63/+52 |
* | ramips: setup GPIO chip functions on the fly | juhosg | 2011-03-27 | 1 | -12/+5 |
* | ramips: use separate register base for GPIO chips | juhosg | 2011-03-27 | 1 | -8/+16 |
* | ramips: fix dir-300 mtd layout | juhosg | 2011-03-27 | 1 | -1/+1 |
* | ramips: enable MDIO on the HW550-3G board | juhosg | 2011-03-27 | 1 | -1/+5 |
* | ramips: add sysupgrade and status LED support for HW550-3G | juhosg | 2011-03-27 | 3 | -12/+15 |
* | global cflags: remove -funit-at-a-time, it is ignored by recent compilers. in... | nbd | 2011-03-26 | 1 | -1/+1 |
* | ramips: initial board support for Aztech HW550-3G | juhosg | 2011-03-13 | 7 | -0/+158 |
* | [kernel] update to kernel 2.6.36.4 | florian | 2011-02-19 | 1 | -1/+1 |
* | ramips: register watchdog device on the rt288x boards | juhosg | 2011-01-26 | 2 | -0/+2 |
* | ramips: add watchdog device for RT288x | juhosg | 2011-01-26 | 3 | -0/+33 |
* | ramips: register watchdog device on the rt305x boards | juhosg | 2011-01-26 | 7 | -0/+7 |
* | ramips: add watchdog device for RT305x | juhosg | 2011-01-26 | 3 | -0/+34 |
* | ramips: add watchdog driver | juhosg | 2011-01-26 | 4 | -0/+383 |
* | ramips: implement clock API for RT288x | juhosg | 2011-01-26 | 7 | -45/+152 |
* | ramips: implement clock API for RT305X | juhosg | 2011-01-26 | 7 | -41/+148 |
* | ramips: remove extern and __init from function prototypes | juhosg | 2011-01-26 | 7 | -31/+28 |
* | ramips: ramips_esw: fix typos | juhosg | 2011-01-04 | 1 | -2/+2 |
* | ramips: remove 2.6.3[24] support | juhosg | 2010-12-14 | 16 | -1174/+0 |
* | ramips: switch to 2.6.36 | juhosg | 2010-12-14 | 1 | -2/+2 |
* | ramips: handle OTG interrupt on the RT305x SoC | juhosg | 2010-12-14 | 1 | -0/+3 |
* | base-files: use shutdown instead of stop when the system goes down (patch by ... | nbd | 2010-12-13 | 1 | -1/+1 |
* | ramips: ramips_esw: add more definitions | juhosg | 2010-12-08 | 1 | -3/+49 |
* | ramips: ramips_esw: add helper function to set pvid | juhosg | 2010-12-08 | 1 | -1/+17 |
* | ramips: ramips_esw: add helper function to set vlan members | juhosg | 2010-12-08 | 1 | -1/+31 |
* | ramips: ramips_esw: add helper function to set VLAN id | juhosg | 2010-12-08 | 1 | -2/+17 |
* | ramips: ramips_esw: introduce rt305x_esw_rmw{,_raw} function | juhosg | 2010-12-08 | 1 | -0/+23 |
* | ramips: ramips_esw: use rt305x_esw prefix in function names | juhosg | 2010-12-08 | 1 | -33/+33 |
* | ramips: ramips_esw: coding style cleanup | juhosg | 2010-12-08 | 1 | -24/+31 |
* | ramips: ramips_esw: add defines for switch register offsets | juhosg | 2010-12-08 | 1 | -24/+52 |
* | ramips: ramips_esw: don't touch GPIO_PURPOSE register | juhosg | 2010-12-08 | 1 | -20/+0 |
* | ramips: ramips_esw: convert it to be a platform driver | juhosg | 2010-12-08 | 5 | -13/+134 |
* | ramips: ramips_esw: move hardware initialization into a separate function | juhosg | 2010-12-08 | 1 | -8/+14 |
* | ramips: ramips_esw: use a private structure for the functions | juhosg | 2010-12-08 | 1 | -36/+43 |
* | ramips: add support for 2.6.36 | juhosg | 2010-12-05 | 8 | -0/+427 |
* | ramips: default profile fix | juhosg | 2010-12-05 | 2 | -2/+2 |
* | ramips: use tabs instead of spaces in mach-f5d8235-v2.c | juhosg | 2010-12-05 | 1 | -43/+43 |
* | ramips: add support for Belkin F5D8235 v2 board | juhosg | 2010-11-24 | 7 | -0/+164 |
* | ramips: Use NET_IP_ALIGN instead of hardcoding 2 | juhosg | 2010-11-24 | 1 | -4/+5 |
* | ramips: DMA map the correct RX skb size | juhosg | 2010-11-24 | 1 | -2/+2 |
* | ramips: Don't trigger BUG_ON due to skb allocation failure | juhosg | 2010-11-24 | 1 | -16/+19 |
* | ramips: Remove unnecessary skb_put | juhosg | 2010-11-24 | 1 | -1/+1 |
* | ramips: Allow ethernet interface to be taken down and up again | juhosg | 2010-10-05 | 1 | -0/+4 |
* | [kernel]: upgrade kernel versions to the latest stable ones | kaloz | 2010-10-04 | 1 | -1/+1 |