summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* brcm47xx: improve suppressing printing if a module was found in preinit ↵Hauke Mehrtens2012-12-141-1/+1
| | | | | | | | function. Thank you Bastian Bittorf SVN-Revision: 34680
* generic: export include/linux/switch.h on 3.3, 3.6Gabor Juhos2012-12-142-0/+20
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34678
* generic: disintegrate UAPI from include/linux/switch.hGabor Juhos2012-12-145-81/+308
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34677
* generic: refresh patchesGabor Juhos2012-12-146-30/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34676
* generic: update pci_disable_usb_common_quirks patchGabor Juhos2012-12-142-18/+7
| | | | | | | | | Fixes the following compiler warning: drivers/usb/host/pci-quirks.c:459:23: warning: 'quirk_usb_handoff_uhci' defined but not used [-Wunused-function] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34675
* ar71xx: reorder some patchesGabor Juhos2012-12-146-26/+26
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34674
* ar71xx: merge unifi outdoor patch into the ubnt-xm oneGabor Juhos2012-12-146-138/+96
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34673
* brcm47xx: Additional BCM4716 supportHauke Mehrtens2012-12-132-0/+8
| | | | | | | | Additional BCM4716 support. Still needs working ethernet driver. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34672
* brcm47xx: BCMA - Broadcom 2011 SDK UpdatesHauke Mehrtens2012-12-131-0/+50
| | | | | | | | | | I noticed these changes when reviewing the 2011 Broadcom SDK. I haven't noticed any obvious changes in behavior with them applied; but thought I should at least pass them on. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34670
* brcm47xx: return the real irq number in bcma_core_irqHauke Mehrtens2012-12-131-0/+87
| | | | | | | | | | The irq signal numbers that are send by the cpu are increased by 2 from the number programmed into the mips core by bcma. Return the irq number on which the irqs are send in bcma_core_irq() now. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34669
* kernel: fix solos-pci skb double-free in DMA modeGabor Juhos2012-12-133-0/+99
| | | | | | | | | [juhosg: refresh the patches with quilt] Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34667
* kernel: fix perf build with uclibc toolchains on x86Florian Fainelli2012-12-133-0/+96
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34666
* kernel/3.6: backport an upstream build for perf with uClibcFlorian Fainelli2012-12-131-0/+40
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34662
* kernel: fix porting mistakes on the 3.6+ SIP NAT patch causing crashesFelix Fietkau2012-12-132-46/+20
| | | | SVN-Revision: 34657
* brcm47xx: this usb patch is not needed, the Broadcom SDK does it the other way.Hauke Mehrtens2012-12-131-11/+0
| | | | SVN-Revision: 34655
* brcm47xx: use kernel 3.6.10 by default nowHauke Mehrtens2012-12-131-1/+1
| | | | SVN-Revision: 34654
* brcm47xx: suppress printing if a module was found in preinit function.Hauke Mehrtens2012-12-131-1/+1
| | | | SVN-Revision: 34653
* kernel: in kernel 3.6.8 and later tg3 depends on hwmon.koHauke Mehrtens2012-12-131-0/+1
| | | | SVN-Revision: 34652
* kernel: update bcma and ssb to master-2012-12-11-2 from wireless-testingHauke Mehrtens2012-12-1245-1111/+3588
| | | | SVN-Revision: 34651
* ar71xx: add profile and build initramfs image for the WNDR4300Gabor Juhos2012-12-122-1/+21
| | | | | | | | | It is not yet possible to use the default squasfsh/jffs2 images on NAND flashes, so only initramfs image is supported for now. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34650
* ar71xx: add user-space support for the NETGEAR WNDR4300Gabor Juhos2012-12-125-0/+70
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34649
* ar71xx: add kernel support for the NETGEAR WNDR4300Gabor Juhos2012-12-125-0/+264
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34647
* ar71xx: add ap91_pci_init_simple helperGabor Juhos2012-12-122-0/+8
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34646
* ar71xx: add ath79_wmac_register_simple helperGabor Juhos2012-12-126-8/+50
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34645
* ar71xx: refresh 3.3 patchesGabor Juhos2012-12-122-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34644
* ar71xx: remove superfluous USB patches for 3.3Gabor Juhos2012-12-123-609/+0
| | | | SVN-Revision: 34643
* generic: fix 8139cp patch for 3.6Gabor Juhos2012-12-121-1/+19
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34640
* kernel: update linux 3.6 to 3.6.10Gabor Juhos2012-12-1112-40/+12
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34639
* kernel: update to 3.7 finalFlorian Fainelli2012-12-111-39/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34626
* switch to 3.6 kernelFlorian Fainelli2012-12-101-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34623
* add 3.6 kernel supportFlorian Fainelli2012-12-104-0/+1516
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34622
* add sound featureFlorian Fainelli2012-12-101-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34621
* generic: backport a fix for the input keymap-matrix moduleFlorian Fainelli2012-12-102-0/+78
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34620
* keyboard driver depends on input-matrixkmap for 3.6+Florian Fainelli2012-12-101-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34619
* generic: backport an upstream fix for building snd-soc-pcm as a moduleFlorian Fainelli2012-12-101-0/+34
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34617
* also list kmod-sound-core in the default packagesFlorian Fainelli2012-12-101-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34615
* mac80211: ath9k: allow to load EEPROM data via firmware APIGabor Juhos2012-12-101-0/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34606
* generic/kernel: add a fix for a common MIPS build failure.Florian Fainelli2012-12-101-0/+46
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34602
* kernel/generic: refresh 3.7 patchesFlorian Fainelli2012-12-104-21/+19
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34601
* kernel/generic: port r34599 over 3.7 kernelFlorian Fainelli2012-12-101-6/+18
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34600
* kernel/generic: fix build failure on missing uhci symbolFlorian Fainelli2012-12-101-6/+18
| | | | | | | | | linux-3.6.8/drivers/usb/host/pci-quirks.c:471: undefined reference to `uhci_check_and_reset_hc' Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34599
* add support for Hauppauge BroadwayJohn Crispin2012-12-1014-1/+150
| | | | | | | | | | | This patch introduces OpenWRT support for the base Hauppauge/PCTV Broadway platform. It doesn't deal with the TV tuner or transcoder at this point, but the core functionality is working (Ethernet, wireless, USB, buttons, LEDs, etc). Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> SVN-Revision: 34595
* ar71xx: load ar934x_nfc driver earlierGabor Juhos2012-12-101-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34589
* ar71xx: ar934x_nfc: allow to control DMA data swap via platform dataGabor Juhos2012-12-106-12/+48
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34588
* kernel: update linux 3.6 to 3.6.9Gabor Juhos2012-12-089-19/+17
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34578
* ar71xx: TP-LINK also has a family TL-WDRGabor Juhos2012-12-071-1/+1
| | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34577
* ar71xx: add profile and build image for TP-LINK TL-WA801N/NDGabor Juhos2012-12-072-0/+12
| | | | | | | Patch-by: Amir Sagie <openwrt-devel@taproot.org.il> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34576
* create Linksys WRTU54G-TM profileFlorian Fainelli2012-12-072-2/+17
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34572
* kernel: add missing USB configuration symbols after r34501Florian Fainelli2012-12-0712-0/+21
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34568
* rename interrupt number constantsFlorian Fainelli2012-12-063-22/+22
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34566