1. da77951 spi: sh-msiof: Use correct enum for DMA transfer direction by Geert Uytterhoeven · 7 years ago
  2. 977b06d Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof', 'spi/topic/sirf' and 'spi/topic/sun6i' into spi-next by Mark Brown · 7 years ago
  3. 89434c3 spi: sh-msiof: Fix timeout failures for TX-only DMA transfers by Geert Uytterhoeven · 7 years ago
  4. b876143 spi: sh-msiof: Implement cs-gpios configuration by Geert Uytterhoeven · 7 years ago
  5. 9cce882 spi: sh-msiof: Extend support to 3 native chip selects by Geert Uytterhoeven · 7 years ago
  6. 7ff0b53 spi: sh-msiof: Avoid writing to registers from spi_master.setup() by Geert Uytterhoeven · 7 years ago
  7. 5d8e614 spi: sh-msiof: Use dev_warn_once() instead of open-coding by Geert Uytterhoeven · 7 years ago
  8. abbdb5c Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/slave', 'spi/topic/spreadtrum' and 'spi/topic/tegra114' into spi-next by Mark Brown · 7 years ago
  9. 6ae6678 spi: sh-msiof: remove redundant pointer dev by Colin Ian King · 7 years ago
  10. 3673578 spi: sh-msiof: Fix DMA transfer size check by Hiromitsu Yamasaki · 7 years ago
  11. ecb1596 spi: sh-msiof: Use of_device_get_match_data() helper by Geert Uytterhoeven · 7 years ago
  12. bdacfc7 spi: sh-msiof: Add compatible strings for r8a774[35] by Fabrizio Castro · 7 years ago
  13. 61a8dec spi: sh-msiof: Limit minimum divider on R-Car Gen3 by Geert Uytterhoeven · 7 years ago
  14. cf9e478 spi: sh-msiof: Add slave mode support by Hisashi Nakamura · 8 years ago
  15. e7ad4a7 spi: sh-msiof: Remove useless memory allocation failure message by Geert Uytterhoeven · 8 years ago
  16. 264c3e8 spi: sh-msiof: Do not use C++ style comment by Simon Horman · 8 years ago
  17. 4286db8 spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindings by Simon Horman · 8 years ago
  18. eb51cff spi: sh-msiof: Add support for R-Car M3-W by Geert Uytterhoeven · 8 years ago
  19. c3ccf35 spi: sh-msiof: Avoid invalid clock generator parameters by Geert Uytterhoeven · 8 years ago
  20. a6802cc spi: sh-msiof: Remove sh_msiof_spi_priv.chipdata by Geert Uytterhoeven · 9 years ago
  21. fe78d0b spi: sh-msiof: Fix FIFO size to 64 word from 256 word by Koji Matsuoka · 10 years ago
  22. f6d1b3e spi: sh-msiof: Remove obsolete spi_r8a779x_msiof platform_device_id entries by Geert Uytterhoeven · 10 years ago
  23. 3789c8520 spi: sh-msiof: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  24. e95ddb5 spi: sh-msiof: remove slave_id settings for DMAEngine by Arnd Bergmann · 10 years ago
  25. 19f0ad0 spi: sh-msiof: cleanup wait_for_completion return handling by Nicholas Mc Guire · 10 years ago
  26. 65d5665 spi: sh-msiof: Update calculation of frequency dividing by Nobuhiro Iwamatsu · 10 years ago
  27. c8935ef spi: sh-msiof: Use async pm_runtime_put() in sh_msiof_spi_setup() by Geert Uytterhoeven · 10 years ago
  28. 1285c3f Merge tag 'v3.19-rc3' into spi-sh-msiof by Mark Brown · 10 years ago
  29. 6b038c8 Merge remote-tracking branch 'spi/fix/msiof' into spi-sh-msiof by Mark Brown · 10 years ago
  30. 6d40530 spi: sh-msiof: fix MDR1_FLD_MASK value by Yoshihiro Shimoda · 10 years ago
  31. ee4629f Merge remote-tracking branches 'spi/fix/img-spfi' and 'spi/fix/msiof' into spi-linus by Mark Brown · 10 years ago
  32. 3110628 spi: sh-msiof: Configure MSIOF sync signal timing in device tree by Yoshihiro Shimoda · 10 years ago
  33. 01576056 spi: sh-msiof: Add runtime PM lock in initializing by Hisashi Nakamura · 10 years ago
  34. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  35. e221cc9 spi: sh-msiof: Add support for new R-Car Gen2 SoCs by Geert Uytterhoeven · 10 years ago
  36. 7a9f957 spi: sh-msiof: Fix transmit-only DMA transfers by Geert Uytterhoeven · 10 years ago
  37. a5e7c71 spi: sh-msiof: Return early in sh_msiof_dma_once() where possible by Geert Uytterhoeven · 10 years ago
  38. a6be4de spi: sh-msiof: Add DT support to DMA setup by Geert Uytterhoeven · 10 years ago
  39. 52fba2b spi: sh-msiof: Configure DMA slave bus width by Geert Uytterhoeven · 10 years ago
  40. 3e81b59 spi: sh-msiof: Fix leaking of unused DMA descriptors by Geert Uytterhoeven · 10 years ago
  41. 5dabcf2 spi: sh-msiof: Use correct device for DMA mapping with IOMMU by Geert Uytterhoeven · 10 years ago
  42. 279d237 spi: sh-msiof: Handle dmaengine_prep_slave_single() failures gracefully by Geert Uytterhoeven · 10 years ago
  43. b0d0ce8 spi: sh-msiof: Add DMA support by Geert Uytterhoeven · 11 years ago
  44. 0312d59 spi: sh-msiof: Refactor sh_msiof_transfer_one() by Geert Uytterhoeven · 11 years ago
  45. 75b82e2 spi: sh-msiof: Improve transfer error handling by Geert Uytterhoeven · 11 years ago
  46. 76c02e7 spi: sh-msiof: Extract sh_msiof_spi_{start,stop}() helpers by Geert Uytterhoeven · 11 years ago
  47. 2e2b368 spi: sh-msiof: Add more register documentation by Geert Uytterhoeven · 11 years ago
  48. 1e8231b spi: sh-msiof: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  49. 81235b4 Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 'spi/topic/sh-hspi', 'spi/topic/sh-msiof', 'spi/topic/sh-sci', 'spi/topic/sirf' and 'spi/topic/spidev' into spi-next by Mark Brown · 11 years ago
  50. e2a0ba5 spi: sh-msiof: Convert to spi core auto_runtime_pm framework by Geert Uytterhoeven · 11 years ago
  51. b141586 spi: sh-msiof: Kill sh_msiof_spi_bits and sh_msiof_spi_hz functions by Axel Lin · 11 years ago
  52. 1bd6363bc0 spi: sh-msiof: Use core message handling instead of spi-bitbang by Geert Uytterhoeven · 11 years ago
  53. 2416289 spi: sh-msiof: Convert to let spi core validate xfer->bits_per_word by Geert Uytterhoeven · 11 years ago
  54. c833ff7 spi: sh-msiof: Move clock management to (un)prepare_message() by Geert Uytterhoeven · 11 years ago
  55. beb74bb spi: sh-msiof: Add support for R-Car H2 and M2 by Geert Uytterhoeven · 11 years ago
  56. 50a7e23 spi: sh-msiof: Move default FIFO sizes to device ID data by Geert Uytterhoeven · 11 years ago
  57. 32d3b2d spi: sh-msiof: Improve bindings by Geert Uytterhoeven · 11 years ago
  58. 8d19534 spi: sh-msiof: Use the core cs_gpio field, and make it optional by Geert Uytterhoeven · 11 years ago
  59. 01cfef5 spi: sh-msiof: Add more register documentation by Geert Uytterhoeven · 11 years ago
  60. 6a85fc5 spi: sh-msiof: Change hz from unsigned long to u32 by Geert Uytterhoeven · 11 years ago
  61. a669c11 spi: sh-msiof: Typo in comment s/tx/rx/ by Geert Uytterhoeven · 11 years ago
  62. f7c05e8 spi: sh-msiof: Fix SPI bus population from DT by Geert Uytterhoeven · 11 years ago
  63. 3a44623 spi: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  64. 907e26b Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/topic/hspi', 'spi/topic/mpc512x', 'spi/topic/msiof', 'spi/topic/nuc900', 'spi/topic/oc-tiny', 'spi/topic/omap', 'spi/topic/orion' and 'spi/topic/pci' into spi-linus by Mark Brown · 11 years ago
  65. 50a7799 spi: spi-sh-msiof: set hi/low Active for HW CS by Takashi Yoshii · 11 years ago
  66. e4d313f spi: spi-sh-msiof: round up div to fix freq calculation by Takashi Yoshii · 11 years ago
  67. 5c32d29 spi: sh-msiof: Convert to clk_prepare/unprepare by Laurent Pinchart · 11 years ago
  68. b4dd05de3 spi: sh-msiof: Use devm_* managed allocators by Laurent Pinchart · 11 years ago
  69. 3e6006e spi: sh-msiof: Fix warnings due to improper casts by Laurent Pinchart · 11 years ago
  70. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  71. 368ce0b Merge remote-tracking branch 'spi/topic/sh-msiof' into spi-next by Mark Brown · 11 years ago
  72. 8074cf0 spi: use dev_get_platdata() by Jingoo Han · 11 years ago
  73. 33bf2c0 spi/sh-msiof: Remove unneeded empty runtime PM callbacks by Mark Brown · 11 years ago
  74. 691ee4e spi: spi-sh-msiof: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  75. cf9c86e spi/sh-msiof: Add device tree parsing to driver by Bastian Hecht · 12 years ago
  76. 078b6ea spi/sh-msiof: Remove unneeded clock name by Bastian Hecht · 12 years ago
  77. d7614de spi: Add module.h to implicit users in drivers/spi by Paul Gortmaker · 14 years ago
  78. 940ab88 drivercore: Add helper macro for platform_driver boilerplate by Grant Likely · 13 years ago
  79. 38ada21 spi: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  80. ca632f5 spi: reorganize drivers by Grant Likely · 14 years ago[Renamed from drivers/spi/spi_sh_msiof.c]
  81. 9c3c8af Merge commit 'v2.6.38-rc8' into spi/next by Grant Likely · 14 years ago
  82. 9dabb3f spi/spi_sh_msiof: consolidate data in 8-bit mode into 32-bit words by Guennadi Liakhovetski · 14 years ago
  83. e2dbf5e spi/spi_sh_msiof: cosmetic clean-up by Guennadi Liakhovetski · 14 years ago
  84. 8a6afb9 spi/spi_sh_msiof: fix wrong address calculation, which leads to an Oops by Guennadi Liakhovetski · 14 years ago
  85. d95defa spi/spi_sh_msiof: fix a wrong free_irq() parameter by Guennadi Liakhovetski · 14 years ago
  86. d7930c9 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  87. e8708ef spi: spi_sh_msiof: Fixed data sampling on the correct edge by Markus Pietrek · 15 years ago
  88. ac48eee spi: update MSIOF includes by Magnus Damm · 15 years ago
  89. 8051eff spi: SuperH MSIOF SPI Master driver V2 by Magnus Damm · 15 years ago