aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c
Commit message (Expand)AuthorAgeFilesLines
* move files to files-2.6.30, to ease newer kernel integrationFlorian Fainelli2010-01-311-445/+0
* fix typo, INT_MASK is writable, INT_STATUS is notFlorian Fainelli2009-08-111-1/+1
* remove useless hard reset in the SPI controller driverFlorian Fainelli2009-08-091-1/+0
* request irq with the platform driver name instead of bus_id which is being re...Florian Fainelli2009-07-201-1/+1
* fix redundant driver name printing in probe functionFlorian Fainelli2009-04-191-1/+1
* some more fixes to the SPI controller driverFlorian Fainelli2009-04-081-23/+25
* do not duplicate fifo_size, since RX and TX fifo sizes are the same, request_...Florian Fainelli2009-03-111-7/+12
* make SPI work in full-duplex mode by defaultFlorian Fainelli2009-03-101-2/+2
* add bcm63xx_spi based on reading shared/opensource/flash/spiflash.c from the ...Florian Fainelli2009-03-081-0/+439