aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi/pl022: move probe call to subsys_initcall()Linus Walleij2010-09-081-1/+1
* spi/pl022: fix APB pclk power regression on U300Linus Walleij2010-09-081-6/+8
* spi/spi_s3c64xx: Warn if PIO transfers time outMark Brown2010-09-081-0/+6
* spi/s3c64xx: Fix incorrect reuse of 'val' local variable.Jassi Brar2010-09-081-2/+3
* spi/s3c64xx: Fix compilation warningJassi Brar2010-09-081-2/+3
* spi/dw_spi: clean the cs_control codeFeng Tang2010-09-081-12/+5
* spi/dw_spi: Allow interrupt sharingYong Wang2010-09-081-1/+6
* spi/spi_s3c64xx: Increase dead reckoning time in wait_for_xfer()Mark Brown2010-09-081-1/+1
* spi/spi_s3c64xx: Move to subsys_initcall()Mark Brown2010-09-081-1/+1
* spi: free children in spi_unregister_master, not siblingsDavid Lamparter2010-09-011-6/+3
* spi/spi_s3c64xx: Staticise non-exported functionsMark Brown2010-09-011-4/+4
* spi/spi_s3c64xx: Make probe more robust against missing board configMark Brown2010-09-011-2/+7
* m68knommu: include sched.h in ColdFire/SPI driverGreg Ungerer2010-08-181-0/+1
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-1411-99/+325
|\
| * spi/amba_pl022: Fix probe and remove hook section annotations.Kevin Wells2010-08-011-3/+3
| * Merge commit 'v2.6.35-rc6' into spi/testGrant Likely2010-07-251-22/+0
| |\
| * | spi/mpc5121: change annotations for probe and remove functionsAnatolij Gustschin2010-07-051-8/+8
| * | spi/bitbang: reinitialize transfer parameters for every messageBrian Niebuhr2010-07-031-6/+3
| * | spi/spi-gpio: add support for controllers without MISO or MOSI pinMarek Szyprowski2010-07-031-18/+83
| * | spi/bitbang: add support for SPI_MASTER_NO_{TX, RX} modesMarek Szyprowski2010-07-036-20/+24
| * | SPI100k: Fix 8-bit and RX-only transfersCory Maccarrone2010-07-031-11/+12
| * | spi/mmc_spi: SPI bus locking API, using mutexErnst Schwab2010-06-281-33/+192
* | | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-066-14/+14
* | | of/address: Clean up function declarationsGrant Likely2010-08-013-0/+3
* | | of/spi: call of_register_spi_devices() from spi core codeAnatolij Gustschin2010-07-308-17/+13
| |/ |/|
* | powerpc/cpm: Reintroduce global spi_pram struct (fixes build issue)Anton Vorontsov2010-07-111-22/+0
|/
* of/spi: mpc512x_psc_spi.c: Fix build failuresAnatolij Gustschin2010-06-021-6/+6
* of/spi: Fix build failure on spi_ppc4xx.cGrant Likely2010-06-021-1/+1
* spi/xilinx: Fix compile errorGrant Likely2010-05-251-4/+4
* Merge remote branch 'origin' into secretlab/next-spiGrant Likely2010-05-257-43/+46
|\
| * Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-225-22/+24
| |\
| | * Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-211-3/+3
| | |\
| | | * Merge branch 'omap4-i2c-init' into omap-for-linusTony Lindgren2010-05-201-13/+12
| | | |\
| | | * | OMAP4: SPI: Fix Driver KconfigSyed Rafiuddin2010-05-201-3/+3
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Merge branch 'master' into for-nextJiri Kosina2010-04-2323-6/+35
| | | |\ \
| | | * | | Fix typos in commentsThomas Weber2010-03-161-1/+1
| | * | | | [ARM] pxa: add namespace on sspHaojian Zhuang2010-05-111-4/+4
| | * | | | [ARM] pxa: move ssp into common plat-pxaHaojian Zhuang2010-05-111-1/+1
| | * | | | [ARM] pxa: merge regs-ssp.h into ssp.hEric Miao2010-05-111-1/+0
| | * | | | [ARM] pxa: correct SSCR0_SCR to support multiple SoCsEric Miao2010-05-111-7/+7
| | | |_|/ | | |/| |
| * | | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-225-10/+13
| * | | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-183-16/+17
| | |_|/ | |/| |
* | | | spi/davinci: Fix clock prescale factor computationThomas Koeller2010-05-251-3/+9
* | | | spi: move bitbang txrx utility functions to private headerhartleys2010-05-256-10/+98
* | | | spi/mpc5121: Add SPI master driver for MPC5121 PSCAnatolij Gustschin2010-05-253-0/+584
* | | | spi/ep93xx: implemented driver for Cirrus EP93xx SPI controllerMika Westerberg2010-05-253-0/+949
* | | | spi/omap2_mcspi: Check params before dereference or useScott Ellis2010-05-251-8/+11
* | | | spi/omap2_mcspi: add turbo mode supportRoman Tereshonkov2010-05-251-21/+111
* | | | spi/omap2_mcspi: change default DMA_MIN_BYTES value to 160Roman Tereshonkov2010-05-251-1/+1