aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: add get_mac_revision to ath9k_platform_dataGabor Juhos2011-06-011-0/+1
| | | | SVN-Revision: 27080
* ar71xx: export SoC revisionGabor Juhos2011-06-012-0/+6
| | | | SVN-Revision: 27079
* refresh patchesImre Kaloz2011-06-012-3/+3
| | | | SVN-Revision: 27078
* fixup second led, patch from ChrisImre Kaloz2011-06-011-2/+3
| | | | SVN-Revision: 27077
* ar71xx: add profile and image building code for wzr-hp-ag300hFelix Fietkau2011-06-012-0/+17
| | | | SVN-Revision: 27076
* ar71xx: add kernel support for the buffalo wzr-hp-ag300hFelix Fietkau2011-06-015-0/+245
| | | | SVN-Revision: 27075
* fix a crash in mtd_concat when the .sync op is not implementedFelix Fietkau2011-06-013-0/+36
| | | | SVN-Revision: 27074
* m25p80: add the chip id for the winbond w25q128 chipFelix Fietkau2011-06-013-0/+30
| | | | SVN-Revision: 27073
* fixup pcie clock, thanks ChrisImre Kaloz2011-05-311-0/+11
| | | | SVN-Revision: 27072
* ar71xx: build images for the AP121 boardsGabor Juhos2011-05-311-0/+36
| | | | SVN-Revision: 27070
* ar71xx: add sysupgrade support for the AP121 boardsGabor Juhos2011-05-311-0/+7
| | | | SVN-Revision: 27069
* ar71xx: add default network config for the AP121 boardsGabor Juhos2011-05-313-0/+54
| | | | SVN-Revision: 27068
* ar71xx: add support for the AP121/AP121-MINI reference boardsGabor Juhos2011-05-316-3/+263
| | | | SVN-Revision: 27067
* ar71xx: register UART for the AR933X SoCsGabor Juhos2011-05-311-3/+33
| | | | SVN-Revision: 27066
* ar71xx: add serial driver for the AR933X UARTGabor Juhos2011-05-314-0/+1361
| | | | SVN-Revision: 27065
* ar71xx: add WMAC initialization code for the AR933X SoCsGabor Juhos2011-05-312-0/+16
| | | | SVN-Revision: 27064
* ar71xx: add ethernet initialization for the AR933X SoCsGabor Juhos2011-05-312-0/+64
| | | | SVN-Revision: 27063
* ar71xx: enable USB support for the AR933x SoCsGabor Juhos2011-05-311-0/+2
| | | | SVN-Revision: 27062
* ar71xx: add AR933x specific glue for ar71xx_device{start,stop}Gabor Juhos2011-05-312-0/+24
| | | | SVN-Revision: 27061
* ar71xx: the watchdog uses the reference clock on the AR933x SoCsGabor Juhos2011-05-311-2/+12
| | | | SVN-Revision: 27060
* ar71xx: add AR933x specific glue code for IRQ initializationGabor Juhos2011-05-312-2/+21
| | | | SVN-Revision: 27059
* ar71xx: don't register 8250 UART on the AR933x SoCsGabor Juhos2011-05-311-1/+6
| | | | SVN-Revision: 27058
* ar71xx: enable GPIO support for the AR933x SoCsGabor Juhos2011-05-312-2/+9
| | | | SVN-Revision: 27057
* ar71xx: add AR933x specific frequency initialization codeGabor Juhos2011-05-312-0/+76
| | | | SVN-Revision: 27056
* ar71xx: add AR933x specific early_printk supportGabor Juhos2011-05-312-5/+62
| | | | SVN-Revision: 27055
* ar71xx: add preliminary support for the Atheros AR933x SoCsGabor Juhos2011-05-315-4/+22
| | | | SVN-Revision: 27054
* ar71xx: stop producing -NA factory images and tag factory images with hd_id ↵Gabor Juhos2011-05-311-20/+19
| | | | | | | | | | | | | | | | | | | | | | for WNDR3700v2 NETGEAR doesn’t produce a distinct North American image for WNDR3700v2, they use the same image worldwide. This is a change from earlier models such as WNDR3700 (v1). NETGEAR's v2 images now contain an "hd_id" parameter, as well. All observed WNDR3700v2, WNDR3800, and WNDRMAC images use 29763654+16+64 as their hd_id value. This patch changes the OpenWrt WNDR3700v2 "factory" image generation to stop producing the extraneous -NA version and to tag the image with the same hd_id used in NETGEAR's images. There is no change to WNDR3700 (v1) image generation, as NETGEAR continues to produce distinct -NA and worldwide images, neither of which are tagged with hd_id. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 27053
* ar71xx: create factory images for the WZR-HP-G30{0,1}NH boardsGabor Juhos2011-05-311-2/+9
| | | | SVN-Revision: 27051
* ar71xx: Fix header offset for newer WRT160NL modelsGabor Juhos2011-05-311-9/+16
| | | | | | | | | | | | Newer WRT160NLs have a flash chip with 4K erase blocks instead of 64K, resulting in miscalculated partition sizes. Since the actual sizes did not change, hardcode them to their current sizes, and make sure they are at least one erase block big (in case Cisco decides to start to use chips with 128K erase blocks). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27049
* ar71xx: add SOC_AR{71XX,724X,913X,934X} config symbolsGabor Juhos2011-05-313-1/+63
| | | | SVN-Revision: 27048
* ar71xx: reduce the size of the squashfs-4k binariesGabor Juhos2011-05-311-2/+1
| | | | SVN-Revision: 27047
* ar71xx: initialize is_clk_25mhz field for AR9340 WMACGabor Juhos2011-05-311-0/+4
| | | | SVN-Revision: 27045
* ar71xx: sync ath9k_platform_data.h with compat-wirelessGabor Juhos2011-05-311-0/+2
| | | | SVN-Revision: 27044
* ar71xx: use the diag LED for diagnostic on the WZR-HP-G30XNH boardsGabor Juhos2011-05-311-1/+1
| | | | SVN-Revision: 27043
* ar71xx: fix uci-defaults script for the WZR-HP-G30XNH boardsGabor Juhos2011-05-311-2/+2
| | | | SVN-Revision: 27042
* ar71xx: ag71xx: make ring sizes configurable via ethtoolGabor Juhos2011-05-312-0/+56
| | | | SVN-Revision: 27041
* ar71xx: ag71xx: prepare to make ring sizes configurableGabor Juhos2011-05-313-35/+32
| | | | SVN-Revision: 27040
* ar71xx: ag71xx: nuke unused AG71XX_TX_FIFO_LEN defineGabor Juhos2011-05-311-1/+0
| | | | | | Reported-by: Dave Täht <dave.taht@gmail.com> SVN-Revision: 27039
* x86: add additional companion chip drivers to alix2 and geosFelix Fietkau2011-05-312-5/+9
| | | | | | | | | | | | Add the MFGPT high precision timers, and integration into the schedule (clock events). Use OHCI, not UHCI usb module. Remove VIA SATA driver from Alix2... that was accidentally cloned from net5501 platform. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27038
* x86: remove pata-amd driver from generic x86 images, add addition cs553x modulesFelix Fietkau2011-05-314-1/+6
| | | | | | | | | | The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration. Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 27037
* purge out CONFIG_CRYPTO* symbols out of target specific kernel configs since ↵Mirko Vogt2011-05-316-10/+0
| | | | | | OpenWrt is taking care of them SVN-Revision: 27036
* ar71xx: only enable the rx engine after the link is up, fixes a race ↵Felix Fietkau2011-05-301-67/+68
| | | | | | condition that got rx stuck when the interface is brought up during lots of inbound traffic (thx, matteo) SVN-Revision: 27035
* ar71xx: disable flow control for ar724x, it can get stuck in a loop of ↵Felix Fietkau2011-05-301-5/+1
| | | | | | continously sending MAC pause frames SVN-Revision: 27034
* upgrade to 2.6.39Imre Kaloz2011-05-3015-95/+27126
| | | | SVN-Revision: 27030
* * backport 2.6.8 patches to .39 / .32.33John Crispin2011-05-29115-14453/+53827
| | | | | | | | | * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support SVN-Revision: 27026
* bcm63xx: Add support for 2.6.39Florian Fainelli2011-05-2738-0/+4717
| | | | | | | | Add support for Kernel 2.6.39. Boots fine on a BCM6358. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27019
* bcm63xx: Add support for 2.6.38Florian Fainelli2011-05-2738-0/+4725
| | | | | | | | Add support for Kernel 2.6.38, based on 2.6.38.6. Boots fine on a BCM6358. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27018
* fold 446-board-D4PW_correction.patch in 440-board-D4PW.patchFlorian Fainelli2011-05-267-98/+34
| | | | SVN-Revision: 27014
* renumber patches accordinglyFlorian Fainelli2011-05-2625-64/+60
| | | | SVN-Revision: 27013
* renumber board patchesFlorian Fainelli2011-05-2612-20/+20
| | | | SVN-Revision: 27012