aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-2/+4
|\
| * spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_controlHerton Ronaldo Krzesinski2012-10-021-1/+1
| * spi/mpc83xx: fix NULL pdata dereference bugKenth Eriksson2012-10-021-1/+3
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-1/+1
|\ \ | |/
| * spi: Fix device unregistration when unregistering the bus masterLaurent Pinchart2012-04-271-1/+1
* | samsung update 1codeworkx2012-06-022-3/+65
|/
* spi/s3c64xx: Bug fix for SPI with different FIFO levelPadmavathi Venna2011-07-061-3/+1
* spi/bfin_spi: fix handling of default bits per word settingMike Frysinger2011-06-171-3/+4
* spi-pl022: Add missing return value updateVirupax Sadashivpetimath2011-06-131-0/+1
* spi/omap2: fix uninitialized variableGovindraj.R2011-06-031-1/+1
* spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheralCliff Cai2011-05-273-0/+962
* spi/tle620x: add missing device_remove_file()Axel Lin2011-05-261-1/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2011-05-261-2/+1
|\
| * mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz2011-05-261-2/+1
* | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-269-159/+96
|\ \ | |/ |/|
| * spi/amba-pl022: work in polling or interrupt mode if pl022_dma_probe failsViresh Kumar2011-05-201-5/+6
| * spi/spi_s3c24xx: Use spi_bitbang_stop instead of spi_unregister_master in s3c...Axel Lin2011-05-201-1/+1
| * spi/spi_nuc900: Use spi_bitbang_stop instead of spi_unregister_master in nuc9...Axel Lin2011-05-201-1/+1
| * spi/spi_tegra: use spi_unregister_master() instead of spi_master_put()Axel Lin2011-05-201-1/+1
| * spi/spi_sh: use spi_unregister_master instead of spi_master_put in remove pathAxel Lin2011-05-201-1/+1
| * spi: Use void pointers for data in simple SPI I/O operationsMark Brown2011-05-201-2/+2
| * spi/pl022: use cpu_relax in the busy loopLinus Walleij2011-05-201-0/+1
| * spi/pl022: mark driver non-experimentalLinus Walleij2011-05-201-2/+2
| * spi/pl022: timeout on polled transfer v2Magnus Templing2011-05-201-8/+15
| * Merge commit 'v2.6.39' into spi/nextGrant Likely2011-05-209-21/+21
| |\
| * | 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-302-79/+26
* | | coldfire_qspi compile fixSteven King2011-05-241-0/+1
* | | Haavard Skinnemoen has left AtmelJean Delvare2011-05-181-1/+1
| |/ |/|
* | Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-04-114-4/+4
|\ \
| * | spi: Fix race condition in stop_queue()Vasily Khoruzhick2011-04-074-4/+4
| |/
* | Fix common misspellingsLucas De Marchi2011-03-319-17/+17
|/
* Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-242-4/+22
|\
| * spi/pl022: Add loopback support for the SPI on 5500Philippe Langlais2011-03-231-1/+19
| * spi/omap_mcspi: Fix broken last word xferJarkko Nikula2011-03-231-3/+3
* | mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon2011-03-231-1/+2
|/
* Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-1818-144/+1855
|\
| * spi/dw_spi: move dw_spi.h into drivers/spiGrant Likely2011-03-185-5/+243
| * Merge remote-tracking branch 'origin' into spi/nextGrant Likely2011-03-178-36/+28
| |\
| * | spi/davinci: Support DMA transfers larger than 65535 wordsMichael Williamson2011-03-141-8/+25
| * | spi/davinci: Use correct length parameter to dma_map_single callsMichael Williamson2011-03-141-5/+5
| * | Merge commit 'v2.6.38-rc8' into spi/nextGrant Likely2011-03-122-42/+25
| |\ \
| * | | spi/omap_mcspi: catch xfers of non-multiple SPI word sizeMichael Jones2011-03-041-3/+6
| * | | spi/omap_mcspi: Off-by-one error in finding the right divisorHannu Heikkinen2011-02-241-11/+18
| * | | spi/pl022: rid dangling labelsLinus Walleij2011-02-221-2/+0
| * | | spi: add support for SuperH SPIYoshihiro Shimoda2011-02-223-0/+550
| * | | spi: New driver for Altera SPIThomas Chou2011-02-223-0/+346
| * | | spi: add OpenCores tiny SPI driverThomas Chou2011-02-223-0/+433