summaryrefslogtreecommitdiff
path: root/drivers/spi/dw_spi.c
AgeCommit message (Expand)Author
2011-05-20Merge commit 'v2.6.39' into spi/nextGrant Likely
2011-04-11Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-04-07spi: Fix race condition in stop_queue()Vasily Khoruzhick
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30spi/dw_spi: improve the interrupt mode with the batch opsAlek Du
2011-03-30spi/dw_spi: change poll mode transfer from byte ops to batch opsAlek Du
2011-03-30spi/dw_spi: remove the un-necessary flush()Alek Du
2011-03-30spi/dw_spi: unify the low level read/write routinesFeng Tang
2011-03-18spi/dw_spi: move dw_spi.h into drivers/spiGrant Likely
2010-12-30spi/dw_spi Typo change diable to disable.Justin P. Mattock
2010-12-24spi/dw_spi: add DMA supportFeng Tang
2010-12-24spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIsFeng Tang
2010-12-24spi/dw_spi: Fix too short timeout in spi polling loopFeng Tang
2010-12-14dw_spi: Fix missing final read in some polling situationsMajor Lee
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-08spi/dw_spi: clean the cs_control codeFeng Tang
2010-09-08spi/dw_spi: Allow interrupt sharingYong Wang
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-21spi/dw_spi: fix missing export of dw_spi_remove_hostFeng Tang
2010-01-21spi/dw_spi: conditional transfer mode changesGeorge Shore
2010-01-21spi/dw_spi: remove conditional from 'poll_transfer'.George Shore
2010-01-21spi/dw_spi: fixed a spelling typo in a warning message.George Shore
2010-01-21spi/dw_spi: add return value to empty mrst_spi_debugfs_init()George Shore
2010-01-21spi/dw_spi: add a FIFO depth detectionFeng Tang
2010-01-20spi/dw_spi: fix __init/__devinit section mismatchGrant Likely
2010-01-20spi/dw_spi: refine the IRQ mode working flowFeng Tang
2010-01-20spi/dw_spi: bug fix in wait_till_not_busy()Feng Tang
2009-12-17spi: controller driver for Designware SPI coreFeng Tang