aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* revert r21085, fixes #7282Florian Fainelli2010-05-042-2/+2
| | | | SVN-Revision: 21352
* do not write to per-port over-current register, which is bogus (#6898)Florian Fainelli2010-05-022-0/+36
| | | | SVN-Revision: 21306
* rename reset_buttons to buttonsRaphaël Huck2010-04-2910-36/+36
| | | | SVN-Revision: 21255
* add WPS button support for nb4 boardsRaphaël Huck2010-04-296-24/+84
| | | | SVN-Revision: 21254
* fix gpio button key code, match button-hotplug codeRaphaël Huck2010-04-296-16/+16
| | | | SVN-Revision: 21253
* fix gpio_button device registerRaphaël Huck2010-04-294-12/+34
| | | | SVN-Revision: 21252
* fix the setup of MII clock in the case enet1 is linked to external switch ↵Raphaël Huck2010-04-282-0/+44
| | | | | | for 6358 boards, thx Miguel SVN-Revision: 21231
* extend bcm63xx_wdt driver for debugging purposes, thx MiguelRaphaël Huck2010-04-272-10/+50
| | | | SVN-Revision: 21199
* sync to kernel 2.6.32.12Alexandros C. Couloumbis2010-04-271-1/+1
| | | | SVN-Revision: 21195
* add neufbox 4 board support, thx Miguel & FlorianRaphaël Huck2010-04-273-0/+1035
| | | | SVN-Revision: 21193
* add NXP 74HC164 chip driver support, thx Miguel & FlorianRaphaël Huck2010-04-272-0/+558
| | | | SVN-Revision: 21192
* add extended platform devices patch, thx Miguel & FlorianRaphaël Huck2010-04-272-0/+52
| | | | SVN-Revision: 21191
* fix spi chip select configurationFlorian Fainelli2010-04-262-2/+2
| | | | SVN-Revision: 21164
* fix bcm6358 spi base register address (#7234)Florian Fainelli2010-04-263-53/+51
| | | | SVN-Revision: 21163
* the SPI_CMD register is 16-bits wideFlorian Fainelli2010-04-262-8/+8
| | | | SVN-Revision: 21162
* package/kernel: move PCMCIA modules to their own file & submenuNicolas Thill2010-04-241-1/+1
| | | | SVN-Revision: 21136
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-0/+37
| | | | SVN-Revision: 21132
* register spi controller, remove whitespacesFlorian Fainelli2010-04-222-37/+133
| | | | SVN-Revision: 21096
* resync 2.6.33 mtd patch with the one for 2.6.32Florian Fainelli2010-04-221-153/+20
| | | | SVN-Revision: 21095
* fix wrong refresh on flashmap patchFlorian Fainelli2010-04-221-1/+1
| | | | SVN-Revision: 21094
* re-instate SPI supportFlorian Fainelli2010-04-222-0/+1820
| | | | SVN-Revision: 21087
* refresh 2.6.32 patchesFlorian Fainelli2010-04-222-32/+22
| | | | SVN-Revision: 21086
* alwasy read imagetag with 64K erase block sizeFlorian Fainelli2010-04-222-2/+2
| | | | SVN-Revision: 21085
* kernel: refresh patches for 2.6.33.2, and drop md5sum for older 2.6.32 kernelsGabor Juhos2010-04-224-8/+8
| | | | SVN-Revision: 21081
* tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in ↵Daniel Dickinson2010-04-141-2/+2
| | | | | | imagetag (was invalid strings in bcm_tag.h). Closes #7120 SVN-Revision: 20850
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-2/+2
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* do not overwrite ENET_CTL_REG, fixes ethernet on bcm6338Florian Fainelli2010-04-092-0/+26
| | | | SVN-Revision: 20765
* flashmap and image generation: reduced union bcm_tag to a single struct ↵Florian Fainelli2010-04-014-433/+186
| | | | | | combining the elements so that it is no longer necessary to create an openwrt-only tagid and tagcrc, and elimate the tagid detection and switch statements which made dealing with imagetags overly complicated, especially since the logic would need analogs in all code that touched the imagetag. Patch from cshore. SVN-Revision: 20652
* move bcm_tag.h out of the flashmap patch so that user-land tools can re-use itFlorian Fainelli2010-03-283-362/+178
| | | | SVN-Revision: 20548
* kernel: update to 2.6.32.10Gabor Juhos2010-03-262-3/+3
| | | | SVN-Revision: 20444
* drop support for 2.6.30 kernelFlorian Fainelli2010-03-2680-14087/+0
| | | | SVN-Revision: 20438
* add support for D4PW board, patch from mexitFlorian Fainelli2010-03-252-0/+120
| | | | SVN-Revision: 20420
* refresh 2.6.32 patches, fix livebox support (#6821)Florian Fainelli2010-03-1421-257/+114
| | | | SVN-Revision: 20204
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-113-0/+3
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* do not register devices in device_initcall level, this breaks the SSB SPROM ↵Florian Fainelli2010-03-022-38/+0
| | | | | | registration SVN-Revision: 19957
* remove mail headers from patchesFlorian Fainelli2010-03-012-128/+0
| | | | SVN-Revision: 19935
* add support for 2.6.33Florian Fainelli2010-02-2822-0/+2939
| | | | SVN-Revision: 19921
* add support for 2.6.32, dropped the SPI patch for nowFlorian Fainelli2010-02-2823-1/+3022
| | | | SVN-Revision: 19919
* build images for RG100A (bcm6358-based boards) (#6755)Florian Fainelli2010-02-281-0/+13
| | | | SVN-Revision: 19894
* fix gpio-leds registration for boards having less than 8 LEDs (#6528)Florian Fainelli2010-02-211-1/+6
| | | | SVN-Revision: 19793
* fix the receiving of packets with a 1500 mtu and vlan enabled (#6698)Florian Fainelli2010-02-191-0/+13
| | | | SVN-Revision: 19753
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-1/+0
| | | | SVN-Revision: 19581
* fix printing of mtd offsets, remove whitespaces.Florian Fainelli2010-01-311-8/+8
| | | | SVN-Revision: 19475
* move files to files-2.6.30, to ease newer kernel integrationFlorian Fainelli2010-01-3165-0/+0
| | | | SVN-Revision: 19471
* brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and ↵Daniel Dickinson2010-01-282-15/+59
| | | | | | Comtrend CT-5261 SVN-Revision: 19361
* replace the hostapd preselection with a wpad preselection to enable proper ↵Felix Fietkau2010-01-231-1/+1
| | | | | | client mode support in the default images SVN-Revision: 19293
* Fix typo in AGPF_S0 reset button definitionDaniel Dickinson2010-01-161-1/+1
| | | | SVN-Revision: 19160
* bcm63xx: add gpio leds to alice gateClaudio Mignanti2010-01-152-1/+50
| | | | SVN-Revision: 19152
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* kernel: move CONFIG_MIPS_FPU_EMU to generic kernel configFelix Fietkau2009-11-291-1/+0
| | | | SVN-Revision: 18603