summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.35
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: remove patches/configs for 2.6.35Felix Fietkau2011-04-1735-5633/+0
| | | | SVN-Revision: 26709
* Fixed directory error: added ra1320 patches to trunk/target... subdir ↵Daniel Dickinson2011-04-171-0/+54
| | | | | | instead if target.... in trunk branch. SVN-Revision: 26699
* add support for HW553 bcm6358-based boards (#8844)Florian Fainelli2011-02-191-0/+90
| | | | SVN-Revision: 25590
* add support for 'MAGIC' bcm6348-based boardFlorian Fainelli2011-02-191-0/+89
| | | | | | | | | | | | | | | I wrote a patch to add 96348SV board (aka MAGIC) support to trunk. In my case I've found it in a Telsey "Alice W-Gate" router, fairly common (in the past) in Italy. I used the board definition (GPIOs, leds, ...) from the Broadcom GPL-2 relased code (here is a mirror: http://beghiero.myftp.org/sorgenti/boardparms.c ) Thanks to KanjiMonster for the support on the IRC channel. Signed-off-by: Laurento Frittella <laurento.frittella@gmail.com> SVN-Revision: 25584
* fix build of brcm-wlFlorian Fainelli2011-02-081-0/+20
| | | | | | | | | The fallback needs to be exported for bcm63xx, too. Runtime tested with a BCM4322 on a BCM6358. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 25420
* give some credits to Tanguy Bouzeloc in the spi driverFlorian Fainelli2011-01-271-2/+5
| | | | SVN-Revision: 25133
* multiple SPI driver fixesFlorian Fainelli2010-12-291-36/+29
| | | | | | | | | | | - fix platform device registration - fix chipselect, command register defines, add missing clock - make slave select proper - fix multibytes transferts Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com> SVN-Revision: 24849
* patches-2.6.35: mtd flashmap: Really fixed sparelen and rootfslen. The real ↵Daniel Dickinson2010-12-281-17/+5
| | | | | | rootfslen for OpenWRT images comes from a bigendian uint32_t in reserved1 of the bcm_tag, which is now used to correctly calculate the rootfslen (and thus the sparelen). SVN-Revision: 24843
* patches-2.6.36: Fix flashmap spare length calculation from previous commit ↵Daniel Dickinson2010-12-281-2/+2
| | | | | | (for rootfs and rootfs_data mtd partitions). Apparently the interruption in working on it resulted in an incorrect memory of getting it working. SVN-Revision: 24842
* spi driver: remove bcm_rset usageFlorian Fainelli2010-12-281-62/+74
| | | | | | | | | | Since bcm636x platform embeds two spi master device, the attached patch removes static bcm_rset usage, replaced by "bs->regs" field for all I/O operation. Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 24840
* Added OpenWRT-specific field to imagetag so that we can record the real root ↵Daniel Dickinson2010-12-261-28/+2
| | | | | | | | length, so that when the CRC fixup is applied and the root length is recorded as zero we can still calculate the rootfs mtd partition size. Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> SVN-Revision: 24838
* mtd flashmap: Switched to calculating the rootfs size rather than depending ↵Daniel Dickinson2010-12-261-5/+52
| | | | | | | | on being given the size in the imagetag. This is because solving the problem of second boot CRC errors requires changeing the rootfs size in the image to zero. Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net> SVN-Revision: 24834
* Fixed Comtrend CT536_CT5621 board settings. These boards are based on the ↵Daniel Dickinson2010-12-101-0/+60
| | | | | | 96348GW-11 reference design but have different GPIOs therefore we use the board fixups now availabed (thanks the patches by Jonas Gorski) to create a separate board entry for these boards and leave the reference design with reference GPIOs. Also these boards only have enet1 (no enet0) so we set that in the board definition, and use a defconfig for a single interface network. SVN-Revision: 24442
* patches: Renamed 150-led_count to 141-led_count so it comes before the ↵Daniel Dickinson2010-12-071-0/+0
| | | | | | 15-alice_gate2_leds.patch as which led count was mistakenly given the same number. SVN-Revision: 24310
* Revert "[brcm63xx] patches-2.6.35: Added flash chip definition for Macronix ↵Daniel Dickinson2010-12-071-30/+0
| | | | | | | | | | MX29LV640T." This reverts commit 43511418ae2771a6662a83a254f06e37f4ac19e5. It belongs in generic not brcm63xx. SVN-Revision: 24308
* patches-2.6.35: Added flash chip definition for Macronix MX29LV640T. Thanks ↵Daniel Dickinson2010-12-071-0/+30
| | | | | | blunoise SVN-Revision: 24307
* boards: Added GW6x00 fixups and GPIOs. The GW6200 GPIOs are different than ↵Daniel Dickinson2010-12-071-0/+129
| | | | | | the reference design 96348GW so we use fixup to allow us to define the correct ones, also the GW6000 has no GPIO-controlled leds. SVN-Revision: 24305
* patches: Refreshed patches after led_countDaniel Dickinson2010-12-074-4/+4
| | | | SVN-Revision: 24304
* board definitions: Added patch for calculating led count, which was part of ↵Daniel Dickinson2010-12-071-0/+23
| | | | | | the patch removed in the previous commit SVN-Revision: 24303
* Remove patch 140-new_bcm96348gw_leds because it is really the GW6200 leds, ↵Daniel Dickinson2010-12-0715-105/+23
| | | | | | not the generic 96348GW. Another commit will add the GW6200 specific boardid and leds. This removal reverts the 96348GW leds to the reference design GPIOs. SVN-Revision: 24302
* board definition: Fixed CPVA642 LED definitionsDaniel Dickinson2010-12-064-13/+8
| | | | SVN-Revision: 24275
* board definitions: Added CPVA642 GPIO leds and buttons and refreshed patches ↵Daniel Dickinson2010-12-064-7/+84
| | | | | | later in series due to fuzz SVN-Revision: 24274
* bcm63xx: Add support for the T-Com Speedport W 500V.Daniel Dickinson2010-11-281-0/+78
| | | | | | | | | | Add support for the T-Com Speedport W 500V using a special tagged image as it identifies itself as a 96348GW, but has some gpios wired differently, and also has only one ethernet port without a switch attached to it. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24190
* bcm63xx: Add board id override fixup.Daniel Dickinson2010-11-281-0/+62
| | | | | | | | | | | | Add a fixup for the kernel to check the bcm tag of the image for a boardid in the information1 field, and use that instead of the supplied one by cfe. This is triggered by a + at the start of the information1 field. Also modify the image generation to generate apropriately tagged images. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24189
* bcm63xx: Finalize support for DSL-274xB, rev C2.Daniel Dickinson2010-11-281-0/+70
| | | | | | | | | | | | The DSL-2740B/DSL-2741B rev C2 support was missing the board definition, resulting in a kernel panic on boot. This patch adds it, and also renames the generated image name to properly reflect that it is for the revision C2, and for both the DSL-2740B and DSL-2741B. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24188
* Initial support for Telsey CPVA642 boards (no vlans, no DSL, GPIO ↵Daniel Dickinson2010-11-191-0/+37
| | | | | | led/buttons not known). SVN-Revision: 24040
* Add wps button on alice gateClaudio Mignanti2010-11-061-3/+9
| | | | SVN-Revision: 23903
* register uart driver on livebox (#8013)Florian Fainelli2010-10-271-1/+6
| | | | SVN-Revision: 23653
* refresh 2.6.35 patchesFlorian Fainelli2010-10-272-3/+3
| | | | SVN-Revision: 23652
* Fix nxp_74hc164 driver compile error (builbot)Claudio Mignanti2010-10-241-1/+2
| | | | SVN-Revision: 23623
* fix platform_devices registrationFlorian Fainelli2010-10-181-6/+6
| | | | | | Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com> SVN-Revision: 23517
* add bcm96338W2 e7t board (D-Link 2640U/BRU/C, #7558)Florian Fainelli2010-10-171-0/+49
| | | | SVN-Revision: 23508
* fix SPI driver, move register out of driver codeFlorian Fainelli2010-10-171-274/+312
| | | | | | Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com SVN-Revision: 23504
* refresh patchesFlorian Fainelli2010-10-173-7/+7
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23502
* refresh nb4 support. Register 74x164 deviceFlorian Fainelli2010-10-171-58/+91
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23501
* add spi devices board info int bcm63xx_boardsFlorian Fainelli2010-10-171-0/+25
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23500
* add 74x164 SPI chip supportFlorian Fainelli2010-10-171-24/+202
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23499
* backport SPI master with no RXTX support (from 2.6.36)Florian Fainelli2010-10-172-0/+454
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23498
* register earlier extended platform devicesFlorian Fainelli2010-10-171-7/+7
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23497
* register udc and spi devices at the correct init levelFlorian Fainelli2010-09-122-11/+11
| | | | SVN-Revision: 23035
* refresh 2.6.35 patchesFlorian Fainelli2010-09-122-3/+3
| | | | SVN-Revision: 23034
* add 2.6.35 supportFlorian Fainelli2010-08-2521-0/+4125
SVN-Revision: 22800