Age | Commit message (Expand) | Author | Files | Lines |
2011-10-16 | spi/spi-ep93xx: add module.h include | Mika Westerberg | 1 | -0/+1 |
2011-10-15 | spi/tegra: fix compilation error in spi-tegra.c | Marc Dietrich | 1 | -0/+1 |
2011-09-21 | spi: spi-dw: fix all sparse warnings | H Hartley Sweeten | 3 | -79/+89 |
2011-09-21 | spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is true | Viresh Kumar | 1 | -2/+6 |
2011-09-21 | spi/spi-pl022: calculate_effective_freq() must set rate <= requested rate | Viresh Kumar | 1 | -51/+51 |
2011-09-21 | spi/spi-pl022: Don't allocate more sg than required. | Viresh Kumar | 1 | -1/+1 |
2011-09-21 | spi/spi-pl022: Use GFP_ATOMIC for allocation from tasklet | Viresh Kumar | 1 | -2/+2 |
2011-09-20 | spi/spi-pl022: Resolve formatting issues | Viresh Kumar | 1 | -22/+8 |
2011-08-02 | spi/pl022: remove function cannot exit | Linus Walleij | 1 | -8/+3 |
2011-07-23 | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 57 | -1299/+1787 |
2011-07-14 | spi/imx: add device tree probe support | Shawn Guo | 1 | -7/+31 |
2011-07-14 | spi/imx: copy gpio number passed by platform data into driver private data | Shawn Guo | 1 | -5/+7 |
2011-07-14 | spi/imx: use soc name in spi device type naming scheme | Shawn Guo | 2 | -111/+109 |
2011-07-14 | spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4 | Shawn Guo | 2 | -56/+19 |
2011-07-14 | spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macro | Shawn Guo | 1 | -53/+53 |
2011-07-14 | spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macro | Shawn Guo | 1 | -31/+31 |
2011-07-14 | spi/imx: do not make copy of spi_imx_devtype_data | Shawn Guo | 1 | -12/+12 |
2011-07-08 | spi/dw: Add spi number into spi irq desc | Liu, ShuoX | 2 | -1/+4 |
2011-07-06 | spi/s3c64xx: Bug fix for SPI with different FIFO level | Padmavathi Venna | 1 | -3/+1 |
2011-07-06 | spi/tegra: Use engineering names in DT compatible property | Stephen Warren | 1 | -1/+1 |
2011-07-05 | spi/fsl_spi: fix CPM spi driver | Holger Brunck | 1 | -17/+11 |
2011-07-04 | spi: remove obsolete spi-s3c24xx-gpio driver | Peter Korsgaard | 3 | -211/+0 |
2011-06-17 | spi/bfin_spi: uninline fat queue funcs | Mike Frysinger | 1 | -4/+4 |
2011-06-17 | spi/bfin_spi: constify pin array | Mike Frysinger | 1 | -1/+1 |
2011-06-17 | spi/bfin_spi: use structs for accessing hardware regs | Mike Frysinger | 1 | -124/+84 |
2011-06-17 | Merge branch 'spi/merge' into spi/next | Grant Likely | 2 | -3/+5 |
2011-06-17 | spi/bfin_spi: fix handling of default bits per word setting | Mike Frysinger | 1 | -3/+4 |
2011-06-17 | spi/topcliff-pch: Support new device ML7223 IOH | Tomoya MORINAGA | 1 | -1/+4 |
2011-06-16 | spi/pl022: strengthen FIFO watermark level checks | Linus Walleij | 1 | -4/+44 |
2011-06-16 | spi/pl022: support runtime PM | Rabin Vincent | 1 | -0/+6 |
2011-06-16 | spi/pl022: initialize burstsize from FIFO trigger level | Linus Walleij | 1 | -2/+53 |
2011-06-15 | gpio/tegra: Move Tegra gpio driver to drivers/gpio | Grant Likely | 1 | -0/+12 |
2011-06-13 | spi-pl022: Add missing return value update | Virupax Sadashivpetimath | 1 | -0/+1 |
2011-06-11 | spi: Convert uses of struct resource * to resource_size(ptr) | Joe Perches | 5 | -14/+14 |
2011-06-09 | Merge branch 'ep93xx-dma' into spi/next | Grant Likely | 1 | -12/+291 |
2011-06-09 | spi/topcliff_pch: DMA support | Tomoya MORINAGA | 1 | -106/+488 |
2011-06-09 | spi/topcliff_pch: support new device ML7213 IOH | Tomoya MORINAGA | 2 | -280/+312 |
2011-06-09 | spi/ep93xx: add DMA support | Mika Westerberg | 1 | -12/+291 |
2011-06-06 | spi: reorganize drivers | Grant Likely | 57 | -289/+239 |
2011-06-04 | spi/bitbang: initialize bits_per_word as specified by spi message | Anatolij Gustschin | 1 | -3/+3 |
2011-06-04 | spi/omap2: fix uninitialized variable | Govindraj.R | 1 | -1/+1 |
2011-05-27 | spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheral | Cliff Cai | 3 | -0/+962 |
2011-05-27 | spi/tle620x: add missing device_remove_file() | Axel Lin | 1 | -1/+2 |
2011-05-26 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 1 | -2/+1 |
2011-05-26 | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 9 | -159/+96 |
2011-05-26 | mfd: Use mfd cell platform_data for timberdale cells platform bits | Samuel Ortiz | 1 | -2/+1 |
2011-05-24 | coldfire_qspi compile fix | Steven King | 1 | -0/+1 |
2011-05-20 | spi/amba-pl022: work in polling or interrupt mode if pl022_dma_probe fails | Viresh Kumar | 1 | -5/+6 |
2011-05-20 | spi/spi_s3c24xx: Use spi_bitbang_stop instead of spi_unregister_master in s3c... | Axel Lin | 1 | -1/+1 |
2011-05-20 | spi/spi_nuc900: Use spi_bitbang_stop instead of spi_unregister_master in nuc9... | Axel Lin | 1 | -1/+1 |