1. cb8b2fd spi: xilinx: Detect stall with Unknown commands by Ricardo Ribalda Delgado · 6 years ago
  2. d336484 spi: xilinx: Return IRQ_NONE if no interrupts were detected by Lars-Peter Clausen · 8 years ago
  3. 4db9bf5 spi: xilinx: Handle errors from platform_get_irq() by Lars-Peter Clausen · 8 years ago
  4. eca37c7 spi/spi-xilinx: Fix race condition on last word read by Ricardo Ribalda Delgado · 9 years ago
  5. 7434684 spi/spi-xilinx: Fix spurious IRQ ACK on irq mode by Ricardo Ribalda Delgado · 9 years ago
  6. 16ea9b8 spi/spi-xilinx: Fix mixed poll/irq mode by Ricardo Ribalda Delgado · 9 years ago
  7. 34093cb spi/xilinx: Fix access invalid memory on xilinx_spi_tx by Ricardo Ribalda Delgado · 9 years ago
  8. 0635287 spi: Revert "spi/xilinx: Remove iowrite/ioread wrappers" by Mark Brown · 9 years ago
  9. eb25f16 spi/xilinx: Check number of slaves range by Ricardo Ribalda · 9 years ago
  10. 2241735 spi/xilinx: Use polling mode on small transfers by Ricardo Ribalda Delgado · 9 years ago
  11. b563bfb spi/xilinx: Remove remaining_words driver data variable by Ricardo Ribalda Delgado · 9 years ago
  12. 99082ea spi/xilinx: Remove iowrite/ioread wrappers by Ricardo Ribalda Delgado · 9 years ago
  13. 17aaaa8 spi/xilinx: Convert bits_per_word in bytes_per_word by Ricardo Ribalda Delgado · 9 years ago
  14. d79b2d0 spi/xilinx: Convert remainding_bytes in remaining words by Ricardo Ribalda Delgado · 9 years ago
  15. c309294 spi/xilinx: Make spi_tx and spi_rx simmetric by Ricardo Ribalda Delgado · 9 years ago
  16. 24ba5e5 spi/xilinx: Remove rx_fn and tx_fn pointer by Ricardo Ribalda Delgado · 9 years ago
  17. f9c6ef6 spi/xilinx: Support for spi mode CS_HIGH by Ricardo Ribalda Delgado · 9 years ago
  18. d9f5881 spi/xilinx: Do not inhibit transmission in polling mode by Ricardo Ribalda Delgado · 9 years ago
  19. 5fe11cc spi/xilinx: Support cores with no interrupt by Ricardo Ribalda Delgado · 9 years ago
  20. 5b74d7a spi/xilinx: Use cached value of register by Ricardo Ribalda Delgado · 9 years ago
  21. a87cbca spi/xilinx: Code cleanup by Ricardo Ribalda Delgado · 9 years ago
  22. 899929b spi/xilinx: Leave the IRQ always enabled. by Ricardo Ribalda Delgado · 9 years ago
  23. 4c9a761 spi/xilinx: Simplify spi_fill_tx_fifo by Ricardo Ribalda Delgado · 9 years ago
  24. c5d348d spi/xilinx: Simplify data read from the Rx FIFO by Ricardo Ribalda Delgado · 9 years ago
  25. 0240f94 spi/xilinx: Support for spi mode LOOP by Ricardo Ribalda Delgado · 9 years ago
  26. bca690d spi/xilinx: Support for spi mode LSB_FIRST by Ricardo Ribalda Delgado · 9 years ago
  27. 9c0b8fd spi: xilinx: Remove .owner field for driver by Michal Simek · 10 years ago
  28. 4b153a2 spi: xilinx: Use pdev->id instead of pdev->dev.id for the SPI bus number by Lars-Peter Clausen · 10 years ago
  29. 45b15d9 Merge remote-tracking branches 'spi/topic/xilinx' and 'spi/topic/xtfpga' into spi-next by Mark Brown · 10 years ago
  30. 6ff8672 spi: xilinx: remove unnecessary spaces by Jingoo Han · 10 years ago
  31. 9bf46f6 spi: xilinx: Convert to let spi core validate bits_per_word by Axel Lin · 10 years ago
  32. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  33. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  34. 94c69f7 spi: bitbang: Let spi_bitbang_start() take a reference to master by Axel Lin · 11 years ago
  35. 68aa4cb Merge remote-tracking branch 'spi/topic/pdata' into spi-next by Mark Brown · 11 years ago
  36. b5f9a9d Merge remote-tracking branch 'spi/topic/rspi' into spi-pdata by Mark Brown · 11 years ago
  37. 8074cf0 spi: use dev_get_platdata() by Jingoo Han · 11 years ago
  38. 30af9b5 spi/bitbang: Drop empty setup() functions by Mark Brown · 11 years ago
  39. 9ca1273 spi/xilinx: signedness issue checking platform_get_irq() by Dan Carpenter · 11 years ago
  40. 7b3b743 spi/xilinx: Simplify irq allocation by Michal Simek · 11 years ago
  41. be3acdf spi/xilinx: Use of_property_read_u32 for reading value from node by Michal Simek · 11 years ago
  42. ad3fdbc spi/xilinx: Clean ioremap calling by Michal Simek · 11 years ago
  43. 5586c09 spi/xilinx: Remove CONFIG_OF from the driver by Michal Simek · 11 years ago
  44. 7cb2abd spi/xilinx: Refer to platform device as pdev in probe() and remove() by Mark Brown · 11 years ago
  45. d81c0bb spi/xilinx: Remove remains of of_platform device registration by Mark Brown · 11 years ago
  46. c40537d spi/xilinx: Convert to devm_ioremap_resource() by Mark Brown · 11 years ago
  47. e076195 spi/xilinx: Revert master->setup function removal by Michal Simek · 11 years ago
  48. ed89355 Merge remote-tracking branch 'spi/topic/xilinx' into spi-next by Mark Brown · 11 years ago
  49. 4581949 Merge remote-tracking branch 'spi/topic/bpw' into spi-next by Mark Brown · 11 years ago
  50. e33d085 spi: spi-xilinx: cleanup a check in xilinx_spi_txrx_bufs() by dan.carpenter@oracle.com · 11 years ago
  51. 913b196 spi: spi-xilinx: Remove redundant platform_set_drvdata() by Sachin Kamat · 11 years ago
  52. 082339b spi: spi-xilinx: Add run run-time endian detection by Michal Simek · 11 years ago
  53. 68c315b spi: spi-xilinx: Remove ISR race condition by Peter Crosthwaite · 11 years ago
  54. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  55. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 11 years ago
  56. 940ab88 drivercore: Add helper macro for platform_driver boilerplate by Grant Likely · 13 years ago
  57. ca632f5 spi: reorganize drivers by Grant Likely · 13 years ago[Renamed from drivers/spi/xilinx_spi.c]
  58. 3271d38 mfd: Use mfd cell platform_data for timberdale cells platform bits by Samuel Ortiz · 13 years ago
  59. e46dccf mfd: mfd_cell is now implicitly available to timberdale drivers by Andres Salomon · 13 years ago
  60. c9e358d driver-core: remove conditionals around devicetree pointers by Grant Likely · 13 years ago
  61. eae6cb3 spi/xilinx: merge OF support code into main driver by Grant Likely · 14 years ago
  62. 8fd8821 spi/xilinx: fold platform_driver support into main body by Grant Likely · 14 years ago
  63. 91565c4 spi/xilinx: Eliminate pdata references from common code. by Grant Likely · 14 years ago
  64. 12b15e8 of/spi: call of_register_spi_devices() from spi core code by Anatolij Gustschin · 14 years ago
  65. 9778214 spi: xilinx_spi: Fix up I/O routine wrapping bogosity. by Paul Mundt · 14 years ago
  66. 920712a spi/xilinx_spi: fix incorrect casting by Grant Likely · 14 years ago
  67. c9da2e1 xilinx_spi: add support for the DS570 IP. by Richard Röjfors · 15 years ago
  68. 86fc593 xilinx_spi: Switch to iomem functions and support little endian. by Richard Röjfors · 15 years ago
  69. d5af91a xilinx_spi: Split into of driver and generic part. by Richard Röjfors · 15 years ago
  70. 1a8d3b7 Xilinx: SPI: Fix bits_per_word for transfers by John Linn · 15 years ago
  71. e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
  72. 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
  73. 1df879e powerpc/virtex/spi: Xilinx SPI driver not releasing memory by John Linn · 15 years ago
  74. ff82c58 Xilinx: SPI: updated driver for device tree by John Linn · 15 years ago
  75. 166a375 xilinx_spi: test below 0 on unsigned irq in xilinx_spi_probe() by Roel Kluin · 16 years ago
  76. b687d2a spi: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  77. 7e38c3c spi: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  78. fc3ba95 SPI driver hotplug/coldplug fixes by David Brownell · 17 years ago
  79. ae918c0 SPI master driver for Xilinx virtex by Andrei Konovalov · 17 years ago