summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips
Commit message (Collapse)AuthorAgeFilesLines
* some more fixes to the SPI controller driverFlorian Fainelli2009-04-081-6/+6
| | | | SVN-Revision: 15146
* enable all blocks on 6338 and uart clock on 6345Florian Fainelli2009-03-211-0/+5
| | | | SVN-Revision: 14957
* add support for bcm6345 SoC, needs testingFlorian Fainelli2009-03-201-0/+48
| | | | SVN-Revision: 14953
* fix SPI register switch and prepare for UDC, thanks to Henk Vergonet (#4783)Florian Fainelli2009-03-173-4/+33
| | | | SVN-Revision: 14914
* do not duplicate fifo_size, since RX and TX fifo sizes are the same, ↵Florian Fainelli2009-03-111-2/+1
| | | | | | request_mem_region on the registers SVN-Revision: 14848
* 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-081-1/+1
| | | | | | SPI irq be fetchable by platform driver initialization code SVN-Revision: 14790
* fix some SPI register definitions and platform-device registration codeFlorian Fainelli2009-03-083-17/+19
| | | | SVN-Revision: 14787
* prepare for SPI controller driverFlorian Fainelli2009-03-063-0/+140
| | | | SVN-Revision: 14755
* fix SPI register definitionsFlorian Fainelli2009-03-061-6/+14
| | | | SVN-Revision: 14754
* fix SPI register definitionsFlorian Fainelli2009-01-151-18/+56
| | | | SVN-Revision: 14048
* correct SPI register sizeFlorian Fainelli2009-01-061-1/+1
| | | | SVN-Revision: 13886
* add experimental support for bcm6338Florian Fainelli2008-12-192-1/+95
| | | | SVN-Revision: 13691
* 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-171-0/+6
| | | | SVN-Revision: 13677
* Prepare bcm63xx for SPI master supportFlorian Fainelli2008-12-082-1/+69
| | | | SVN-Revision: 13547
* bcm63xx MTD driver cleanup and fixes: - convert to platform_driver - get the ↵Florian Fainelli2008-11-271-0/+30
| | | | | | 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-272-45/+6
| | | | SVN-Revision: 13374
* Flatten brcm63xx patches, should make our life easier to patch files now ;)Florian Fainelli2008-11-2619-0/+1468
| | | | SVN-Revision: 13368
* Delete old brcm63xx filesFlorian Fainelli2008-11-1516-2330/+0
| | | | SVN-Revision: 13210
* Upgrade brcm63xx to 2.6.24Florian Fainelli2008-02-131-0/+25
| | | | SVN-Revision: 10455
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0615-0/+2305
(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