aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2011-06-16spi/pl022: support runtime PMGravatar Rabin Vincent 1-0/+6
2011-06-16spi/pl022: initialize burstsize from FIFO trigger levelGravatar Linus Walleij 1-2/+53
2011-06-15gpio/tegra: Move Tegra gpio driver to drivers/gpioGravatar Grant Likely 1-0/+12
2011-06-13spi-pl022: Add missing return value updateGravatar Virupax Sadashivpetimath 1-0/+1
2011-06-10spi: Convert uses of struct resource * to resource_size(ptr)Gravatar Joe Perches 5-14/+14
2011-06-09Merge branch 'ep93xx-dma' into spi/nextGravatar Grant Likely 1-12/+291
2011-06-08spi/topcliff_pch: DMA supportGravatar Tomoya MORINAGA 1-106/+488
2011-06-08spi/topcliff_pch: support new device ML7213 IOHGravatar Tomoya MORINAGA 2-280/+312
2011-06-08spi/ep93xx: add DMA supportGravatar Mika Westerberg 1-12/+291
2011-06-06spi: reorganize driversGravatar Grant Likely 57-289/+239
2011-06-03spi/bitbang: initialize bits_per_word as specified by spi messageGravatar Anatolij Gustschin 1-3/+3
2011-06-03spi/omap2: fix uninitialized variableGravatar Govindraj.R 1-1/+1
2011-05-27spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheralGravatar Cliff Cai 3-0/+962
2011-05-26spi/tle620x: add missing device_remove_file()Gravatar Axel Lin 1-1/+2
2011-05-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Gravatar Linus Torvalds 1-2/+1
2011-05-26Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 9-159/+96
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsGravatar Samuel Ortiz 1-2/+1
2011-05-24coldfire_qspi compile fixGravatar Steven King 1-0/+1
2011-05-20spi/amba-pl022: work in polling or interrupt mode if pl022_dma_probe failsGravatar Viresh Kumar 1-5/+6
2011-05-20spi/spi_s3c24xx: Use spi_bitbang_stop instead of spi_unregister_master in s3c...Gravatar Axel Lin 1-1/+1
2011-05-20spi/spi_nuc900: Use spi_bitbang_stop instead of spi_unregister_master in nuc9...Gravatar Axel Lin 1-1/+1
2011-05-20spi/spi_tegra: use spi_unregister_master() instead of spi_master_put()Gravatar Axel Lin 1-1/+1
2011-05-20spi/spi_sh: use spi_unregister_master instead of spi_master_put in remove pathGravatar Axel Lin 1-1/+1
2011-05-20spi: Use void pointers for data in simple SPI I/O operationsGravatar Mark Brown 1-2/+2
2011-05-20spi/pl022: use cpu_relax in the busy loopGravatar Linus Walleij 1-0/+1
2011-05-20spi/pl022: mark driver non-experimentalGravatar Linus Walleij 1-2/+2
2011-05-20spi/pl022: timeout on polled transfer v2Gravatar Magnus Templing 1-8/+15
2011-05-20Merge commit 'v2.6.39' into spi/nextGravatar Grant Likely 9-21/+21
2011-05-18Haavard Skinnemoen has left AtmelGravatar Jean Delvare 1-1/+1
2011-04-11Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 4-4/+4
2011-04-07spi: Fix race condition in stop_queue()Gravatar Vasily Khoruzhick 4-4/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 9-17/+17
2011-03-30spi/dw_spi: improve the interrupt mode with the batch opsGravatar Alek Du 1-47/+16
2011-03-30spi/dw_spi: change poll mode transfer from byte ops to batch opsGravatar Alek Du 1-23/+48
2011-03-30spi/dw_spi: remove the un-necessary flush()Gravatar Alek Du 1-14/+1
2011-03-30spi/dw_spi: unify the low level read/write routinesGravatar Feng Tang 2-79/+26
2011-03-24Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 2-4/+22
2011-03-23spi/pl022: Add loopback support for the SPI on 5500Gravatar Philippe Langlais 1-1/+19
2011-03-23spi/omap_mcspi: Fix broken last word xferGravatar Jarkko Nikula 1-3/+3
2011-03-23mfd: mfd_cell is now implicitly available to timberdale driversGravatar Andres Salomon 1-1/+2
2011-03-18Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 18-144/+1855
2011-03-18spi/dw_spi: move dw_spi.h into drivers/spiGravatar Grant Likely 5-5/+243
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-154/+68
2011-03-17Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 4-11/+419
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Gravatar Linus Torvalds 1-1/+1
2011-03-17Merge remote-tracking branch 'origin' into spi/nextGravatar Grant Likely 8-36/+28
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversGravatar Russell King 3-43/+26
2011-03-15Merge branch 'davinci-next-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Russell King 3-0/+413
2011-03-15spi: add ti-ssp spi master driverGravatar Cyril Chemparathy 3-0/+413
2011-03-14Merge branch 'davinci-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Russell King 1-8/+3