summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files
Commit message (Collapse)AuthorAgeFilesLines
* register gpiochip earlier, allowing gpio-based runtime detection to be ↵Florian Fainelli2009-06-043-2/+9
| | | | | | performed in board_init callback SVN-Revision: 16328
* merger mtu/802.1q related fixes: bcm63xx integrated ethernet mac supports ↵Florian Fainelli2009-06-032-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 Fainelli2009-06-011-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 Fainelli2009-05-171-1/+8
| | | | SVN-Revision: 15900
* register gpiodevFlorian Fainelli2009-04-301-0/+7
| | | | 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-191-5/+9
| | | | | | thanks to Anselmo Luginbuhl and Daniel Dickinson (#4909, #4943) SVN-Revision: 15253
* some more fixes to the SPI controller driverFlorian Fainelli2009-04-082-29/+31
| | | | SVN-Revision: 15146
* 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-203-2/+82
| | | | 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 support for AGPF-S0 (Pirelli Alice Gate VoIP 2 Plus Wi-Fi) #4366Florian Fainelli2009-03-121-0/+23
| | | | 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
* add bcm63xx_spi based on reading shared/opensource/flash/spiflash.c from the ↵Florian Fainelli2009-03-081-0/+439
| | | | | | 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-271-0/+34
| | | | 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
* add support for user9102 boards (#4537)Florian Fainelli2009-01-311-0/+22
| | | | SVN-Revision: 14305
* Add board definitions for the Davolink DV201AMRFlorian Fainelli2009-01-291-0/+25
| | | | SVN-Revision: 14263
* frequency is in Hz, thanks JoelFlorian Fainelli2009-01-171-1/+1
| | | | SVN-Revision: 14067
* fix SPI register definitionsFlorian Fainelli2009-01-151-18/+56
| | | | SVN-Revision: 14048
* allow bcm6338 to get the base address of the memory controller register, ↵Florian Fainelli2009-01-151-0/+1
| | | | | | required to detect memory size SVN-Revision: 14047
* correct SPI register sizeFlorian Fainelli2009-01-061-1/+1
| | | | SVN-Revision: 13886
* add board registration of the bcm96338gwFlorian Fainelli2008-12-191-0/+22
| | | | SVN-Revision: 13693
* 6338 has no PCIFlorian Fainelli2008-12-191-1/+0
| | | | SVN-Revision: 13692
* add experimental support for bcm6338Florian Fainelli2008-12-194-2/+135
| | | | SVN-Revision: 13691
* Register watchdog driverFlorian Fainelli2008-12-192-0/+4
| | | | SVN-Revision: 13690
* fix register definitions for bcm6358, thanks SGDAFlorian Fainelli2008-12-191-5/+5
| | | | SVN-Revision: 13688
* Add bcm63xx_wdt but do not enable it yetFlorian Fainelli2008-12-174-0/+357
| | | | SVN-Revision: 13677
* Add support for Sagem F@ST2404 (#4332)Florian Fainelli2008-12-101-0/+26
| | | | SVN-Revision: 13583
* Fix remaining bug of the off-by-one error ;)Florian Fainelli2008-12-081-1/+1
| | | | SVN-Revision: 13551
* Enable ohci on bcm96348gwFlorian Fainelli2008-12-081-0/+2
| | | | SVN-Revision: 13549
* Prepare bcm63xx for SPI master supportFlorian Fainelli2008-12-082-1/+69
| | | | SVN-Revision: 13547
* Add support for bcm96348gw10 (Netgear DG834GT) (#4319)Florian Fainelli2008-12-072-2/+25
| | | | SVN-Revision: 13540
* Fix an off-by one printing errorFlorian Fainelli2008-12-021-1/+1
| | | | SVN-Revision: 13469
* Improve Inventel Livebox supportFlorian Fainelli2008-11-291-1/+54
| | | | SVN-Revision: 13427
* bcm63xx MTD driver cleanup and fixes: - convert to platform_driver - get the ↵Florian Fainelli2008-11-273-231/+227
| | | | | | window_size/addr from the board setup code - indentation fixes - remove duplicate code - move bcm_tag declaration out of the MTD driver SVN-Revision: 13379
* Commit changes on the files for gpiolibFlorian Fainelli2008-11-273-62/+53
| | | | SVN-Revision: 13374
* Flatten brcm63xx patches, should make our life easier to patch files now ;)Florian Fainelli2008-11-2652-0/+9249
| | | | SVN-Revision: 13368
* Prevent the MTD map to fail, somehow detect_cfe will read the tag plus some ↵Florian Fainelli2008-11-201-1/+1
| | | | | | garbage, therefore making a simple strcmp will fail SVN-Revision: 13299
* This patch is for broadcom 96348GW-11 boards, to get USB and Ethernet ↵Florian Fainelli2008-11-151-2/+3
| | | | | | working. Also it patches mtd map driver for bcm96xx boards to be sure that CFE1CFE1 code is detected when booting from CFE. (#4201) SVN-Revision: 13213
* Delete old brcm63xx filesFlorian Fainelli2008-11-1533-6081/+0
| | | | SVN-Revision: 13210