aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds11-99/+325
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely6-14/+14
2010-08-01of/address: Clean up function declarationsGrant Likely3-0/+3
2010-08-01spi/amba_pl022: Fix probe and remove hook section annotations.Kevin Wells1-3/+3
2010-07-30of/spi: call of_register_spi_devices() from spi core codeAnatolij Gustschin8-17/+13
2010-07-25Merge commit 'v2.6.35-rc6' into spi/testGrant Likely1-22/+0
2010-07-11powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)Anton Vorontsov1-22/+0
2010-07-05spi/mpc5121: change annotations for probe and remove functionsAnatolij Gustschin1-8/+8
2010-07-03spi/bitbang: reinitialize transfer parameters for every messageBrian Niebuhr1-6/+3
2010-07-03spi/spi-gpio: add support for controllers without MISO or MOSI pinMarek Szyprowski1-18/+83
2010-07-03spi/bitbang: add support for SPI_MASTER_NO_{TX, RX} modesMarek Szyprowski6-20/+24
2010-07-03SPI100k: Fix 8-bit and RX-only transfersCory Maccarrone1-11/+12
2010-06-28spi/mmc_spi: SPI bus locking API, using mutexErnst Schwab1-33/+192
2010-06-02of/spi: mpc512x_psc_spi.c: Fix build failuresAnatolij Gustschin1-6/+6
2010-06-02of/spi: Fix build failure on spi_ppc4xx.cGrant Likely1-1/+1
2010-05-25spi/xilinx: Fix compile errorGrant Likely1-4/+4
2010-05-25Merge remote branch 'origin' into secretlab/next-spiGrant Likely7-43/+46
2010-05-25spi/davinci: Fix clock prescale factor computationThomas Koeller1-3/+9
2010-05-25spi: move bitbang txrx utility functions to private headerhartleys6-10/+98
2010-05-25spi/mpc5121: Add SPI master driver for MPC5121 PSCAnatolij Gustschin3-0/+584
2010-05-25spi/ep93xx: implemented driver for Cirrus EP93xx SPI controllerMika Westerberg3-0/+949
2010-05-25spi/omap2_mcspi: Check params before dereference or useScott Ellis1-8/+11
2010-05-25spi/omap2_mcspi: add turbo mode supportRoman Tereshonkov1-21/+111
2010-05-25spi/omap2_mcspi: change default DMA_MIN_BYTES value to 160Roman Tereshonkov1-1/+1
2010-05-25spi/pl022: fix stop queue procedureGrzegorz Sygieda1-1/+1
2010-05-25spi/pl022: add support for the PL023 derivateLinus Walleij1-16/+74
2010-05-25spi/pl022: fix up differences between ARM and ST versionsLinus Walleij1-56/+122
2010-05-25spi/spi_mpc8xxx: Do not use map_tx_dma to unmap rx_dmaJoakim Tjernlund1-1/+1
2010-05-25spi/spi_mpc8xxx: Fix QE mode Litte EndianJoakim Tjernlund1-31/+70
2010-05-22spi/spi_mpc8xxx: fix potential memory corruption.Joakim Tjernlund1-4/+3
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely5-22/+24
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely5-10/+13
2010-05-21Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-3/+3
2010-05-20Merge branch 'omap4-i2c-init' into omap-for-linusTony Lindgren1-13/+12
2010-05-20OMAP4: SPI: Fix Driver KconfigSyed Rafiuddin1-3/+3
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely3-16/+17
2010-05-11[ARM] pxa: add namespace on sspHaojian Zhuang1-4/+4
2010-05-11[ARM] pxa: move ssp into common plat-pxaHaojian Zhuang1-1/+1
2010-05-11[ARM] pxa: merge regs-ssp.h into ssp.hEric Miao1-1/+0
2010-05-11[ARM] pxa: correct SSCR0_SCR to support multiple SoCsEric Miao1-7/+7
2010-04-28omap2_mcspi: small fixes of output data formatRoman Tereshonkov1-2/+2
2010-04-28omap2_mcspi: Flush posted writesRoman Tereshonkov1-0/+1
2010-04-28spi: spi_device memory should be released instead of device.Roman Tereshonkov1-1/+1
2010-04-28spi: release device claimed by bus_find_device_by_nameRoman Tereshonkov1-2/+4
2010-04-23Merge branch 'master' into for-nextJiri Kosina23-6/+35
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo23-0/+23
2010-03-18Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+12
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-10spi/omap2_mcspi: Use transaction speed if providedScott Ellis1-2/+6