summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c
Commit message (Expand)AuthorAgeFilesLines
* [brcm63xx] fix typo, INT_MASK is writable, INT_STATUS is notflorian2009-08-111-1/+1
* [brcm63xx] remove useless hard reset in the SPI controller driverflorian2009-08-091-1/+0
* [brcm63xx] request irq with the platform driver name instead of bus_id which ...florian2009-07-201-1/+1
* [brcm63xx] fix redundant driver name printing in probe functionflorian2009-04-191-1/+1
* [brcm63xx] some more fixes to the SPI controller driverflorian2009-04-081-23/+25
* [brcm63xx] do not duplicate fifo_size, since RX and TX fifo sizes are the sam...florian2009-03-111-7/+12
* [brcm63xx] make SPI work in full-duplex mode by defaultflorian2009-03-101-2/+2
* [brcm63xx] add bcm63xx_spi based on reading shared/opensource/flash/spiflash....florian2009-03-081-0/+439