aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/files/arch/mips/bcm947xx/setup.c
Commit message (Collapse)AuthorAgeFilesLines
* change the way ./files* and the generic kernel files are applied. ./files ↵Felix Fietkau2008-10-181-246/+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
* bcm47xx: Register a GPIODEV platform device to allow GPIO access via /dev/gpioMichael Büsch2008-03-191-0/+17
| | | | SVN-Revision: 10623
* bcm47xx: Add driver for the SSB Gigabit Ethernet core. It doesn't work, yet, ↵Michael Büsch2008-02-201-0/+14
| | | | | | but let's commit what we have. SVN-Revision: 10509
* ssb: Fix the horrible crash of innocent cardbus cards.Michael Büsch2008-02-191-0/+3
| | | | | | No Animals were harmed in the production of this patch. SVN-Revision: 10497
* SSB: Update the watchdog fix to the patch version that will go upstream.Michael Büsch2008-02-191-3/+6
| | | | SVN-Revision: 10494
* ssb: Update to latest upstream version of ssb.Michael Büsch2008-02-191-22/+26
| | | | SVN-Revision: 10490
* bcm47xx: We can use the ssb-invariants callback now, as was changed to be ↵Michael Büsch2008-02-171-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üsch2008-02-171-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üsch2008-02-161-8/+43
| | | | | | structure. SVN-Revision: 10473
* sync ssb with upstreamFelix Fietkau2007-10-141-2/+2
| | | | SVN-Revision: 9302
* add patches for 2.6.23 on brcm47xx (not enabled yet)Felix Fietkau2007-10-131-1/+16
| | | | SVN-Revision: 9279
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+163
(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