aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-12spi/topcliff: Tidy up Kconfig help textGrant Likely1-4/+3
2010-10-12spi/topcliff: cleanups for style and concisenessGrant Likely1-364/+138
2010-10-11Merge branch 'for-rmk-next' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stableRussell King2-67/+351
2010-10-11spi/imx: Support different fifo sizesDavid Jander1-1/+7
2010-10-08spi/topcliff: Add topcliff platform controller hub (PCH) spi bus driverMasayuki Ohtake3-0/+1538
2010-10-02of/spi: Fix OF-style driver binding of spi devicesSinan Akman1-0/+5
2010-10-02spi: spi-gpio.c tests SPI_MASTER_NO_RX bit twice, but not SPI_MASTER_NO_TXRoel Kluin1-1/+1
2010-10-01spi/imx: add support for imx51's eCSPI and CSPIUwe Kleine-König2-2/+143
2010-10-01spi/imx: save the spi chip select in config struct, not the gpio to useUwe Kleine-König1-9/+11
2010-10-01spi/imx: get rid of more ifs depending on the used cpuUwe Kleine-König1-20/+53
2010-10-01spi/imx: convert driver to use platform idsUwe Kleine-König2-42/+143
2010-10-01spi/imx: default to m on platforms that have such devicesUwe Kleine-König1-0/+1
2010-09-29spi/s3c64xx: Correction for 16,32 bits bus widthJassi Brar1-15/+41
2010-09-29spi/s3c64xx: Consider the clk_from_cmu flagJassi Brar1-38/+56
2010-09-29spi/s3c64xx: Prevent unnecessary map-unmapJassi Brar1-0/+8
2010-09-29spi/amba-pl022: Fix error case return statement.Julia Lawall1-1/+2
2010-09-29spi/orion: Drop unnecessary null testJulia Lawall1-2/+2
2010-09-29spi: omap2_mcspi: make use of dev_vdbg()Felipe Balbi1-27/+9
2010-09-16spi/mpc8xxx: fix buffer overrun on large transferschristophe leroy1-2/+8
2010-09-08spi/pl022: move probe call to subsys_initcall()Linus Walleij1-1/+1
2010-09-08spi/pl022: fix APB pclk power regression on U300Linus Walleij1-6/+8
2010-09-08spi/spi_s3c64xx: Warn if PIO transfers time outMark Brown1-0/+6
2010-09-08spi/s3c64xx: Fix incorrect reuse of 'val' local variable.Jassi Brar1-2/+3
2010-09-08spi/s3c64xx: Fix compilation warningJassi Brar1-2/+3
2010-09-08spi/dw_spi: clean the cs_control codeFeng Tang1-12/+5
2010-09-08spi/dw_spi: Allow interrupt sharingYong Wang1-1/+6
2010-09-08spi/spi_s3c64xx: Increase dead reckoning time in wait_for_xfer()Mark Brown1-1/+1
2010-09-08spi/spi_s3c64xx: Move to subsys_initcall()Mark Brown1-1/+1
2010-09-01spi: free children in spi_unregister_master, not siblingsDavid Lamparter1-6/+3
2010-09-01spi/spi_s3c64xx: Staticise non-exported functionsMark Brown1-4/+4
2010-09-01spi/spi_s3c64xx: Make probe more robust against missing board configMark Brown1-2/+7
2010-08-18m68knommu: include sched.h in ColdFire/SPI driverGreg Ungerer1-0/+1
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