Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | generic: Add missing config symbol | Jonas Gorski | 2011-08-03 | 2 | -0/+2 |
| | | | | SVN-Revision: 27887 | ||||
* | remove 8*1-usb_serial_endpoint_size.patch | Florian Fainelli | 2011-08-03 | 8 | -204/+0 |
| | | | | | | This is breaking some devices out there such as Winchiphead CH341 adapters (#9601) SVN-Revision: 27885 | ||||
* | refresh 3.0 patches | Florian Fainelli | 2011-08-02 | 2 | -8/+8 |
| | | | | SVN-Revision: 27879 | ||||
* | linux/generic: remove obsolete kernel options from 3.0 | Jonas Gorski | 2011-08-02 | 1 | -62/+1 |
| | | | | | | Also fix one typo. SVN-Revision: 27875 | ||||
* | kernel: Fix firewire for 2.6.37+ | Jonas Gorski | 2011-08-02 | 4 | -32/+0 |
| | | | | | | | | The old ieee1394 stack was removed in 2.6.37. The new firewire stack is available for all kernel versions, but experimental for the older one, so make both available where appropriate. SVN-Revision: 27874 | ||||
* | kernel: enable inotify by default (#8055) | Felix Fietkau | 2011-07-31 | 8 | -11/+11 |
| | | | | SVN-Revision: 27853 | ||||
* | kernel: add a new version of my netfilter speedup patches for linux 2.6.39 ↵ | Felix Fietkau | 2011-07-30 | 8 | -0/+443 |
| | | | | | | and 3.0 SVN-Revision: 27840 | ||||
* | swconfig: Add generic switch identifiers | Jonas Gorski | 2011-07-27 | 4 | -11/+39 |
| | | | | | | | | Also make switches available under a generic name "switch<num>" for device name agnostic access. The old device name is used as an alias for backward compatibility. SVN-Revision: 27800 | ||||
* | x86: add missing config symbols | Hauke Mehrtens | 2011-07-25 | 1 | -0/+5 |
| | | | | | | | | | | This adds some config symbols for kernel 3.0. Thank you realopty for the patch. This is from #9719. SVN-Revision: 27775 | ||||
* | add missing symbols for generic and x86 on 3.0, based on Philip ↵ | Imre Kaloz | 2011-07-24 | 1 | -0/+3 |
| | | | | | | Prindeville's patch SVN-Revision: 27762 | ||||
* | From: George Kashperko <george@znau.edu.ua> Issue map read after Write ↵ | Jo-Philipp Wich | 2011-07-24 | 1 | -0/+18 |
| | | | | | | Buffer Load command to ensure chip is ready to receive data. Signed-off-by: George Kashperko <george@znau.edu.ua> SVN-Revision: 27760 | ||||
* | refresh 501-yaffs_cvs_2009_04_24.patch for Linux 3.0 final | Jo-Philipp Wich | 2011-07-24 | 1 | -4/+4 |
| | | | | SVN-Revision: 27759 | ||||
* | rtl8366_smi: implement a function for detecting whether the attached switch ↵ | Felix Fietkau | 2011-07-24 | 2 | -11/+77 |
| | | | | | | is RTL8366S or RTL8366RB SVN-Revision: 27755 | ||||
* | rtl8366: unify rtl8366s and rtl8366rb platform data | Felix Fietkau | 2011-07-24 | 4 | -33/+14 |
| | | | | SVN-Revision: 27754 | ||||
* | ocf-linux: version bump to 20110720 | Hauke Mehrtens | 2011-07-24 | 51 | -1150/+4476 |
| | | | | | | | | | | | | | | | Fixes problem with TFM allocation in cryptosoft.c Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Hauke: * remove ubsec_ssb package and take it from ocf-linux * use patches from ocf-linux package * refresh all patches * readd some build fixes for OpenWrt. * readd CRYPTO_MANAGER dependency SVN-Revision: 27753 | ||||
* | 3.0 is out | Imre Kaloz | 2011-07-23 | 1 | -9/+0 |
| | | | | SVN-Revision: 27736 | ||||
* | kernel: update bcma and ssb to version master-2011-07-22 from wireless-testing | Hauke Mehrtens | 2011-07-23 | 30 | -609/+22087 |
| | | | | SVN-Revision: 27731 | ||||
* | brcm47xx: update bcma and ssb to master-2011-07-21 | Hauke Mehrtens | 2011-07-22 | 8 | -73/+667 |
| | | | | | | | * add new patches for bcm4716 SoC * add support for serial flash on bcma bus SVN-Revision: 27723 | ||||
* | kernel: update to linux-3.0 and refresh patches. | Hauke Mehrtens | 2011-07-22 | 5 | -8/+10 |
| | | | | | | Thank you Peter Wagner for the patch SVN-Revision: 27722 | ||||
* | kernel: backport and enable tmpfs xattr support for 2.6.39 | Felix Fietkau | 2011-07-19 | 3 | -2/+480 |
| | | | | SVN-Revision: 27691 |