summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/drivers/spi/bcm63xx_spi.c
Commit message (Collapse)AuthorAgeFilesLines
* [brcm63xx] fix typo, INT_MASK is writable, INT_STATUS is notflorian2009-08-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove useless hard reset in the SPI controller driverflorian2009-08-091-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] request irq with the platform driver name instead of bus_id which ↵florian2009-07-201-1/+1
| | | | | | is being removed in newer kernels git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix redundant driver name printing in probe functionflorian2009-04-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] some more fixes to the SPI controller driverflorian2009-04-081-23/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] do not duplicate fifo_size, since RX and TX fifo sizes are the ↵florian2009-03-111-7/+12
| | | | | | same, request_mem_region on the registers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] make SPI work in full-duplex mode by defaultflorian2009-03-101-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add bcm63xx_spi based on reading ↵florian2009-03-081-0/+439
shared/opensource/flash/spiflash.c from the consumer releases, needs testing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14793 3c298f89-4303-0410-b956-a3cf2f4a3e73