summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/files/arch/mips/bcm947xx/irq.c
Commit message (Collapse)AuthorAgeFilesLines
* change the way ./files* and the generic kernel files are applied. ./files ↵Felix Fietkau2008-10-181-86/+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: Fix warning arch/mips/bcm947xx/irq.c: In function ↵Michael Büsch2008-03-191-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: Add driver for the SSB Gigabit Ethernet core. It doesn't work, yet, ↵Michael Büsch2008-02-201-0/+23
| | | | | | but let's commit what we have. SVN-Revision: 10509
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+63
(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