aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/dw_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.39' into spi/nextGrant Likely2011-05-201-2/+2
|\
| * Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-04-111-1/+1
| |\
| | * spi: Fix race condition in stop_queue()Vasily Khoruzhick2011-04-071-1/+1
| * | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
| |/
* | spi/dw_spi: improve the interrupt mode with the batch opsAlek Du2011-03-301-47/+16
* | spi/dw_spi: change poll mode transfer from byte ops to batch opsAlek Du2011-03-301-23/+48
* | spi/dw_spi: remove the un-necessary flush()Alek Du2011-03-301-14/+1
* | spi/dw_spi: unify the low level read/write routinesFeng Tang2011-03-301-77/+26
|/
* spi/dw_spi: move dw_spi.h into drivers/spiGrant Likely2011-03-181-2/+2
* spi/dw_spi Typo change diable to disable.Justin P. Mattock2010-12-301-1/+1
* spi/dw_spi: add DMA supportFeng Tang2010-12-241-12/+21
* spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIsFeng Tang2010-12-241-4/+4
* spi/dw_spi: Fix too short timeout in spi polling loopFeng Tang2010-12-241-3/+6
* dw_spi: Fix missing final read in some polling situationsMajor Lee2010-12-141-0/+5
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | spi/dw_spi: clean the cs_control codeFeng Tang2010-09-081-12/+5
* | spi/dw_spi: Allow interrupt sharingYong Wang2010-09-081-1/+6
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* spi/dw_spi: fix missing export of dw_spi_remove_hostFeng Tang2010-01-211-0/+1
* spi/dw_spi: conditional transfer mode changesGeorge Shore2010-01-211-0/+16
* spi/dw_spi: remove conditional from 'poll_transfer'.George Shore2010-01-211-5/+2
* spi/dw_spi: fixed a spelling typo in a warning message.George Shore2010-01-211-1/+1
* spi/dw_spi: add return value to empty mrst_spi_debugfs_init()George Shore2010-01-211-0/+1
* spi/dw_spi: add a FIFO depth detectionFeng Tang2010-01-211-0/+16
* spi/dw_spi: fix __init/__devinit section mismatchGrant Likely2010-01-201-1/+1
* spi/dw_spi: refine the IRQ mode working flowFeng Tang2010-01-201-25/+39
* spi/dw_spi: bug fix in wait_till_not_busy()Feng Tang2010-01-201-1/+1
* spi: controller driver for Designware SPI coreFeng Tang2009-12-171-0/+944