summaryrefslogtreecommitdiff
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update linux 3.2 to 3.2.9Gabor Juhos2012-03-0115-112/+18
| | | | SVN-Revision: 30767
* brcm47xx: use kernel 3.2 by defaultHauke Mehrtens2012-02-281-1/+1
| | | | SVN-Revision: 30751
* revert unrelated change in previous commitJo-Philipp Wich2012-02-271-1/+0
| | | | SVN-Revision: 30738
* partly revert r30708, it breaks various archesJo-Philipp Wich2012-02-275-0/+5
| | | | SVN-Revision: 30737
* ramips: don't read RAMIPS_RX_CALC_IDX0 register in the loopGabor Juhos2012-02-261-1/+3
| | | | SVN-Revision: 30733
* ramips: raeth: add rx_info structureGabor Juhos2012-02-262-24/+57
| | | | | | | | | | | | | This helps to reduce code size on RX path: add/remove: 0/0 grow/shrink: 3/1 up/down: 68/-56 (12) function old new delta ramips_eth_open 1104 1144 +40 ramips_ring_free 212 232 +20 ramips_eth_stop 400 408 +8 ramips_eth_rx_hw 648 592 -56 SVN-Revision: 30732
* ramips: raeth: add tx_info structureGabor Juhos2012-02-262-19/+55
| | | | | | | | | | | | | | This helps to reduce code size on TX path: add/remove: 0/0 grow/shrink: 1/4 up/down: 56/-92 (-36) function old new delta ramips_eth_open 1048 1104 +56 ramips_eth_tx_housekeeping 156 148 -8 ramips_ring_free 224 212 -12 ramips_eth_stop 420 400 -20 ramips_eth_hard_start_xmit 480 428 -52 SVN-Revision: 30731
* ixp4xx: fix a compile errorFelix Fietkau2012-02-251-0/+11
| | | | SVN-Revision: 30728
* add some missing 2.6.39 kernel symbols observed on x86/generic buildsJo-Philipp Wich2012-02-251-0/+4
| | | | SVN-Revision: 30718
* enable RTC_CLASS for Linux 3.2 and 3.3Jo-Philipp Wich2012-02-252-0/+2
| | | | SVN-Revision: 30717
* ramips: raeth: don't process disabled interruptsGabor Juhos2012-02-251-5/+11
| | | | | | Also rename the 'fe_int' variable. SVN-Revision: 30713
* ar71xx: use v6.0.0 in UBTN-XM firmwares (closes #11038)Gabor Juhos2012-02-241-1/+1
| | | | SVN-Revision: 30712
* ramips: fix FONERA20N image generationGabor Juhos2012-02-241-4/+6
| | | | SVN-Revision: 30710
* config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORMJo-Philipp Wich2012-02-248-6/+2
| | | | | | | | | | | | CONFIG_LEDS_GPIO_PLATFORM went away a while ago. http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=2bcc7ed5b83b0a59c6976476e8788675038fb11b Also, most platforms comment out CONFIG_LEDS_GPIO but not x86 for some reason. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30708
* ramips: image: increase minimum kernel partition size to 896kGabor Juhos2012-02-231-13/+13
| | | | SVN-Revision: 30706
* ramips: image: cleanup and sort templates/profilesGabor Juhos2012-02-231-173/+167
| | | | SVN-Revision: 30705
* ramips: image: use GENERIC_4M template for the ALL0256N boardGabor Juhos2012-02-231-5/+1
| | | | SVN-Revision: 30704
* ramips: image: introduce mkmtd/{,phys,spi} helpersGabor Juhos2012-02-231-45/+58
| | | | SVN-Revision: 30703
* ramips: image: pass mtdlayout variables by valueGabor Juhos2012-02-231-29/+29
| | | | SVN-Revision: 30702
* ramips: image: merge F5D8235V{1,2} templatesGabor Juhos2012-02-231-7/+3
| | | | SVN-Revision: 30701
* ramips: image: use generic template for the WR6202, OMNIEMB, W502U boardsGabor Juhos2012-02-231-20/+3
| | | | SVN-Revision: 30700
* ramips: image: introduce mkcmdline helperGabor Juhos2012-02-231-22/+26
| | | | SVN-Revision: 30699
* ramips: image: use the GENERIC_4M template for the V11ST-FE boardGabor Juhos2012-02-231-6/+1
| | | | SVN-Revision: 30698
* ramips: image: simplify Makefile a bitGabor Juhos2012-02-231-25/+28
| | | | SVN-Revision: 30697
* ramips: image: add MkImageLzma wrapperGabor Juhos2012-02-231-8/+9
| | | | SVN-Revision: 30696
* ramips: image: allow to build board specific initramfs imagesGabor Juhos2012-02-231-30/+83
| | | | SVN-Revision: 30695
* drop backported patches as they cause regressions and oopsesJohn Crispin2012-02-233-249/+0
| | | | SVN-Revision: 30690
* fixes etop locking issueJohn Crispin2012-02-231-6/+5
| | | | SVN-Revision: 30689
* ramips: merge identical switch configuration entriesGabor Juhos2012-02-221-23/+5
| | | | SVN-Revision: 30688
* ramips: use unified switch identifiers in uci-defaults/networkGabor Juhos2012-02-221-12/+12
| | | | SVN-Revision: 30687
* ramips: fix VLAN config of the RT-N15Gabor Juhos2012-02-221-2/+8
| | | | SVN-Revision: 30686
* ramips: raeth: show interrupt statistics in debugfsGabor Juhos2012-02-223-0/+105
| | | | SVN-Revision: 30681
* ramips: raeth: add debugfs supportGabor Juhos2012-02-228-1/+94
| | | | SVN-Revision: 30680
* ramips: raeth: rename main source fileGabor Juhos2012-02-222-0/+2
| | | | SVN-Revision: 30679
* ramips: raeth: add missing Kconfig and MakefileGabor Juhos2012-02-212-0/+18
| | | | SVN-Revision: 30671
* ramips: move the ethernet driver into a separate directoryGabor Juhos2012-02-217-36/+26
| | | | | | Also clean up the Kconfig symbols. SVN-Revision: 30670
* ramips: rename the spi driverGabor Juhos2012-02-212-1/+1
| | | | SVN-Revision: 30669
* ar71xx: switch to kmod-gpio-button-hotplugFelix Fietkau2012-02-202-6/+2
| | | | SVN-Revision: 30660
* kernel: strip unnecessary symbol table information from kernel modules, ↵Felix Fietkau2012-02-204-2/+24
| | | | | | reduces default squashfs size on ar71xx by about 4k SVN-Revision: 30657
* ramips: rt3883: make rt3883_nand_data visibleGabor Juhos2012-02-192-7/+4
| | | | SVN-Revision: 30655
* ramips: merge 3.2 fixesGabor Juhos2012-02-192-12/+1
| | | | SVN-Revision: 30652
* ramips: nuke 2.6.39 supportGabor Juhos2012-02-1917-899/+0
| | | | SVN-Revision: 30651
* ramips: rt305x: nuke built-in MTD partition mapsGabor Juhos2012-02-1923-821/+0
| | | | SVN-Revision: 30650
* ramips: rt288x: nuke built-in MTD partition mapsGabor Juhos2012-02-195-152/+6
| | | | SVN-Revision: 30649
* ramips: build sysupgrade image for the V11ST-FE boardGabor Juhos2012-02-191-0/+6
| | | | SVN-Revision: 30648
* ramips: rt305x: add support for the Skyline SL-R7205 Wireless 3G routerGabor Juhos2012-02-1914-1/+141
| | | | | | | | | | | | | [juhosg: - don't switch back to 2.6.39 - update config-3.2 - change machine id to SL-R7205 - reorder case entries in platform scripts - remove button hotplug script] Signed-off-by: Haipoh Teoh <hpteoh@ceedtec.com> SVN-Revision: 30645
* brcm47xx: add code to generate images for some netgear devicesHauke Mehrtens2012-02-181-2/+11
| | | | | | This is commented out until we get report of working devices. SVN-Revision: 30639
* brcm47xx: sprom for nvram parsingHauke Mehrtens2012-02-1816-44/+1378
| | | | | | | This adds support for parsing sprom form nvram for sprom version form 1 to 9. It also adds sprom from nvram support for devices on the bcma bus. SVN-Revision: 30638
* ralink: rt3883: disable the 2GHz band on the RT-N56UGabor Juhos2012-02-181-0/+1
| | | | SVN-Revision: 30632
* ramips: rt3883: make rt3883_wlan_data visibleGabor Juhos2012-02-182-4/+4
| | | | SVN-Revision: 30631