Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | advertise jffs2 feature | Florian Fainelli | 2012-10-03 | 1 | -1/+1 | |
| | | | | SVN-Revision: 33607 | |||||
* | remove broken flag | Florian Fainelli | 2012-10-03 | 1 | -1/+1 | |
| | | | | SVN-Revision: 33606 | |||||
* | fix build with latest gpiolib changes | Florian Fainelli | 2012-10-03 | 3 | -36/+43 | |
| | | | | SVN-Revision: 33605 | |||||
* | more convertions to {read,write}_relaxed I/O accessors | Florian Fainelli | 2012-10-03 | 3 | -7/+7 | |
| | | | | SVN-Revision: 33604 | |||||
* | cns3xxx: add missing kernel config symbol | Felix Fietkau | 2012-09-30 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33603 | |||||
* | refresh patches | Hauke Mehrtens | 2012-09-30 | 1 | -2/+2 | |
| | | | | SVN-Revision: 33602 | |||||
* | bcma: use fallback sprom if sprom on card was not valid | Hauke Mehrtens | 2012-09-30 | 1 | -0/+15 | |
| | | | | | | | | Sometimes the PCIe card indicates that it has a sprom somewhere and we are able to read the memory region, but it is empty and not valid. In these cases we should try to use the fallback sprom as a last chance. SVN-Revision: 33601 | |||||
* | bcma: initialize sprom earlier | Hauke Mehrtens | 2012-09-30 | 3 | -4/+222 | |
| | | | | | | | | | The chip common and the PCIe code are accessing the sprom struct which is not filled when these cores are initialized. Fix this by adding an early initialize and fill the sprom struct before accessing it in other code. SVN-Revision: 33600 | |||||
* | run make kernel_oldconfig | Hauke Mehrtens | 2012-09-30 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33599 | |||||
* | ignore the last page on bcma based SoCs | Hauke Mehrtens | 2012-09-30 | 1 | -0/+33 | |
| | | | | SVN-Revision: 33598 | |||||
* | Fix reading sprom from nvram without a prefix | Hauke Mehrtens | 2012-09-30 | 5 | -2/+1189 | |
| | | | | | | | | | | The bcma based SoCs with a ieee80211 core on the SoC and an other connected via PCIe or USB store the sprom for the SoC with a sb/1/ prefix. The SoC with just one wifi core do not use prefixes. The BCM4706 do not use a prefix for the SoC part at all, because the prefix is the path to the ieee80211 core and there is non on the BCM4706. SVN-Revision: 33597 | |||||
* | improve the check for the memory size | Hauke Mehrtens | 2012-09-30 | 1 | -0/+42 | |
| | | | | | | This will hopefully fix bug #9360 and #9097 in trunk. SVN-Revision: 33596 | |||||
* | netifd: update to latest version, should fix clearing ipv6 routes on ↵ | Felix Fietkau | 2012-09-28 | 1 | -2/+2 | |
| | | | | | | interface bringup (#12184) SVN-Revision: 33595 | |||||
* | remove dependency for pkill | John Crispin | 2012-09-28 | 2 | -2/+2 | |
| | | | | SVN-Revision: 33594 | |||||
* | dont explicitly select wireless-tools. rely on the drivers that need them to ↵ | John Crispin | 2012-09-28 | 11 | -11/+11 | |
| | | | | | | have the right dependency SVN-Revision: 33593 | |||||
* | add support for adm6996 phy | John Crispin | 2012-09-28 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33592 | |||||
* | tapi was not registeredproperly for most arcadyan boards | John Crispin | 2012-09-28 | 1 | -0/+8 | |
| | | | | SVN-Revision: 33591 | |||||
* | AR71xx/9xxx based routers are the most common these days, select that as the ↵ | Imre Kaloz | 2012-09-28 | 1 | -1/+1 | |
| | | | | | | default target SVN-Revision: 33590 | |||||
* | mac80211: add uci support for configuring antenna gain | Felix Fietkau | 2012-09-28 | 2 | -1/+3 | |
| | | | | SVN-Revision: 33587 | |||||
* | iw: update to 3.6 and add support for configuring antenna gain | Felix Fietkau | 2012-09-28 | 6 | -269/+124 | |
| | | | | SVN-Revision: 33586 | |||||
* | mac80211: fix antenna gain and add support for user-defined antenna gain ↵ | Felix Fietkau | 2012-09-28 | 4 | -3/+228 | |
| | | | | | | configuration SVN-Revision: 33585 | |||||
* | mac80211: rework the current tx power display patch | Felix Fietkau | 2012-09-28 | 3 | -14/+13 | |
| | | | | SVN-Revision: 33584 | |||||
* | mac80211: fix beacon IE power constraint handling | Felix Fietkau | 2012-09-28 | 15 | -23/+191 | |
| | | | | SVN-Revision: 33583 | |||||
* | build: turn on package parallel builds by default and fix descriptions. | Felix Fietkau | 2012-09-28 | 1 | -15/+12 | |
| | | | | | | By default, this is only used when building with make -j. SVN-Revision: 33582 | |||||
* | Add FIQ support for cns3xxx | Imre Kaloz | 2012-09-28 | 2 | -1/+430 | |
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33581 | |||||
* | Update board support for Gateworks Laguna Product family | Imre Kaloz | 2012-09-28 | 1 | -8/+162 | |
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33580 | |||||
* | USB iso mode fixes | Imre Kaloz | 2012-09-28 | 1 | -129/+234 | |
| | | | | | | | | | Resolves an issue where isochronouse USB would cause the driver to hang as well as scheduling issues. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33579 | |||||
* | cmake: update to version 2.8.9 | Felix Fietkau | 2012-09-28 | 1 | -3/+6 | |
| | | | | SVN-Revision: 33576 | |||||
* | ar71xx: avoid possible NULL pointer dereference in ath79_init_{,local}_mac | Gabor Juhos | 2012-09-27 | 1 | -2/+8 | |
| | | | | SVN-Revision: 33575 | |||||
* | generic: enable CONFIG_USB_EHCI_TT_NEWSCHED | Gabor Juhos | 2012-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | This feature was experimental in old kernels but that flag has been removed in 2.6.36. Additionally, the option is enabled by default since then. See: http://www.spinics.net/lists/linux-usb/msg31993.html SVN-Revision: 33574 | |||||
* | 6to4: properly setup Base6to4Interface (#12251) | Jo-Philipp Wich | 2012-09-27 | 2 | -5/+10 | |
| | | | | SVN-Revision: 33573 | |||||
* | ath5k: add a spur mitigation fix | Felix Fietkau | 2012-09-27 | 1 | -9/+25 | |
| | | | | SVN-Revision: 33572 | |||||
* | ramips: add memory detection code for RT5350 | Gabor Juhos | 2012-09-27 | 2 | -1/+44 | |
| | | | | SVN-Revision: 33571 | |||||
* | ramips: allow to use custom code for memory size detection | Gabor Juhos | 2012-09-27 | 2 | -6/+13 | |
| | | | | SVN-Revision: 33570 | |||||
* | include sys/resource.h in arch/um/os-Linux/start_up.c (#12155) | Florian Fainelli | 2012-09-27 | 1 | -0/+10 | |
| | | | | | | Required for recent (e)glibc systems SVN-Revision: 33569 | |||||
* | fix ncores for single-core systems. | Imre Kaloz | 2012-09-27 | 1 | -0/+109 | |
| | | | | | | | | | For cns3xxx SCU_CONFIGURATION always shows multipe cores but SCU_CPU_STATUS shows which ones are active. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33566 | |||||
* | add i2c retries | Imre Kaloz | 2012-09-27 | 1 | -0/+72 | |
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33565 | |||||
* | fix pcie abort handling | Imre Kaloz | 2012-09-27 | 1 | -0/+128 | |
| | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 33564 | |||||
* | remove kmod-spi-bitbang | Florian Fainelli | 2012-09-26 | 2 | -2/+2 | |
| | | | | | | This is no longer a dependency of kmod-spi-bcm63xx SVN-Revision: 33562 | |||||
* | generic: add upstream commit id to codel patches and refresh those | Gabor Juhos | 2012-09-26 | 8 | -34/+37 | |
| | | | | SVN-Revision: 33560 | |||||
* | backport the upstream entropy changes (#11951) | Florian Fainelli | 2012-09-26 | 3 | -8/+1334 | |
| | | | | SVN-Revision: 33559 | |||||
* | get rid of the IRQF_SAMPLE_RANDOM flag | Florian Fainelli | 2012-09-26 | 5 | -7/+7 | |
| | | | | SVN-Revision: 33558 | |||||
* | mac80211: refresh patches | Florian Fainelli | 2012-09-26 | 14 | -30/+30 | |
| | | | | SVN-Revision: 33557 | |||||
* | add wmbus-repeater to the dLAN USB Extender profile | Florian Fainelli | 2012-09-25 | 1 | -1/+2 | |
| | | | | SVN-Revision: 33556 | |||||
* | enable multicast and advanced ip routers configs | Florian Fainelli | 2012-09-25 | 1 | -2/+0 | |
| | | | | SVN-Revision: 33555 | |||||
* | add kmod-usb-serial-ftdi to the dLAN USB Extender profile | Florian Fainelli | 2012-09-25 | 1 | -1/+1 | |
| | | | | SVN-Revision: 33554 | |||||
* | mac80211: avoid sending useless delBA frames on client disassoc | Felix Fietkau | 2012-09-25 | 1 | -0/+31 | |
| | | | | SVN-Revision: 33551 | |||||
* | ath9k: fix rx filtering for older chipsets, helps with multi-bssid and mesh mode | Felix Fietkau | 2012-09-25 | 1 | -0/+13 | |
| | | | | SVN-Revision: 33550 | |||||
* | make uci-defaults switch detection work on rt5350 | John Crispin | 2012-09-25 | 1 | -1/+1 | |
| | | | | SVN-Revision: 33549 | |||||
* | add ethernet support for rt5350 | John Crispin | 2012-09-25 | 2 | -18/+106 | |
| | | | | SVN-Revision: 33548 |