1. 9effb95 spi_mpc83xx: fix checkpatch issues by Anton Vorontsov · 15 years ago
  2. 5afbf09 spi_mpc83xx: add small delay after asserting chip-select line by Anton Vorontsov · 15 years ago
  3. fd8a11e spi_mpc83xx: quieten down the "Requested speed is too low" message by Anton Vorontsov · 15 years ago
  4. 9e04b33 spi_mpc83xx: handle other Freescale processors by Anton Vorontsov · 15 years ago
  5. 2757049 spi: fix spi_write_then_read() comment by Jiri Pirko · 15 years ago
  6. 50e0a7b pxa2xx_spi: fix for SPI_CS_HIGH by Daniel Ribeiro · 15 years ago
  7. 7390284 mpc52xx_psc_spi: convert to cs_control callback by Anton Vorontsov · 15 years ago
  8. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
  9. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
  10. b4bd2ab spi_bfin5xx: limit reaches -1 by Roel Kluin · 15 years ago
  11. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  12. 0214154 spi: takes size of a pointer to determine the size of the pointed-to type by Roel Kluin · 15 years ago
  13. 8d6cea5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 15 years ago
  14. 2cf4d45 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  15. 67834fa Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable by Jie Zhang · 15 years ago
  16. 547c32a Merge branch for-rmk-devel of git://aeryn.fluff.org.uk/bjdooks/linux into devel by Russell King · 15 years ago
  17. b43d65f [ARM] 5546/1: ARM PL022 SSP/SPI driver v3 by Linus Walleij · 15 years ago
  18. fc05505 Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into devel by Russell King · 15 years ago
  19. 6fa612b microblaze: Kconfig: Enable drivers for Microblaze by Michal Simek · 15 years ago
  20. ec976d6 [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h> by Ben Dooks · 15 years ago
  21. 7348d82 pxa2xx_spi: prevent panic case setup() fails by Daniel Ribeiro · 15 years ago
  22. 8c8fdbc [ARM] Remove arch-imx from build system by Sascha Hauer · 15 years ago
  23. 306c68a spi: pxa2xx: limit reaches -1 by Roel Kluin · 15 years ago
  24. 148da33 pxa2xx_spi: restore DRCMR on resume by Daniel Ribeiro · 15 years ago
  25. 9fa264d Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Russell King · 15 years ago
  26. bdff549 spi: spi_write_then_read() bugfixes by David Brownell · 15 years ago
  27. 2b2562d [ARM] pxa: fix typo of cs_deassert() in pxa2xx-spi.c by Daniel Ribeiro · 15 years ago
  28. 96a6d9a spi_imx: set spi_master.dma_alignment = 4 by Mike Rapoport · 15 years ago
  29. 7ad0ba9 pxa2xx_spi: set spi_master.dma_alignment = 8 by Mike Rapoport · 15 years ago
  30. 75c8915 spi_bfin5xx: remove unused IS_DMA_ALIGNED macro by Mike Rapoport · 15 years ago
  31. a7bb390 spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common cases by Eric Miao · 15 years ago
  32. c8fc657 spi: limit reaches -1, tested 0 by Roel Kluin · 15 years ago
  33. 93b61bd Blackfin SPI Driver: Make mmc_spi driver work on Blackfin by Wolfgang Muees · 15 years ago
  34. 42c78b2 Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support by Michael Hennerich · 15 years ago
  35. e7d02e3 Blackfin SPI Driver: fix NULL pointer crash by Mike Frysinger · 15 years ago
  36. 138f97c Blackfin SPI Driver: use bfin_spi_ prefix on all functions by Mike Frysinger · 15 years ago
  37. b9b2a76 Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change by Yi Li · 15 years ago
  38. 2cf3683 Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert CS correctly by Yi Li · 15 years ago
  39. a963ea8 Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x by Mike Frysinger · 15 years ago
  40. aaaf939 Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handler by Mike Frysinger · 15 years ago
  41. 11d6f59 Blackfin SPI Driver: get dma working for SPI flashes by Mike Frysinger · 15 years ago
  42. 4160bde Blackfin SPI Driver: SPI slave select code cleanup by Mike Frysinger · 15 years ago
  43. b31e27a Blackfin SPI Driver: use the properl BIT_CTL_xxx defines by Mike Frysinger · 15 years ago
  44. 40a2945 Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag any by Mike Frysinger · 15 years ago
  45. d24bd1d Blackfin SPI Driver: add a few more DMA debug messages by Mike Frysinger · 15 years ago
  46. 59bfcc6 Blackfin SPI Driver: drop bogus cast and touchup dma label by Mike Frysinger · 15 years ago
  47. 7aec356 Blackfin SPI Driver: unify duplicated code in dma read/write paths by Mike Frysinger · 15 years ago
  48. 04b95d2 Blackfin SPI Driver: pass DMA overflow error to the higher level by Mike Frysinger · 15 years ago
  49. ace3286 Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes transferred by Mike Frysinger · 15 years ago
  50. a42e809 Blackfin SPI Driver: remove useless <asm/cplbinit.h> by Mike Frysinger · 15 years ago
  51. 7513e00 Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculation by Michael Hennerich · 15 years ago
  52. 8cf5858 Blackfin SPI Driver: ensure cache coherency before doing DMA by Vitja Makarov · 15 years ago
  53. bfb9bcd spi-gpio: allow operation without CS signal by Michael Buesch · 15 years ago
  54. 35b4b3c spi_mpc83xx: add OF platform driver bindings by Anton Vorontsov · 15 years ago
  55. 364fdbc spi_mpc83xx: rework chip selects handling by Anton Vorontsov · 15 years ago
  56. 34c8a20 spi_mpc83xx: fix sparse warnings by Anton Vorontsov · 15 years ago
  57. 9ff9a26 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  58. ed40d0c Merge branch 'origin' into devel by Russell King · 15 years ago
  59. 6c7377a spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  60. 14b6848 Merge branch 'omap-clks3' into devel by Russell King · 15 years ago
  61. 97fb44e Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel by Russell King · 15 years ago
  62. 1df879e powerpc/virtex/spi: Xilinx SPI driver not releasing memory by John Linn · 15 years ago
  63. 7ebc8d5 [ARM] pxa: move DMA registers definitions into <mach/dma.h> by Eric Miao · 16 years ago
  64. be50344 spi-gpio: sanitize MISO bitvalue by Michael Buesch · 15 years ago
  65. b1ad379 [ARM] omap: spi: arrange for omap_uwire to use connection ID by Russell King · 16 years ago
  66. 1b5715e [ARM] omap: mcspi: new short connection id names by Russell King · 16 years ago
  67. e51d565 spi: Move at25 (for SPI eeproms) to /drivers/misc/eeprom by Wolfram Sang · 16 years ago
  68. 5b96f17 atmel_spi: allow transfer when max_speed_hz = 0 by Stanislaw Gruszka · 16 years ago
  69. ff82c58 Xilinx: SPI: updated driver for device tree by John Linn · 16 years ago
  70. 2b73005 hwmon: (lm70) Code streamlining and cleanup by Kaiwan N Billimoria · 16 years ago
  71. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  72. 51e911e drivers/spi: move a dereference below a NULL test by Julia Lawall · 16 years ago
  73. ee9c1fb spi: use generic gpio calls in spi_s3c24xx_gpio by Ben Dooks · 16 years ago
  74. 5ee36c9 spi: atmel_spi update chipselect handling by Haavard Skinnemoen · 16 years ago
  75. 5bfa26c atmel_spi: clean up SPIv1 quirk handling by Haavard Skinnemoen · 16 years ago
  76. d29389d spi_gpio driver by David Brownell · 16 years ago
  77. 35f74fc spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  78. 72aaf09 Merge git://git.marvell.com/orion into devel by Russell King · 16 years ago
  79. b93c35f spi: fix spi_s3c24xx_gpio num_chipselect by Ben Dooks · 16 years ago
  80. e39ea8a spi: fix spi_s3c24xx_gpio device handle lookup by Ben Dooks · 16 years ago
  81. 4e253d2 spi: au1550_spi full duplex dma fix by Jan Nikitenko · 16 years ago
  82. 6a010b5 spi: fix spi_imx probe oopsing by Julien Boibessot · 16 years ago
  83. b7d271d spi: mpc52xx_psc_spi chipselect bugfix by Stefano Babic · 16 years ago
  84. aaacf4b spi: avoid spidev crash when device is removed by Wolfgang Ocker · 16 years ago
  85. fba6700 Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into devel by Russell King · 16 years ago
  86. dcea83a [ARM] Hide ISA DMA API when ISA_DMA_API is unset by Russell King · 16 years ago
  87. 3b45d63 spi_imx: full duplex dma corruption bugfix by Andrea Paterniani · 16 years ago
  88. 393df74 pxa2xx_spi: bugfix full duplex dma data corruption by Ned Forrester · 16 years ago
  89. 50d7d5b atmel_spi: work-around required for new HW bug in AT91SAM9263 Rev.B SPI controller by Jean-Christophe Lallemand · 16 years ago
  90. 1362270 [ARM] S3C: Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat. by Ben Dooks · 16 years ago
  91. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  92. 8ef5090 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  93. 673c0c0 spi: core and gpio expanders use subsys_init by David Brownell · 16 years ago
  94. 2bec19f orion_spi: handle 88F6183 erratum by Lennert Buytenhek · 16 years ago
  95. f1f640a pxa2xx_spi: fix chip_info defaults and documentation. by Vernon Sauder · 16 years ago
  96. 65a00a2 pxa2xx_spi: minor cleanup by Guennadi Liakhovetski · 16 years ago
  97. cf46b97 spi_s3c24xx: pin configuration updates by Ben Dooks · 16 years ago
  98. f9b90e3 spi: simplify spi_write_then_read() by Vernon Sauder · 16 years ago
  99. 62f9e8f mpc52xx_psc_spi: remove code associated with !CONFIG_PPC_MERGE by Kumar Gala · 16 years ago
  100. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago