summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* update to new stable 2.6.27.24Florian Fainelli2009-05-201-1/+1
| | | | SVN-Revision: 15931
* disable CONFIG_SSB_BLOCKIO by default until we fix it properly in mac80211Florian Fainelli2009-05-191-1/+0
| | | | SVN-Revision: 15926
* even more config file cleanupImre Kaloz2009-05-181-4/+0
| | | | SVN-Revision: 15913
* add missing SSB_BLOCKIO to prevent build failres, will resolve that globally ↵Florian Fainelli2009-05-181-0/+1
| | | | | | later SVN-Revision: 15911
* add support for sysupgrade (#5117)Florian Fainelli2009-05-172-1/+24
| | | | SVN-Revision: 15900
* config cleanupsImre Kaloz2009-05-151-1/+0
| | | | SVN-Revision: 15861
* cardbus != pcmcia -- disable it in b43Imre Kaloz2009-05-151-1/+0
| | | | SVN-Revision: 15857
* add missing configuration symbolFlorian Fainelli2009-05-151-0/+1
| | | | SVN-Revision: 15856
* some additional config file cleanup..Imre Kaloz2009-05-141-1/+0
| | | | SVN-Revision: 15845
* unify congestion control optionsImre Kaloz2009-05-141-4/+0
| | | | SVN-Revision: 15844
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-141-1/+1
| | | | SVN-Revision: 15840
* also supports pcmciaFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15693
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-041-6/+0
| | | | SVN-Revision: 15606
* more cleanupImre Kaloz2009-05-041-2/+0
| | | | SVN-Revision: 15605
* cleanup MTD option handlingImre Kaloz2009-05-041-35/+0
| | | | SVN-Revision: 15602
* move MFD stuff to the generic kernel configsImre Kaloz2009-05-041-2/+0
| | | | SVN-Revision: 15587
* refresh patchesImre Kaloz2009-05-041-1/+1
| | | | SVN-Revision: 15581
* upgrade to newest stable kernel versionsImre Kaloz2009-05-031-1/+1
| | | | SVN-Revision: 15575
* now that we register gpiodev, also include gpioctl in the default imageFlorian Fainelli2009-04-301-1/+1
| | | | SVN-Revision: 15510
* register gpiodevFlorian Fainelli2009-04-302-0/+8
| | | | SVN-Revision: 15509
* fix redundant driver name printing in probe functionFlorian Fainelli2009-04-191-1/+1
| | | | SVN-Revision: 15254
* make images that can be flashed using the stock firmware web interface, ↵Florian Fainelli2009-04-192-8/+10
| | | | | | thanks to Anselmo Luginbuhl and Daniel Dickinson (#4909, #4943) SVN-Revision: 15253
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* do not override CONFIG_CONFIGFS_FS in a few places, and make gpiommc be ↵Florian Fainelli2009-04-121-1/+0
| | | | | | selectable with the spio-gpio-old module (#4659) SVN-Revision: 15215
* some more fixes to the SPI controller driverFlorian Fainelli2009-04-082-29/+31
| | | | SVN-Revision: 15146
* imagetag's -k argument is expected to be hexadecimal instead of decimal (#4885)Florian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15133
* override CONFIG_USB_EHCI_ROOT_HUB_TT since it breaks ehci on bcm6358Florian Fainelli2009-03-241-0/+1
| | | | SVN-Revision: 15020
* refresh patchesHauke Mehrtens2009-03-242-8/+8
| | | | SVN-Revision: 15018
* update to kernel version 2.6.27.21Hauke Mehrtens2009-03-241-1/+1
| | | | SVN-Revision: 15016
* enable all blocks on 6338 and uart clock on 6345Florian Fainelli2009-03-212-1/+10
| | | | SVN-Revision: 14957
* add support for bcm6345 SoC, needs testingFlorian Fainelli2009-03-204-2/+83
| | | | SVN-Revision: 14953
* fix SPI register switch and prepare for UDC, thanks to Henk Vergonet (#4783)Florian Fainelli2009-03-179-19/+134
| | | | SVN-Revision: 14914
* add the CFE offset command line option to the imagetag utility, closes (#4366)Florian Fainelli2009-03-161-2/+2
| | | | SVN-Revision: 14896
* add support for AGPF-S0 (Pirelli Alice Gate VoIP 2 Plus Wi-Fi) #4366Florian Fainelli2009-03-122-0/+34
| | | | SVN-Revision: 14850
* do not duplicate fifo_size, since RX and TX fifo sizes are the same, ↵Florian Fainelli2009-03-113-17/+17
| | | | | | request_mem_region on the registers SVN-Revision: 14848
* make SPI work in full-duplex mode by defaultFlorian Fainelli2009-03-101-2/+2
| | | | SVN-Revision: 14841
* include kmod-switch in the default imagesFlorian Fainelli2009-03-091-1/+1
| | | | SVN-Revision: 14827
* package the bcm63xx-spi driverFlorian Fainelli2009-03-081-6/+0
| | | | SVN-Revision: 14794
* add bcm63xx_spi based on reading shared/opensource/flash/spiflash.c from the ↵Florian Fainelli2009-03-083-6/+471
| | | | | | consumer releases, needs testing SVN-Revision: 14793
* fix SPI accessorsFlorian Fainelli2009-03-081-10/+14
| | | | SVN-Revision: 14792
* fix typo for the bcm6338 spi IRQ, change platform driver name and make the ↵Florian Fainelli2009-03-083-2/+5
| | | | | | SPI irq be fetchable by platform driver initialization code SVN-Revision: 14790
* compile and register SPI controller deviceFlorian Fainelli2009-03-082-0/+3
| | | | SVN-Revision: 14789
* make bcm6358 consistend with the other boards namingFlorian Fainelli2009-03-081-1/+1
| | | | SVN-Revision: 14788
* fix some SPI register definitions and platform-device registration codeFlorian Fainelli2009-03-084-20/+26
| | | | SVN-Revision: 14787
* prepare for SPI controller driverFlorian Fainelli2009-03-065-0/+252
| | | | SVN-Revision: 14755
* fix SPI register definitionsFlorian Fainelli2009-03-061-6/+14
| | | | SVN-Revision: 14754
* fix a bcm963xx-flash warningFlorian Fainelli2009-03-021-1/+1
| | | | SVN-Revision: 14730
* provide a sane SPROMv2 to make on-board bcm4318 card work, thanks mb__Florian Fainelli2009-02-273-52/+43
| | | | SVN-Revision: 14683
* move the device registration to an earlier initcall level, required for ↵Florian Fainelli2009-02-271-1/+1
| | | | | | fallback SPROM to work SVN-Revision: 14681
* disable all kernel config options that are set to =mFelix Fietkau2009-02-221-19/+19
| | | | SVN-Revision: 14611