1. 5e9af37 spi: atmel: introduce probe deferring by Ludovic Desroches · 10 years ago
  2. 7758e39 spi: atmel: remove compat for non DT board when requesting dma chan by Ludovic Desroches · 10 years ago
  3. c1ee8f3 spi/atmel: improve the system suspend/resume functions implementation by Wenyou Yang · 10 years ago
  4. d0de6ff spi/atmel: fix simple_return.cocci warnings by Fengguang Wu · 10 years ago
  5. ce0c4ca spi/atmel: add support for runtime PM by Wenyou Yang · 10 years ago
  6. 5398ad6 spi/atmel: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  7. 67f08d6 spi/atmel: Fix pointer to int conversion warnings on 64 bit builds by Mark Brown · 10 years ago
  8. ef40eb3 spi: atmel: Use dmaengine_prep_slave_sg() API by Geert Uytterhoeven · 10 years ago
  9. 446fe5e Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/topic/cadence' into spi-next by Mark Brown · 10 years ago
  10. b112f05 spi: atmel: fix incorrect comparison by Alexandre Belloni · 10 years ago
  11. 1676014 spi: atmel: Fix scheduling while atomic bug by Alexander Stein · 10 years ago
  12. 0c3b974 spi: atmel: Make current_remaining_bytes to be int by Axel Lin · 10 years ago
  13. 6e07b91 Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-next by Mark Brown · 10 years ago
  14. 9dee279 Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/completion' and 'spi/topic/davinci' into spi-next by Mark Brown · 10 years ago
  15. 0f38af4 Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/topic/au1550', 'spi/topic/bcm63xx', 'spi/topic/bcm63xx-hsspi', 'spi/topic/bfin5xx', 'spi/topic/bitbang' and 'spi/topic/bpw' into spi-next by Mark Brown · 10 years ago
  16. 54f4c51 spi: atmel: fix printk format warnings by Randy Dunlap · 10 years ago
  17. ba938f3 spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacks by Wenyou Yang · 10 years ago
  18. 5bdfd49 spi: atmel: adopt pinctrl support by Wenyou Yang · 10 years ago
  19. ad6f33d spi: atmel: Let spi core handle validating transfer length by Axel Lin · 10 years ago
  20. 0e6d873 spi: atmel: Remove redundant list_empty checking by Axel Lin · 10 years ago
  21. 354312f spi: Remove duplicate code to check chip_select by Axel Lin · 10 years ago
  22. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  23. 8090d6d spi: atmel: Refactor spi-atmel to use SPI framework queue by Wenyou Yang · 10 years ago
  24. d3b72c7 spi: atmel: add support for changing message transfer speed by Richard Genoud · 11 years ago
  25. 9f87d6f spi: atmel: Use devm_*() functions by Jingoo Han · 11 years ago
  26. 543c954 spi: atmel: fix return value check in atmel_spi_probe() by Wei Yongjun · 11 years ago
  27. 3140747 spi/atmel: Convert to devm_ioremap_resource() by Mark Brown · 11 years ago
  28. 381bd95 Merge remote-tracking branch 'spi/topic/trivial' into spi-atmel by Mark Brown · 11 years ago
  29. f6bd03a spi: Don't break user-visible strings to multiple source lines in drivers by Jarkko Nikula · 11 years ago
  30. 01b9e04 spi: atmel: Fix checkpatch issue by Jingoo Han · 11 years ago
  31. de8cc23 spi: atmel: Fix incorrect error path by Sachin Kamat · 11 years ago
  32. a536d76 spi: atmel: Silence checkpatch errors by Sachin Kamat · 11 years ago
  33. ec60dd3 spi: atmel: convert from legacy pm ops to dev_pm_ops by Jingoo Han · 11 years ago
  34. 2de024b spi/atmel: Fix format specifier warnings by Emil Goode · 11 years ago
  35. 6c07ef2 spi/atmel: Annotate lock/unlock functions by Mark Brown · 11 years ago
  36. dfec4a6 spi: atmel: prepare clk before calling enable by Boris BREZILLON · 11 years ago
  37. 4581949 Merge remote-tracking branch 'spi/topic/bpw' into spi-next by Mark Brown · 11 years ago
  38. 2f767a9 spi: atmel: convert to dma_request_slave_channel_compat() by Richard Genoud · 11 years ago
  39. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  40. 88b0357 Merge remote-tracking branch 'spi/fix/grant' into spi-linus by Mark Brown · 11 years ago
  41. f557c98 spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIO by Richard Genoud · 11 years ago
  42. 1ccc404 spi/spi-atmel: add dmaengine support by Nicolas Ferre · 11 years ago
  43. 8aad792 spi/spi-atmel: add flag to controller data for lock operations by Nicolas Ferre · 11 years ago
  44. dfab30e spi/spi-atmel: add physical base address by Nicolas Ferre · 11 years ago
  45. 3d35226 spi/atmel: fix speed_hz check in atmel_spi_transfer() by Joachim Eastwood · 11 years ago
  46. 823cd04 spi/spi-atmel: status information passed through controller data by Nicolas Ferre · 11 years ago
  47. 1888e8f spi/spi-atmel: call unmapping on transfers buffers by Nicolas Ferre · 11 years ago
  48. 97ed465 spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0 by Wenyou Yang · 11 years ago
  49. d4820b7 spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION register. by Wenyou Yang · 11 years ago
  50. 2deff8d spi: Remove erroneous __init, __exit and __exit_p() references in drivers by Grant Likely · 11 years ago
  51. 850a5b6 spi/atmel: add DT support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  52. d3b43e1 Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  53. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
  54. bcd2360 arm: at91: move platfarm_data to include/linux/platform_data/atmel.h by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  55. 1cb201a atmel/spi: fix missing probe by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  56. 18c0635 Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  57. 940ab88 drivercore: Add helper macro for platform_driver boilerplate by Grant Likely · 13 years ago
  58. 60e8972 ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h by Russell King · 13 years ago
  59. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed (85%) from drivers/spi/atmel_spi.c]
  60. e05503e Haavard Skinnemoen has left Atmel by Jean Delvare · 13 years ago
  61. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  62. 214b574 atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer' by Jean-Christophe PLAGNIOL-VILLARD · 14 years ago
  63. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  64. ee2007d spi/atmel: typo in debug message by Matthias Brugger · 14 years ago
  65. b9d228f spi/atmel: let transfers through if not changing bits_per_word by Matthias Brugger · 14 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  67. 905aa0a spi: atmel_spi.c: use resource_size() by hartleys · 15 years ago
  68. 6aed4ee atmel_spi: fix dma addr calculation for len > BUFFER_SIZE by Ben Nizette · 15 years ago
  69. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
  70. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
  71. 6c7377a spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  72. 5b96f17 atmel_spi: allow transfer when max_speed_hz = 0 by Stanislaw Gruszka · 15 years ago
  73. 5ee36c9 spi: atmel_spi update chipselect handling by Haavard Skinnemoen · 15 years ago
  74. 5bfa26c atmel_spi: clean up SPIv1 quirk handling by Haavard Skinnemoen · 15 years ago
  75. 50d7d5b atmel_spi: work-around required for new HW bug in AT91SAM9263 Rev.B SPI controller by Jean-Christophe Lallemand · 16 years ago
  76. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  77. dc32944 atmel_spi: fix hang due to missed interrupt by Gerard Kam · 16 years ago
  78. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  79. 592e7bf atmel_spi: clean up baud rate divisor calculation by Haavard Skinnemoen · 16 years ago
  80. 0671981 atmel_spi: support zero length transfer by Atsushi Nemoto · 16 years ago
  81. 7e38c3c spi: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  82. f6febcc atmel_spi: fix clock polarity by Atsushi Nemoto · 16 years ago
  83. 8bacb21 atmel_spi: fix dmachain oops with DEBUG enabled by Haavard Skinnemoen · 16 years ago
  84. 154443c atmel_spi: chain DMA transfers by Silvester Erdeg · 16 years ago
  85. 1eed29d atmel_spi throughput improvement by Haavard Skinnemoen · 16 years ago
  86. d84248b atmel_spi: reload RCR before TCR by Rini van Zetten · 17 years ago
  87. 65f97a5 atmel_spi: label GPIOs better by David Brownell · 17 years ago
  88. 49dce68 spi doesn't need class_device by Tony Jones · 17 years ago
  89. 85787a2 Fix typo in atmel_spi.c by Andrew Victor · 17 years ago
  90. defbd3b atmel_spi: don't always deselect chip between messages by David Brownell · 17 years ago
  91. 8da0859 atmel_spi: minor updates by David Brownell · 17 years ago
  92. dccd573 SPI controller drivers: check for unsupported modes by David Brownell · 17 years ago
  93. 5a9a62b atmel_spi dma address bugfix by Haavard Skinnemoen · 17 years ago
  94. a1e3cf4 atmel_spi: remove unnecessary (and wrong) #ifdefs by Haavard Skinnemoen · 17 years ago
  95. 28735a7 [PATCH] gpio_direction_output() needs an initial value by David Brownell · 17 years ago
  96. bb2d1c3 [PATCH] SPI controller build/warning fixes by David Brownell · 17 years ago
  97. 754ce4f [PATCH] SPI: atmel_spi driver by Haavard Skinnemoen · 17 years ago