summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files
Commit message (Expand)AuthorAgeFilesLines
* images without tagid now fallback to the untouched partition layout (#6093)Florian Fainelli2009-11-031-2/+9
* brcm63xx: fix cardbus support with BCM6358 (closes: #5918)Nicolas Thill2009-10-051-1/+1
* prevent gpio-buttons registration failureFlorian Fainelli2009-09-081-3/+5
* fix typos against the gpio buttons driver (#5804)Florian Fainelli2009-09-071-2/+3
* add infrastructure to register gpio-input reset buttonFlorian Fainelli2009-09-062-0/+19
* fix reboot hang on bcm6345, thanks AndyIFlorian Fainelli2009-09-021-1/+3
* add missing patch which fakes a cardbus controller on top of PCI, thanks SGDAFlorian Fainelli2009-08-122-0/+332
* fix typo, INT_MASK is writable, INT_STATUS is notFlorian Fainelli2009-08-111-1/+1
* more bcm63xx definition fixes, thanks AndyIFlorian Fainelli2009-08-115-10/+12
* add support for the Pirelli AG226G board (#5337)Florian Fainelli2009-08-091-0/+22
* remove useless hard reset in the SPI controller driverFlorian Fainelli2009-08-091-1/+0
* fix assignment instead of comparison in the mtd driver (#5649)Florian Fainelli2009-08-091-7/+8
* bcm6345 fixes from AndyIFlorian Fainelli2009-08-064-10/+28
* fix off-by-one maximum timeout in the wathchdog default counter for bcm6345, ...Florian Fainelli2009-08-062-4/+2
* disable watchdog for bcm6345 until it gets fixedFlorian Fainelli2009-08-061-1/+4
* fix printing of offsetsFlorian Fainelli2009-08-021-2/+2
* more bcm6345 fixes and definitions, thanks to AndyIFlorian Fainelli2009-07-315-2/+81
* add experimental support for 2.6.28.10, tested on bcm6338Florian Fainelli2009-07-302-1/+2
* fix typo for the flash start address on bcm6345Florian Fainelli2009-07-271-1/+1
* fix typos introduced in 16942Florian Fainelli2009-07-211-2/+2
* make the ethernet driver compile with newer kernelsFlorian Fainelli2009-07-211-2/+15
* request irq with the platform driver name instead of bus_id which is being re...Florian Fainelli2009-07-201-1/+1
* register GPIO-connected LEDs for known boardsFlorian Fainelli2009-07-182-1/+245
* fix comment only valid for bcm6345Florian Fainelli2009-07-171-1/+1
* add the infrastructure to use a MPI/GPIO connected VoIP DSPFlorian Fainelli2009-07-015-1/+97
* fixes for the bcm6338 clocks, thanks MaximeFlorian Fainelli2009-07-011-2/+6
* a couple of more fixes to get 6345 booting up to the console handoverFlorian Fainelli2009-06-303-2/+16
* shared DMA zone is twice smaller on 6338Florian Fainelli2009-06-281-1/+4
* off-by-one gpio numbers for bcm6338Florian Fainelli2009-06-281-1/+1
* bcm6338 can support PCI since it has MPIFlorian Fainelli2009-06-271-0/+1
* more fixes for bcm6338, no need not to prevent reads from MPI registers now t...Florian Fainelli2009-06-273-11/+20
* fix the flash address comment and register the flash device again with its pr...Florian Fainelli2009-06-271-3/+7
* fix a stupid typo preventing the board from being detectedFlorian Fainelli2009-06-271-1/+1
* prevent bcm6338 and bcm6345 from crashing very earlyFlorian Fainelli2009-06-271-3/+9
* only register fallback sprom and enable PCI if we actually have support for PCIFlorian Fainelli2009-06-271-2/+4
* more missing register definitions for bcm6338Florian Fainelli2009-06-272-9/+52
* more bcm6338 and bcm6345 related fixesFlorian Fainelli2009-06-264-1/+9
* define bcm6338 SDRAM base register and make sure that the right CPU id will b...Florian Fainelli2009-06-262-2/+7
* add board definitions for the bcm6338wFlorian Fainelli2009-06-261-0/+8
* add imagetag support for BT Voyager 2500V, patch from Daniel Dickinson (#5364)Florian Fainelli2009-06-181-1/+1
* The attached patch adds building of firmware images for more routers based on...Florian Fainelli2009-06-102-22/+23
* cleanup the watchdog driver a bitFlorian Fainelli2009-06-091-10/+10
* fix the watchdog driver and enable it by defaultFlorian Fainelli2009-06-091-110/+129
* rework imagetag firmware generator and MTD partition parser to accomodate wit...Florian Fainelli2009-06-092-36/+310
* remove this line which got accidentaly succesfully applied, but should not ha...Florian Fainelli2009-06-081-2/+0
* fix ethernet driver removalFlorian Fainelli2009-06-041-1/+2
* fix pcmcia device removalFlorian Fainelli2009-06-041-0/+1
* add missing null entry in pcmcia driverFlorian Fainelli2009-06-041-0/+2
* request gpio pins and set direction correctly for pcmciaFlorian Fainelli2009-06-041-1/+14
* be SMP safe even with gpiolibFlorian Fainelli2009-06-041-7/+8