Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ath9k: add support for registering extra leds connected to the wmac gpio lines | Felix Fietkau | 2011-12-14 | 1 | -0/+3 |
| | | | | SVN-Revision: 29530 | ||||
* | generic: disable 'small sector' erase in m25p80 driver | Gabor Juhos | 2011-12-13 | 6 | -0/+126 |
| | | | | | | | | This fixes the issues with the jffs2 images on various boards. Using JFFS2 on devices with 4KiB erase sectors is not safe: http://lists.infradead.org/pipermail/linux-mtd/2011-June/036591.html SVN-Revision: 29521 | ||||
* | kernel: move linux/ath9k_platform.h to generic files so that it can be ↵ | Felix Fietkau | 2011-12-13 | 1 | -0/+37 |
| | | | | | | reused from other targets SVN-Revision: 29516 | ||||
* | linux: update 3.1 to 3.1.4 | Jonas Gorski | 2011-12-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 29470 | ||||
* | linux: update 3.0 to 3.0.12 | Jonas Gorski | 2011-12-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 29469 | ||||
* | targets: fix CONFIG_USB_STORAGE_* inconsistency | Nicolas Thill | 2011-11-25 | 9 | -60/+84 |
| | | | | | | | | | | * all options were switched from bool to tristate in 2.6.30 * add/change/move them to generic, disabled by default * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6 * cleanup ordering SVN-Revision: 29337 | ||||
* | linux: update 3.0 to 3.0.9 | Jonas Gorski | 2011-11-19 | 6 | -14/+14 |
| | | | | SVN-Revision: 29264 | ||||
* | refresh 3.0 patches | Florian Fainelli | 2011-11-13 | 1 | -2/+0 |
| | | | | SVN-Revision: 29043 | ||||
* | refresh 2.6.39 patches | Florian Fainelli | 2011-11-13 | 5 | -34/+17 |
| | | | | SVN-Revision: 29042 | ||||
* | linux: update 3.1 to 3.1.1 | Jonas Gorski | 2011-11-13 | 4 | -6/+6 |
| | | | | SVN-Revision: 29007 | ||||
* | kernel: ar8216: add support for the AR8236 switch | Gabor Juhos | 2011-11-12 | 2 | -4/+87 |
| | | | | SVN-Revision: 28993 | ||||
* | kernel: ar8216: move port vlan setup into a separate function | Gabor Juhos | 2011-11-12 | 1 | -16/+28 |
| | | | | SVN-Revision: 28992 | ||||
* | target: linux: mtd: fix MTDREFRESH to an arbitrary high number | Jonas Gorski | 2011-11-09 | 9 | -9/+9 |
| | | | | | | | | | To make the ioctl number "stable", use an arbitrary high number to prevent conflicts with new mtd ioctls that would push MTDREFRESH's number. Also make mtd use the in-kernel mtd headers. SVN-Revision: 28893 | ||||
* | kernel: add a top level menuconfig option for enabling lockdep | Felix Fietkau | 2011-11-08 | 9 | -0/+19 |
| | | | | SVN-Revision: 28848 | ||||
* | update arm mach-types | Imre Kaloz | 2011-11-07 | 1 | -6/+253 |
| | | | | SVN-Revision: 28813 | ||||
* | kernel: swconfig: add a missing unlock in error path | Gabor Juhos | 2011-11-04 | 1 | -1/+3 |
| | | | | SVN-Revision: 28753 | ||||
* | kernel: merge regression fixes for the netfilter patches to the 3.1 kernel ↵ | Felix Fietkau | 2011-11-03 | 3 | -9/+12 |
| | | | | | | patches (patch by tripolar) SVN-Revision: 28734 | ||||
* | target: remove CONFIG_IDE_PROC_FS support as well | Jo-Philipp Wich | 2011-10-25 | 9 | -9/+9 |
| | | | | SVN-Revision: 28586 | ||||
* | target: globally disable BSD process accounting | Jo-Philipp Wich | 2011-10-25 | 9 | -9/+9 |
| | | | | SVN-Revision: 28584 | ||||
* | linux: generic: refresh patches for 3.1-rc10 | Jonas Gorski | 2011-10-20 | 11 | -22/+22 |
| | | | | | | Hopefully the last one and identical to final. SVN-Revision: 28492 | ||||
* | ar8216: use mdiobus_{read,write} to ensure proper locking | Jonas Gorski | 2011-10-11 | 1 | -17/+17 |
| | | | | SVN-Revision: 28421 | ||||
* | add IDs for Huawai K3770, K3771, K4510 and K4511 to option driver | Jo-Philipp Wich | 2011-10-06 | 7 | -23/+143 |
| | | | | SVN-Revision: 28376 | ||||
* | Was specifying input-polled-keys and not input-keys-polled as the module ↵ | Daniel Dickinson | 2011-10-03 | 1 | -1/+1 |
| | | | | | | name. Philip Prindeville - 2011-10-03 03:58:17 SVN-Revision: 28357 | ||||
* | linux/generic: commit an upstream kernel 3.0 patch (fixes busubox-1.19.2 ↵ | Alexandros C. Couloumbis | 2011-09-23 | 1 | -0/+33 |
| | | | | | | build failure) SVN-Revision: 28293 | ||||
* | generic: jumbo frames support for rtl8366s | Gabor Juhos | 2011-09-21 | 1 | -0/+51 |
| | | | | | | | | | | | | | | This patch adds the option to enable jumbo frames on the rtl8366s switch. This is almost exactly the same as the first patch at https://dev.openwrt.org/ticket/7977 and it has been requested in a comment there. I have tested this and it successfully allows devices on the switch using jumbo frames to communicate. Signed-off-by: Ash Hughes <ashley.hughes@blueyonder.co.uk> SVN-Revision: 28267 | ||||
* | refresh patches | Imre Kaloz | 2011-09-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 28163 | ||||
* | add missing symbols | Imre Kaloz | 2011-09-04 | 1 | -0/+6 |
| | | | | SVN-Revision: 28162 | ||||
* | update alix2 platform driver | Florian Fainelli | 2011-08-25 | 2 | -0/+608 |
| | | | | | | | | | Add support for Ed Wildgoose's alix platform driver plus my enhancement to add GPIO soft button support. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 28081 | ||||
* | kernel: add two missing config symbols for 3.1 | Jonas Gorski | 2011-08-24 | 1 | -0/+2 |
| | | | | SVN-Revision: 28080 | ||||
* | kernel: update to version 3.0.3 | Hauke Mehrtens | 2011-08-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 28043 | ||||
* | kernel: update kernel to version 2.6.39.4 | Hauke Mehrtens | 2011-08-16 | 2 | -4/+4 |
| | | | | SVN-Revision: 28022 | ||||
* | kernel: generic: refresh patches for 3.1-rc2 | Jonas Gorski | 2011-08-16 | 4 | -14/+5 |
| | | | | SVN-Revision: 28021 | ||||
* | generic: ar8216: add support for get link status | Gabor Juhos | 2011-08-15 | 1 | -0/+62 |
| | | | | SVN-Revision: 27989 | ||||
* | kernel: disable cfi cmdset 0002 erase suspend | Felix Fietkau | 2011-08-15 | 3 | -0/+33 |
| | | | | | | | | | | on some platforms, erase suspend leads to data corruption and lockups when write ops collide with erase ops. this has been observed on the buffalo wzr-hp-g300nh. rather than play whack-a-mole with a hard to reproduce issue on a variety of devices, simply disable erase suspend, as it will usually not produce any useful gain on the small filesystems used on embedded hardware. SVN-Revision: 27984 | ||||
* | initramfs: allow preinit to enable switching from initramfs to tmpfs to ↵ | Felix Fietkau | 2011-08-11 | 1 | -0/+13 |
| | | | | | | allow overlayfs to be mounted on top of it SVN-Revision: 27960 | ||||
* | add more missing touchscren symbols (3.0+) | Florian Fainelli | 2011-08-11 | 3 | -0/+3 |
| | | | | SVN-Revision: 27956 | ||||
* | kernel: revert r27953 | Hauke Mehrtens | 2011-08-11 | 1 | -0/+10 |
| | | | | | | KanjiMonster did the right patch, I was just confused because of linux-3.0 and linux-2.6.30 SVN-Revision: 27954 | ||||
* | kernel: fix ocf patch for kernel 2.6.30 | Hauke Mehrtens | 2011-08-11 | 1 | -10/+0 |
| | | | | | | find_task_by_vpid is already exported by the kernel without any patches needed. SVN-Revision: 27953 | ||||
* | kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCF | Jonas Gorski | 2011-08-11 | 1 | -10/+0 |
| | | | | | | find_task_by_vpid is already exported, thus breaking builds. SVN-Revision: 27952 | ||||
* | add ignore_oc in struct ehci_hcd | Florian Fainelli | 2011-08-10 | 5 | -8/+131 |
| | | | | SVN-Revision: 27945 | ||||
* | add CONFIG_EARLY_PRINTK | Florian Fainelli | 2011-08-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 27942 | ||||
* | linux: generic: add support for 3.1-rc1 | Jonas Gorski | 2011-08-09 | 115 | -0/+66018 |
| | | | | SVN-Revision: 27940 | ||||
* | kernel: fix another typo in the netfilter optimization patches | Felix Fietkau | 2011-08-07 | 2 | -2/+2 |
| | | | | SVN-Revision: 27927 | ||||
* | kernel: add missing option | Hauke Mehrtens | 2011-08-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 27925 | ||||
* | kernel: add missing checks in the netfilter optimization patch which broke ↵ | Felix Fietkau | 2011-08-06 | 4 | -19/+25 |
| | | | | | | some rules containing only source/destination address checks SVN-Revision: 27923 | ||||
* | kernel: add some missing config options | Hauke Mehrtens | 2011-08-06 | 8 | -0/+17 |
| | | | | | | These options where found by buildbot SVN-Revision: 27920 | ||||
* | kernel: update to kernel version 3.0.1 | Hauke Mehrtens | 2011-08-06 | 3 | -4/+4 |
| | | | | SVN-Revision: 27918 | ||||
* | add more missing config symbols | Florian Fainelli | 2011-08-05 | 1 | -0/+3 |
| | | | | SVN-Revision: 27911 | ||||
* | add 101-perf_arm_uclibc.patch to 3.0 patches | Florian Fainelli | 2011-08-05 | 1 | -0/+13 |
| | | | | SVN-Revision: 27909 | ||||
* | add missing config symbol | Florian Fainelli | 2011-08-05 | 1 | -1/+2 |
| | | | | SVN-Revision: 27908 |