1. 6d6a7a0 spi: atmel: fix handling of cs_change set on non-last xfer by Mans Rullgard · 4 years, 7 months ago
  2. 1e4c21a spi: atmel: Fix CS high support by Gregory CLEMENT · 4 years, 7 months ago
  3. 90f7d14 spi: atmel: fixed spin_lock usage inside atmel_spi_remove by Radu Pirea · 6 years ago
  4. 70f340d spi: atmel: fix gpio chip-select in case of non-DT platform by Cyrille Pitchen · 8 years ago
  5. 076fcb1 Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/topic/au1550', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-next by Mark Brown · 9 years ago
  6. 5ba838c Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2-mcspi', 'spi/fix/ti-qspi' and 'spi/fix/xilinx' into spi-linus by Mark Brown · 9 years ago
  7. 06515f8 spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word by David Mosberger-Tang · 9 years ago
  8. e864658 spi: atmel: Remove needless bits_per_word and speed_hz tests by Jarkko Nikula · 9 years ago
  9. 5132361 Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc', 'spi/fix/mediatek', 'spi/fix/meson', 'spi/fix/mtk' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 9 years ago
  10. d630526 spi: atmel: remove warning when !CONFIG_PM_SLEEP by Alexandre Belloni · 9 years ago
  11. bdbbd38 spi: atmel: remove useless include by Alexandre Belloni · 9 years ago
  12. 11f2764 spi: atmel: add support to FIFOs by Cyrille Pitchen · 9 years ago
  13. 4820303 spi: atmel: add support for the internal chip-select of the spi controller by Cyrille Pitchen · 9 years ago
  14. f9de734 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/topic/bcm2835', 'spi/topic/bcm53xx' and 'spi/topic/bitbang' into spi-next by Mark Brown · 9 years ago
  15. ea46732 spi: atmel: use endian agnostic IO by Ben Dooks · 9 years ago
  16. 76e1d14 spi: atmel: Fix interrupt setup for PDC transfers by Torsten Fleischer · 9 years ago
  17. 1369dea spi: atmel: cleanup wait_for_completion return handling by Nicholas Mc Guire · 9 years ago
  18. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  19. 5e9af37 spi: atmel: introduce probe deferring by Ludovic Desroches · 10 years ago
  20. 7758e39 spi: atmel: remove compat for non DT board when requesting dma chan by Ludovic Desroches · 10 years ago
  21. c1ee8f3 spi/atmel: improve the system suspend/resume functions implementation by Wenyou Yang · 10 years ago
  22. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  23. d0de6ff spi/atmel: fix simple_return.cocci warnings by Fengguang Wu · 10 years ago
  24. ce0c4ca spi/atmel: add support for runtime PM by Wenyou Yang · 10 years ago
  25. 5398ad6 spi/atmel: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  26. 67f08d6 spi/atmel: Fix pointer to int conversion warnings on 64 bit builds by Mark Brown · 10 years ago
  27. ef40eb3 spi: atmel: Use dmaengine_prep_slave_sg() API by Geert Uytterhoeven · 10 years ago
  28. 446fe5e Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/topic/cadence' into spi-next by Mark Brown · 10 years ago
  29. b112f05 spi: atmel: fix incorrect comparison by Alexandre Belloni · 10 years ago
  30. 1676014 spi: atmel: Fix scheduling while atomic bug by Alexander Stein · 10 years ago
  31. 0c3b974 spi: atmel: Make current_remaining_bytes to be int by Axel Lin · 10 years ago
  32. 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
  33. 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
  34. 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
  35. 54f4c51 spi: atmel: fix printk format warnings by Randy Dunlap · 10 years ago
  36. ba938f3 spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacks by Wenyou Yang · 10 years ago
  37. 5bdfd49 spi: atmel: adopt pinctrl support by Wenyou Yang · 10 years ago
  38. ad6f33d spi: atmel: Let spi core handle validating transfer length by Axel Lin · 10 years ago
  39. 0e6d873 spi: atmel: Remove redundant list_empty checking by Axel Lin · 10 years ago
  40. 354312f spi: Remove duplicate code to check chip_select by Axel Lin · 10 years ago
  41. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  42. 8090d6d spi: atmel: Refactor spi-atmel to use SPI framework queue by Wenyou Yang · 10 years ago
  43. d3b72c7 spi: atmel: add support for changing message transfer speed by Richard Genoud · 11 years ago
  44. 9f87d6f spi: atmel: Use devm_*() functions by Jingoo Han · 10 years ago
  45. 543c954 spi: atmel: fix return value check in atmel_spi_probe() by Wei Yongjun · 11 years ago
  46. 3140747 spi/atmel: Convert to devm_ioremap_resource() by Mark Brown · 11 years ago
  47. 381bd95 Merge remote-tracking branch 'spi/topic/trivial' into spi-atmel by Mark Brown · 11 years ago
  48. f6bd03a spi: Don't break user-visible strings to multiple source lines in drivers by Jarkko Nikula · 11 years ago
  49. 01b9e04 spi: atmel: Fix checkpatch issue by Jingoo Han · 11 years ago
  50. de8cc23 spi: atmel: Fix incorrect error path by Sachin Kamat · 11 years ago
  51. a536d76 spi: atmel: Silence checkpatch errors by Sachin Kamat · 11 years ago
  52. ec60dd3 spi: atmel: convert from legacy pm ops to dev_pm_ops by Jingoo Han · 11 years ago
  53. 2de024b spi/atmel: Fix format specifier warnings by Emil Goode · 11 years ago
  54. 6c07ef2 spi/atmel: Annotate lock/unlock functions by Mark Brown · 11 years ago
  55. dfec4a6 spi: atmel: prepare clk before calling enable by Boris BREZILLON · 11 years ago
  56. 4581949 Merge remote-tracking branch 'spi/topic/bpw' into spi-next by Mark Brown · 11 years ago
  57. 2f767a9 spi: atmel: convert to dma_request_slave_channel_compat() by Richard Genoud · 11 years ago
  58. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  59. 88b0357 Merge remote-tracking branch 'spi/fix/grant' into spi-linus by Mark Brown · 11 years ago
  60. f557c98 spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIO by Richard Genoud · 11 years ago
  61. 1ccc404 spi/spi-atmel: add dmaengine support by Nicolas Ferre · 11 years ago
  62. 8aad792 spi/spi-atmel: add flag to controller data for lock operations by Nicolas Ferre · 11 years ago
  63. dfab30e spi/spi-atmel: add physical base address by Nicolas Ferre · 11 years ago
  64. 3d35226 spi/atmel: fix speed_hz check in atmel_spi_transfer() by Joachim Eastwood · 11 years ago
  65. 823cd04 spi/spi-atmel: status information passed through controller data by Nicolas Ferre · 11 years ago
  66. 1888e8f spi/spi-atmel: call unmapping on transfers buffers by Nicolas Ferre · 11 years ago
  67. 97ed465 spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0 by Wenyou Yang · 11 years ago
  68. d4820b7 spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION register. by Wenyou Yang · 11 years ago
  69. 2deff8d spi: Remove erroneous __init, __exit and __exit_p() references in drivers by Grant Likely · 11 years ago
  70. 850a5b6 spi/atmel: add DT support by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  71. d3b43e1 Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 11 years ago
  72. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 11 years ago
  73. bcd2360 arm: at91: move platfarm_data to include/linux/platform_data/atmel.h by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  74. 1cb201a atmel/spi: fix missing probe by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  75. 18c0635 Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  76. 940ab88 drivercore: Add helper macro for platform_driver boilerplate by Grant Likely · 13 years ago
  77. 60e8972 ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h by Russell King · 13 years ago
  78. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed (85%) from drivers/spi/atmel_spi.c]
  79. e05503e Haavard Skinnemoen has left Atmel by Jean Delvare · 13 years ago
  80. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  81. 214b574 atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer' by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  82. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  83. ee2007d spi/atmel: typo in debug message by Matthias Brugger · 14 years ago
  84. b9d228f spi/atmel: let transfers through if not changing bits_per_word by Matthias Brugger · 14 years ago
  85. 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
  86. 905aa0a spi: atmel_spi.c: use resource_size() by hartleys · 14 years ago
  87. 6aed4ee atmel_spi: fix dma addr calculation for len > BUFFER_SIZE by Ben Nizette · 14 years ago
  88. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
  89. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
  90. 6c7377a spi: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  91. 5b96f17 atmel_spi: allow transfer when max_speed_hz = 0 by Stanislaw Gruszka · 15 years ago
  92. 5ee36c9 spi: atmel_spi update chipselect handling by Haavard Skinnemoen · 15 years ago
  93. 5bfa26c atmel_spi: clean up SPIv1 quirk handling by Haavard Skinnemoen · 15 years ago
  94. 50d7d5b atmel_spi: work-around required for new HW bug in AT91SAM9263 Rev.B SPI controller by Jean-Christophe Lallemand · 16 years ago
  95. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  96. dc32944 atmel_spi: fix hang due to missed interrupt by Gerard Kam · 16 years ago
  97. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  98. 592e7bf atmel_spi: clean up baud rate divisor calculation by Haavard Skinnemoen · 16 years ago
  99. 0671981 atmel_spi: support zero length transfer by Atsushi Nemoto · 16 years ago
  100. 7e38c3c spi: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago