1. 068a565 Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixes by Olof Johansson · 12 years ago
  2. c10356b spi/s3c64xx: use correct dma_transfer_direction type by Arnd Bergmann · 12 years ago
  3. a54dfb1 Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  4. 7fe0b14 Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 12 years ago
  5. 06455bb dt/s3c64xx/spi: Use of_get_child_by_name to get a named child by Srinivas Kandagatla · 12 years ago
  6. 8e5d066 Merge tag 'v3.6-rc6' into spi-drivers by Mark Brown · 12 years ago
  7. 5bee3b9 spi/s3c64xx: Don't free controller_data on non-dt platforms by Sylwester Nawrocki · 12 years ago
  8. 436d42c ARM: samsung: move platform_data definitions by Arnd Bergmann · 12 years ago
  9. 9a2a524 spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functions by Guenter Roeck · 12 years ago
  10. 8a6b521 Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 12 years ago
  11. 4732cc6 spi/s3c64xx: improve error handling by Arnd Bergmann · 12 years ago
  12. 10ce047 spi/s3c64xx: Add missing static storage class specifiers by Sachin Kamat · 12 years ago
  13. 5fc3e83 spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sites by Mark Brown · 12 years ago
  14. b1ec430 spi/s3c64xx: Convert to devm_request_and_ioremap() by Mark Brown · 12 years ago
  15. 707214d spi/s3c64xx: Put the /CS GPIO into output mode by Mark Brown · 12 years ago
  16. 49f3eac spi/s3c64xx: Fix handling of errors in gpio_request() by Mark Brown · 12 years ago
  17. 2b90807 spi: s3c64xx: add device tree support by Thomas Abraham · 12 years ago
  18. 1c20c20 spi: s3c64xx: Remove the 'set_level' callback from controller data by Thomas Abraham · 12 years ago
  19. 868dee9 ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functions by Thomas Abraham · 12 years ago
  20. a5238e3 spi: s3c64xx: move controller information into driver data by Thomas Abraham · 12 years ago
  21. 2b54be6 spi: s3c64xx: remove unused S3C64XX_SPI_ST_TRLCNTZ macro by Thomas Abraham · 12 years ago
  22. 4969c32 spi/s3c64xx: Add the use of DMA config operation by Boojin Kim · 12 years ago
  23. 6ea41a2 spi: s3c64xx: Fix build by Mark Brown · 12 years ago
  24. 1afb708 spi: s3c64xx: remove unnecessary callback msg->complete by Kuninori Morimoto · 12 years ago
  25. 054ebcc spi: Compatibility with direction which is used in samsung DMA operation by Kyoungil Kim · 12 years ago
  26. ad2a99a spi/s3c64xx: Convert to using core message queue by Mark Brown · 12 years ago
  27. bc26618 Merge branch 'spi/s3c64xx' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Grant Likely · 12 years ago
  28. b97b662 spi/s3c64xx: Implement runtime PM support by Mark Brown · 13 years ago
  29. e25d0bf spi/s3c64xx: Convert to dev_pm_ops by Mark Brown · 13 years ago
  30. c257312 spi/s3c64xx: Log error interrupts by Mark Brown · 13 years ago
  31. a24d850 spi/s3c64xx: Use bus clocks created using clkdev by Padmavathi Venna · 13 years ago
  32. 82ab8cd spi/s3c64xx: Merge dma control code by Boojin Kim · 13 years ago
  33. 39d3e80 spi/s3c64xx: Add support DMA engine API by Boojin Kim · 13 years ago
  34. 7235dd7 Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  35. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed (99%) from drivers/spi/spi_s3c64xx.c]
  36. 0c92ecf spi/s3c64xx: Correction for 16,32 bits bus width by Jassi Brar · 14 years ago
  37. b42a81c spi/s3c64xx: Consider the clk_from_cmu flag by Jassi Brar · 14 years ago
  38. e02ddd4 spi/s3c64xx: Prevent unnecessary map-unmap by Jassi Brar · 14 years ago
  39. be7852a spi/spi_s3c64xx: Warn if PIO transfers time out by Mark Brown · 14 years ago
  40. c3f139b spi/s3c64xx: Fix incorrect reuse of 'val' local variable. by Jassi Brar · 14 years ago
  41. 251ee47 spi/s3c64xx: Fix compilation warning by Jassi Brar · 14 years ago
  42. 9d8f86b spi/spi_s3c64xx: Increase dead reckoning time in wait_for_xfer() by Mark Brown · 14 years ago
  43. d2a787f spi/spi_s3c64xx: Move to subsys_initcall() by Mark Brown · 14 years ago
  44. 8944f4f spi/spi_s3c64xx: Staticise non-exported functions by Mark Brown · 14 years ago
  45. cc0fc0b spi/spi_s3c64xx: Make probe more robust against missing board config by Mark Brown · 14 years ago
  46. 8a349d4 spi/spi_s3c64xx.c: Fix continuation line formats by Joe Perches · 14 years ago
  47. fa0fcde spi/s3c64xx: Add new parameter to cs callback by Jassi Brar · 15 years ago
  48. e6b873c spi/s3c64xx: Include moved header by Jassi Brar · 15 years ago
  49. ef6c680 spi/s3c64xx: Check before mem-region release by Jassi Brar · 15 years ago
  50. b0d5d6e spi/s3c64xx: Move src_clk to local driver data by Jassi Brar · 15 years ago
  51. ee64a37 spi/s3c64xx: Differentiate ip and rate clock by Jassi Brar · 15 years ago
  52. ad7de72 spi/s3c64xx: Rename s3c64xx_spi_cntrlr_info by Jassi Brar · 15 years ago
  53. 230d42d spi: Add s3c64xx SPI Controller driver by Jassi Brar · 15 years ago