| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel: b53: add support for GPIO reset | Hauke Mehrtens | 2013-08-01 | 2 | -0/+43 |
* | brcm47xx: add function to get a gpio pin by name | Hauke Mehrtens | 2013-08-01 | 3 | -3/+38 |
* | gpio-button-hotplug: use gpio_button_get_value() to initialize last_state. | John Crispin | 2013-08-01 | 1 | -1/+1 |
* | gpio-button-hotplug: use gpio_button_get_value() to fetch state. | John Crispin | 2013-08-01 | 1 | -4/+1 |
* | gpio-button-hotplug: add inline function gpio_button_get_value(). | John Crispin | 2013-08-01 | 1 | -0/+9 |
* | ramips: add Poray IP2202 support | John Crispin | 2013-08-01 | 8 | -0/+121 |
* | ramips: add Poray X8 support | John Crispin | 2013-08-01 | 8 | -3/+125 |
* | ramips: add Poray X5/X6 Support | John Crispin | 2013-08-01 | 8 | -3/+158 |
* | ramips: add Poray M4 4M/8M support | John Crispin | 2013-08-01 | 9 | -2/+222 |
* | ramips: add Poray M3 support | John Crispin | 2013-08-01 | 8 | -0/+136 |
* | ramips: add basics for Poray devices | John Crispin | 2013-08-01 | 4 | -0/+797 |
* | lantiq: fix VG3503J ethernet/gphy led support | John Crispin | 2013-08-01 | 3 | -46/+18 |
* | ralink: add mt7620a_mt7610e profile | John Crispin | 2013-08-01 | 2 | -0/+2 |
* | imx23: add lradc support | Zoltan Herpai | 2013-08-01 | 3 | -3/+31 |
* | kernel: add missing iio config symbols for 3.10 | Zoltan Herpai | 2013-08-01 | 1 | -0/+83 |
* | libubox: update to the latest version, fixes a fd deletion race condition in ... | Felix Fietkau | 2013-07-31 | 1 | -2/+2 |
* | uhttpd: update to the latest version, fixes a crash on early cgi/lua process ... | Felix Fietkau | 2013-07-31 | 1 | -2/+2 |
* | base-files: implement -l (--list-backup) sysupgrade parameter to list the fil... | Jo-Philipp Wich | 2013-07-31 | 2 | -1/+15 |
* | broadcom-wl: fix compile error with kernel 3.10 | Hauke Mehrtens | 2013-07-31 | 2 | -2/+49 |
* | brcm47xx: run mtd fixtrx linux every time | Hauke Mehrtens | 2013-07-31 | 1 | -8/+1 |
* | base-files: abort sysupgrade if file specified with --restore-config is not f... | Jo-Philipp Wich | 2013-07-31 | 2 | -2/+7 |
* | ubox: update to git head | Jo-Philipp Wich | 2013-07-31 | 1 | -2/+2 |
* | imx23: add SoC sound support | Zoltan Herpai | 2013-07-31 | 4 | -1/+2931 |
* | gcc: merge a bugfix for a MIPS specific internal compiler error | Felix Fietkau | 2013-07-31 | 2 | -0/+130 |
* | base-files: implement -T (--test) sysupgrade parameter to verify image withou... | Jo-Philipp Wich | 2013-07-30 | 2 | -2/+10 |
* | kernel: update remaning platforms accidentally left out of r37617 | Felix Fietkau | 2013-07-30 | 10 | -10/+10 |
* | mac80211: rt2x00: add missing of.h header | Felix Fietkau | 2013-07-29 | 1 | -1/+9 |
* | kernel: update to linux 3.10.4, refresh patches | Felix Fietkau | 2013-07-29 | 25 | -70/+67 |
* | ath9k: fix several issues in the tx queueing rework | Felix Fietkau | 2013-07-29 | 11 | -107/+225 |
* | lantiq: setup gphy leds on TPlink TDW8970 | John Crispin | 2013-07-29 | 1 | -8/+7 |
* | lantiq: add gphy pinmux definitions | John Crispin | 2013-07-29 | 1 | -0/+88 |
* | lantiq: set sane default for phy leds | John Crispin | 2013-07-29 | 1 | -9/+26 |
* | ramips: fix indenting of spi partitions inside dts files | John Crispin | 2013-07-29 | 12 | -240/+240 |
* | mac80211: rt2x00: fix default register settings for rt5350 | John Crispin | 2013-07-29 | 1 | -33/+38 |
* | mac80211: rt2x00: enable setting wifi led polarity from OF | John Crispin | 2013-07-29 | 1 | -0/+26 |
* | libubox: update to latest version, adds extra sanity checks to blob/blobmsg i... | Felix Fietkau | 2013-07-29 | 1 | -2/+2 |
* | rt2x00: merge fix for queue stopping | Felix Fietkau | 2013-07-29 | 1 | -0/+42 |
* | kernel: add missing config symbols for 3.10 | Felix Fietkau | 2013-07-29 | 1 | -0/+3 |
* | gcc: add a bugfix for an internal compiler error on mips64 | Felix Fietkau | 2013-07-29 | 2 | -0/+32 |
* | build: unify target independent optimization options | Felix Fietkau | 2013-07-29 | 33 | -44/+51 |
* | tools: make padjffs2 depend on findutils | Felix Fietkau | 2013-07-29 | 1 | -0/+1 |
* | kernel: stop patching -funit-at-a-time into CFLAGS, it has no effect on recen... | Felix Fietkau | 2013-07-29 | 5 | -50/+0 |
* | mac80211: add support for verbose builds using V=sc | Felix Fietkau | 2013-07-29 | 1 | -0/+4 |
* | iproute2: update to 3.10.0 | Luka Perkov | 2013-07-28 | 3 | -15/+6 |
* | zlib: update to 1.2.8 | Luka Perkov | 2013-07-28 | 1 | -4/+4 |
* | e2fsprogs: update to 1.42.8 and add e4defrag | Luka Perkov | 2013-07-28 | 4 | -29/+18 |
* | bcm53xx: compile b53 switch driver | Hauke Mehrtens | 2013-07-28 | 1 | -0/+6 |
* | bcm53xx: update patches | Hauke Mehrtens | 2013-07-28 | 16 | -97/+209 |
* | bcm53xx: use clocksource patch as it was committed upstream | Hauke Mehrtens | 2013-07-28 | 1 | -38/+38 |
* | bcm53xx: add initial bgmac patches | Hauke Mehrtens | 2013-07-28 | 4 | -0/+380 |