Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add imagetag support for BT Voyager 2500V, patch from Daniel Dickinson (#5364) | Florian Fainelli | 2009-06-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 16506 | ||||
* | The attached patch adds building of firmware images for more routers based ↵ | Florian Fainelli | 2009-06-10 | 2 | -22/+23 |
| | | | | | | | | on the brcm63xx chipset. Signed-Off By: Daniel Dickinson <crazycshore@gmail.com> SVN-Revision: 16396 | ||||
* | cleanup the watchdog driver a bit | Florian Fainelli | 2009-06-09 | 1 | -10/+10 |
| | | | | SVN-Revision: 16395 | ||||
* | fix the watchdog driver and enable it by default | Florian Fainelli | 2009-06-09 | 1 | -110/+129 |
| | | | | SVN-Revision: 16394 | ||||
* | rework imagetag firmware generator and MTD partition parser to accomodate ↵ | Florian Fainelli | 2009-06-09 | 2 | -36/+310 |
| | | | | | | with all known imagetag versions from Broadcom and vendors, patch from Daniel Dickinson (fixes #4987). SVN-Revision: 16393 | ||||
* | remove this line which got accidentaly succesfully applied, but should not ↵ | Florian Fainelli | 2009-06-08 | 1 | -2/+0 |
| | | | | | | have (#5285) SVN-Revision: 16380 | ||||
* | fix ethernet driver removal | Florian Fainelli | 2009-06-04 | 1 | -1/+2 |
| | | | | SVN-Revision: 16335 | ||||
* | fix pcmcia device removal | Florian Fainelli | 2009-06-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 16334 | ||||
* | add missing null entry in pcmcia driver | Florian Fainelli | 2009-06-04 | 1 | -0/+2 |
| | | | | SVN-Revision: 16333 | ||||
* | request gpio pins and set direction correctly for pcmcia | Florian Fainelli | 2009-06-04 | 1 | -1/+14 |
| | | | | SVN-Revision: 16332 | ||||
* | be SMP safe even with gpiolib | Florian Fainelli | 2009-06-04 | 1 | -7/+8 |
| | | | | SVN-Revision: 16331 | ||||
* | cache gpio values in gpio_set | Florian Fainelli | 2009-06-04 | 1 | -5/+8 |
| | | | | SVN-Revision: 16330 | ||||
* | use the correct number of GPIOs for bcm6358 | Florian Fainelli | 2009-06-04 | 3 | -6/+12 |
| | | | | SVN-Revision: 16329 | ||||
* | register gpiochip earlier, allowing gpio-based runtime detection to be ↵ | Florian Fainelli | 2009-06-04 | 3 | -2/+9 |
| | | | | | | performed in board_init callback SVN-Revision: 16328 | ||||
* | merger mtu/802.1q related fixes: bcm63xx integrated ethernet mac supports ↵ | Florian Fainelli | 2009-06-03 | 2 | -11/+76 |
| | | | | | | | | | receiving and sending frames bigger than 1500 bytes, this patch adds support for changing MTU. This patch also fixes the reception of 802.1q frames for default MTU which were reported as oversized. SVN-Revision: 16302 | ||||
* | backport an upstream fix: We're not disabling IRQ, so we must call the irq ↵ | Florian Fainelli | 2009-06-01 | 1 | -1/+1 |
| | | | | | | safe flavour of netif_rx_complete, should fix some crashes when running the system for a long time SVN-Revision: 16277 | ||||
* | add support for sysupgrade (#5117) | Florian Fainelli | 2009-05-17 | 1 | -1/+8 |
| | | | | SVN-Revision: 15900 | ||||
* | register gpiodev | Florian Fainelli | 2009-04-30 | 1 | -0/+7 |
| | | | | SVN-Revision: 15509 | ||||
* | fix redundant driver name printing in probe function | Florian Fainelli | 2009-04-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 15254 | ||||
* | make images that can be flashed using the stock firmware web interface, ↵ | Florian Fainelli | 2009-04-19 | 1 | -5/+9 |
| | | | | | | thanks to Anselmo Luginbuhl and Daniel Dickinson (#4909, #4943) SVN-Revision: 15253 | ||||
* | some more fixes to the SPI controller driver | Florian Fainelli | 2009-04-08 | 2 | -29/+31 |
| | | | | SVN-Revision: 15146 | ||||
* | enable all blocks on 6338 and uart clock on 6345 | Florian Fainelli | 2009-03-21 | 2 | -1/+10 |
| | | | | SVN-Revision: 14957 | ||||
* | add support for bcm6345 SoC, needs testing | Florian Fainelli | 2009-03-20 | 3 | -2/+82 |
| | | | | SVN-Revision: 14953 | ||||
* | fix SPI register switch and prepare for UDC, thanks to Henk Vergonet (#4783) | Florian Fainelli | 2009-03-17 | 9 | -19/+134 |
| | | | | SVN-Revision: 14914 | ||||
* | add support for AGPF-S0 (Pirelli Alice Gate VoIP 2 Plus Wi-Fi) #4366 | Florian Fainelli | 2009-03-12 | 1 | -0/+23 |
| | | | | SVN-Revision: 14850 | ||||
* | do not duplicate fifo_size, since RX and TX fifo sizes are the same, ↵ | Florian Fainelli | 2009-03-11 | 3 | -17/+17 |
| | | | | | | request_mem_region on the registers SVN-Revision: 14848 | ||||
* | make SPI work in full-duplex mode by default | Florian Fainelli | 2009-03-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 14841 | ||||
* | add bcm63xx_spi based on reading shared/opensource/flash/spiflash.c from the ↵ | Florian Fainelli | 2009-03-08 | 1 | -0/+439 |
| | | | | | | consumer releases, needs testing SVN-Revision: 14793 | ||||
* | fix SPI accessors | Florian Fainelli | 2009-03-08 | 1 | -10/+14 |
| | | | | SVN-Revision: 14792 | ||||
* | fix typo for the bcm6338 spi IRQ, change platform driver name and make the ↵ | Florian Fainelli | 2009-03-08 | 3 | -2/+5 |
| | | | | | | SPI irq be fetchable by platform driver initialization code SVN-Revision: 14790 | ||||
* | compile and register SPI controller device | Florian Fainelli | 2009-03-08 | 2 | -0/+3 |
| | | | | SVN-Revision: 14789 | ||||
* | make bcm6358 consistend with the other boards naming | Florian Fainelli | 2009-03-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 14788 | ||||
* | fix some SPI register definitions and platform-device registration code | Florian Fainelli | 2009-03-08 | 4 | -20/+26 |
| | | | | SVN-Revision: 14787 | ||||
* | prepare for SPI controller driver | Florian Fainelli | 2009-03-06 | 5 | -0/+252 |
| | | | | SVN-Revision: 14755 | ||||
* | fix SPI register definitions | Florian Fainelli | 2009-03-06 | 1 | -6/+14 |
| | | | | SVN-Revision: 14754 | ||||
* | fix a bcm963xx-flash warning | Florian Fainelli | 2009-03-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 14730 | ||||
* | provide a sane SPROMv2 to make on-board bcm4318 card work, thanks mb__ | Florian Fainelli | 2009-02-27 | 1 | -0/+34 |
| | | | | SVN-Revision: 14683 | ||||
* | move the device registration to an earlier initcall level, required for ↵ | Florian Fainelli | 2009-02-27 | 1 | -1/+1 |
| | | | | | | fallback SPROM to work SVN-Revision: 14681 | ||||
* | add support for user9102 boards (#4537) | Florian Fainelli | 2009-01-31 | 1 | -0/+22 |
| | | | | SVN-Revision: 14305 | ||||
* | Add board definitions for the Davolink DV201AMR | Florian Fainelli | 2009-01-29 | 1 | -0/+25 |
| | | | | SVN-Revision: 14263 | ||||
* | frequency is in Hz, thanks Joel | Florian Fainelli | 2009-01-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 14067 | ||||
* | fix SPI register definitions | Florian Fainelli | 2009-01-15 | 1 | -18/+56 |
| | | | | SVN-Revision: 14048 | ||||
* | allow bcm6338 to get the base address of the memory controller register, ↵ | Florian Fainelli | 2009-01-15 | 1 | -0/+1 |
| | | | | | | required to detect memory size SVN-Revision: 14047 | ||||
* | correct SPI register size | Florian Fainelli | 2009-01-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 13886 | ||||
* | add board registration of the bcm96338gw | Florian Fainelli | 2008-12-19 | 1 | -0/+22 |
| | | | | SVN-Revision: 13693 | ||||
* | 6338 has no PCI | Florian Fainelli | 2008-12-19 | 1 | -1/+0 |
| | | | | SVN-Revision: 13692 | ||||
* | add experimental support for bcm6338 | Florian Fainelli | 2008-12-19 | 4 | -2/+135 |
| | | | | SVN-Revision: 13691 | ||||
* | Register watchdog driver | Florian Fainelli | 2008-12-19 | 2 | -0/+4 |
| | | | | SVN-Revision: 13690 | ||||
* | fix register definitions for bcm6358, thanks SGDA | Florian Fainelli | 2008-12-19 | 1 | -5/+5 |
| | | | | SVN-Revision: 13688 | ||||
* | Add bcm63xx_wdt but do not enable it yet | Florian Fainelli | 2008-12-17 | 4 | -0/+357 |
| | | | | SVN-Revision: 13677 |