summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2010-10-15spi/atmel: typo in debug messageMatthias Brugger
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-14spi/fsl_spi: Fix compile errors when building on ppc64Kumar Gala
2010-10-13spi/atmel: let transfers through if not changing bits_per_wordMatthias Brugger
2010-10-13spi/topcliff: Fix uninitialized variable defectGrant Likely
2010-10-12spi/fsl_spi: add eSPI controller supportMingkai Hu
2010-10-12spi/mpc8xxx: refactor the common code for SPI/eSPI controllerMingkai Hu
2010-10-12spi/mpc8xxx: rename spi_mpc8xxx.c to spi_fsl_spi.cMingkai Hu
2010-10-12Merge commit 'v2.6.36-rc7' into spi/nextGrant Likely
2010-10-12spi/pl022: fix dubious allocation staticize platform dataLinus Walleij
2010-10-12spi/pl022: get rid of chipinfo dev pointerLinus Walleij
2010-10-12spi/pl022: Add spi->mode support to AMBA SPI driverKevin Wells
2010-10-12spi: change to new flag variablematt mooney
2010-10-12spi/pl022: add PrimeCell generic DMA supportLinus Walleij
2010-10-12spi/topcliff: Tidy up Kconfig help textGrant Likely
2010-10-12spi/topcliff: cleanups for style and concisenessGrant Likely
2010-10-11Merge branch 'for-rmk-next' of git://git.pengutronix.de/git/imx/linux-2.6 int...Russell King
2010-10-11spi/imx: Support different fifo sizesDavid Jander
2010-10-08spi/topcliff: Add topcliff platform controller hub (PCH) spi bus driverMasayuki Ohtake
2010-10-02of/spi: Fix OF-style driver binding of spi devicesSinan Akman
2010-10-02spi: spi-gpio.c tests SPI_MASTER_NO_RX bit twice, but not SPI_MASTER_NO_TXRoel Kluin
2010-10-01spi/imx: add support for imx51's eCSPI and CSPIUwe Kleine-König
2010-10-01spi/imx: save the spi chip select in config struct, not the gpio to useUwe Kleine-König
2010-10-01spi/imx: get rid of more ifs depending on the used cpuUwe Kleine-König
2010-10-01spi/imx: convert driver to use platform idsUwe Kleine-König
2010-10-01spi/imx: default to m on platforms that have such devicesUwe Kleine-König
2010-09-29spi/s3c64xx: Correction for 16,32 bits bus widthJassi Brar
2010-09-29spi/s3c64xx: Consider the clk_from_cmu flagJassi Brar
2010-09-29spi/s3c64xx: Prevent unnecessary map-unmapJassi Brar
2010-09-29spi/amba-pl022: Fix error case return statement.Julia Lawall
2010-09-29spi/orion: Drop unnecessary null testJulia Lawall
2010-09-29spi: omap2_mcspi: make use of dev_vdbg()Felipe Balbi
2010-09-16spi/mpc8xxx: fix buffer overrun on large transferschristophe leroy
2010-09-08spi/pl022: move probe call to subsys_initcall()Linus Walleij
2010-09-08spi/pl022: fix APB pclk power regression on U300Linus Walleij
2010-09-08spi/spi_s3c64xx: Warn if PIO transfers time outMark Brown
2010-09-08spi/s3c64xx: Fix incorrect reuse of 'val' local variable.Jassi Brar
2010-09-08spi/s3c64xx: Fix compilation warningJassi Brar
2010-09-08spi/dw_spi: clean the cs_control codeFeng Tang
2010-09-08spi/dw_spi: Allow interrupt sharingYong Wang
2010-09-08spi/spi_s3c64xx: Increase dead reckoning time in wait_for_xfer()Mark Brown
2010-09-08spi/spi_s3c64xx: Move to subsys_initcall()Mark Brown
2010-09-01spi: free children in spi_unregister_master, not siblingsDavid Lamparter
2010-09-01spi/spi_s3c64xx: Staticise non-exported functionsMark Brown
2010-09-01spi/spi_s3c64xx: Make probe more robust against missing board configMark Brown
2010-08-18m68knommu: include sched.h in ColdFire/SPI driverGreg Ungerer
2010-08-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-01of/address: Clean up function declarationsGrant Likely
2010-08-01spi/amba_pl022: Fix probe and remove hook section annotations.Kevin Wells