Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused file | Hauke Mehrtens | 2012-08-18 | 1 | -635/+0 |
| | | | | SVN-Revision: 33210 | ||||
* | brcm47xx: fix partition layout on SimpleShare devices. | Hauke Mehrtens | 2011-05-25 | 1 | -21/+66 |
| | | | | | | | | | | The flash driver code should be cleaned up and the broad detection code should be placed into arch code and used here. This fixes #9323 Thank you Will Holmes for the patch. SVN-Revision: 27005 | ||||
* | brcm47xx: do not read from CFE | Hauke Mehrtens | 2010-12-05 | 1 | -12/+6 |
| | | | | SVN-Revision: 24267 | ||||
* | brcm47xx: use on common files dir | Hauke Mehrtens | 2010-12-05 | 1 | -0/+596 |
| | | | | SVN-Revision: 24264 | ||||
* | brcm47xx: prepare brcm47xx patches for sending to mainline. | Hauke Mehrtens | 2010-07-19 | 5 | -891/+0 |
| | | | | SVN-Revision: 22296 | ||||
* | brcm47xx: added dual image support to flashmap driver | Markus Wigge | 2010-07-01 | 1 | -3/+37 |
| | | | | | | | | | | some CFE versions (i.e. WRT54G3Gv2-VF) expect two separate firmware images which each consume half of the available flash space. these changes check for the TRX header version and set the partition size correctly. Tested on G3Gv2-VF and Asus WL-500GP SVN-Revision: 22019 | ||||
* | Port to kernel 2.6.30. | Hauke Mehrtens | 2009-06-13 | 5 | -0/+857 |
| | | | | | | | | There is an error in the unlzma system in the kernel. A lzma compressed squashfs filesystem does not work for me. This should compile and works for me on my Asus WL-500GP, please test it on more systems. SVN-Revision: 16441 | ||||
* | change the way ./files* and the generic kernel files are applied. ./files ↵ | Felix Fietkau | 2008-10-18 | 15 | -2288/+0 |
| | | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. SVN-Revision: 13010 | ||||
* | fix GENERIC_GPIO support | Gabor Juhos | 2008-05-02 | 1 | -0/+0 |
| | | | | SVN-Revision: 11004 | ||||
* | bcm47xx: Fix warning arch/mips/bcm947xx/irq.c: In function ↵ | Michael Büsch | 2008-03-19 | 1 | -1/+1 |
| | | | | | | 'pcibios_map_irq': arch/mips/bcm947xx/irq.c:78: warning: passing argument 1 of 'pci_name' discards qualifiers from pointer target type SVN-Revision: 10626 | ||||
* | bcm47xx: Register a GPIODEV platform device to allow GPIO access via /dev/gpio | Michael Büsch | 2008-03-19 | 1 | -0/+17 |
| | | | | SVN-Revision: 10623 | ||||
* | bcm47xx: Fix GPIO data direction output bit assignment | Michael Büsch | 2008-03-15 | 1 | -1/+2 |
| | | | | SVN-Revision: 10605 | ||||
* | bcm47xx: Add driver for the SSB Gigabit Ethernet core. It doesn't work, yet, ↵ | Michael Büsch | 2008-02-20 | 2 | -0/+37 |
| | | | | | | but let's commit what we have. SVN-Revision: 10509 | ||||
* | ssb: Fix the horrible crash of innocent cardbus cards. | Michael Büsch | 2008-02-19 | 1 | -0/+3 |
| | | | | | | No Animals were harmed in the production of this patch. SVN-Revision: 10497 | ||||
* | ssb: Make the GPIO API reentrancy safe. | Michael Büsch | 2008-02-19 | 1 | -28/+6 |
| | | | | SVN-Revision: 10496 | ||||
* | SSB: Update the watchdog fix to the patch version that will go upstream. | Michael Büsch | 2008-02-19 | 1 | -3/+6 |
| | | | | SVN-Revision: 10494 | ||||
* | ssb: Update to latest upstream version of ssb. | Michael Büsch | 2008-02-19 | 1 | -22/+26 |
| | | | | SVN-Revision: 10490 | ||||
* | bcm47xx: We can use the ssb-invariants callback now, as was changed to be ↵ | Michael Büsch | 2008-02-17 | 1 | -10/+3 |
| | | | | | | called late enough. SVN-Revision: 10476 | ||||
* | bcm47xx: Remove FIXME We don't want to move the board time init into SSB. ↵ | Michael Büsch | 2008-02-17 | 1 | -2/+1 |
| | | | | | | It's just fine as-is. Remove the FIXME. SVN-Revision: 10474 | ||||
* | bcm47xx: Extract all available information from NVRAM into the sprom data ↵ | Michael Büsch | 2008-02-16 | 1 | -8/+43 |
| | | | | | | structure. SVN-Revision: 10473 | ||||
* | fix i2c-gpio | Felix Fietkau | 2007-10-14 | 1 | -3/+3 |
| | | | | SVN-Revision: 9309 | ||||
* | sync ssb with upstream | Felix Fietkau | 2007-10-14 | 1 | -2/+2 |
| | | | | SVN-Revision: 9302 | ||||
* | add patches for 2.6.23 on brcm47xx (not enabled yet) | Felix Fietkau | 2007-10-13 | 1 | -1/+16 |
| | | | | SVN-Revision: 9279 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 16 | -0/+2203 |
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 |