aboutsummaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c
Commit message (Collapse)AuthorAge
* move files to files-2.6.30, to ease newer kernel integrationFlorian Fainelli2010-01-31
| | | | SVN-Revision: 19471
* fix typo, INT_MASK is writable, INT_STATUS is notFlorian Fainelli2009-08-11
| | | | SVN-Revision: 17229
* remove useless hard reset in the SPI controller driverFlorian Fainelli2009-08-09
| | | | SVN-Revision: 17189
* request irq with the platform driver name instead of bus_id which is being ↵Florian Fainelli2009-07-20
| | | | | | removed in newer kernels SVN-Revision: 16932
* fix redundant driver name printing in probe functionFlorian Fainelli2009-04-19
| | | | SVN-Revision: 15254
* some more fixes to the SPI controller driverFlorian Fainelli2009-04-08
| | | | SVN-Revision: 15146
* do not duplicate fifo_size, since RX and TX fifo sizes are the same, ↵Florian Fainelli2009-03-11
| | | | | | request_mem_region on the registers SVN-Revision: 14848
* make SPI work in full-duplex mode by defaultFlorian Fainelli2009-03-10
| | | | SVN-Revision: 14841
* add bcm63xx_spi based on reading shared/opensource/flash/spiflash.c from the ↵Florian Fainelli2009-03-08
consumer releases, needs testing SVN-Revision: 14793