1. efa42b5 i2c: sh_mobile: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  2. 8fbd9b0 i2c: sh_mobile: use new clock calculation formulas for Gen2 by Wolfram Sang · 6 years ago
  3. e8a2756 i2c: sh_mobile: use new clock calculation formulas for Gen3 by Wolfram Sang · 6 years ago
  4. 43116a0 i2c: sh_mobile: sort compatible entries by Wolfram Sang · 6 years ago
  5. 9d899ed4 i2c: sh_mobile: update copyright and comments by Wolfram Sang · 6 years ago
  6. 63c5246 i2c: sh_mobile: refactor rx isr by Wolfram Sang · 6 years ago
  7. 0130e3b i2c: sh_mobile: replace break; with if-block by Wolfram Sang · 6 years ago
  8. e659f36 i2c: sh_mobile: remove is_first_byte function by Wolfram Sang · 6 years ago
  9. d16f2bf i2c: sh_mobile: drop 'data' argument from i2c_op function by Wolfram Sang · 6 years ago
  10. 1f32fbd i2c: sh_mobile: remove get_data function by Wolfram Sang · 6 years ago
  11. 5b3e3b4 i2c: sh_mobile: simplify sending address for RX by Wolfram Sang · 6 years ago
  12. 51243b7 i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E) by Fabrizio Castro · 6 years ago
  13. 5eb316e i2c: sh_mobile: add support for r8a77990 (R-Car E3) by Simon Horman · 6 years ago
  14. 7ce6c65 i2c: sh_mobile: Remove dummy runtime PM callbacks by Jarkko Nikula · 6 years ago
  15. cebc07d i2c: sh_mobile: fix leak when using DMA bounce buffer by Wolfram Sang · 6 years ago
  16. 531db50 i2c: sh_mobile: define start_ch() void as it only returns 0 anyhow by Wolfram Sang · 6 years ago
  17. 82fe39a i2c: refactor function to release a DMA safe buffer by Wolfram Sang · 6 years ago
  18. 6055af5 i2c: use SPDX identifier for Renesas drivers by Wolfram Sang · 6 years ago
  19. 7957c2e i2c: sh_mobile: use core to detect 'no zero length read' quirk by Wolfram Sang · 6 years ago
  20. 77bade6 i2c: busses: remove superfluous ignoring of children for RPM by Wolfram Sang · 7 years ago
  21. 6e318d9 i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formula by Wolfram Sang · 7 years ago
  22. 4ecfb9d i2c: sh_mobile: add new frequency calculation for later SoC by Wolfram Sang · 7 years ago
  23. c3449f7 i2c: sh_mobile: add helper to check frequency calculations by Wolfram Sang · 7 years ago
  24. 023c22f i2c: sh_mobile: let RuntimePM do the clock handling by Wolfram Sang · 7 years ago
  25. b3750b6 i2c: sh_mobile: require setup callback by Wolfram Sang · 7 years ago
  26. 12742b6 i2c: sh_mobile: allow setup callback to return errno by Wolfram Sang · 7 years ago
  27. 9e42213 i2c: sh_mobile: move type detection upwards by Wolfram Sang · 7 years ago
  28. fe23aa9 i2c: sh_mobile: use core helper to decide when to use DMA by Wolfram Sang · 7 years ago
  29. 4ed152c i2c: sh_mobile: make sure to not accidently trigger STOP by Wolfram Sang · 7 years ago
  30. a4fde7e i2c: sh_mobile: send STOP according to datasheet by Wolfram Sang · 7 years ago
  31. 2967f9c i2c: sh_mobile: avoid unnecessary register read by Wolfram Sang · 7 years ago
  32. 91701ae i2c: sh_mobile: let RuntimePM do the clock handling by Wolfram Sang · 7 years ago
  33. a4d1649 i2c: sh_mobile: shorten exit of xfer routine by Wolfram Sang · 7 years ago
  34. 832a522 i2c: sh_mobile: use direct writes when accessing ICE bit by Wolfram Sang · 7 years ago
  35. 91a5e63 i2c: sh_mobile: manually "inline" two short functions by Wolfram Sang · 7 years ago
  36. 3f3a513 i2c: sh_mobile: remove redundant deinitialization by Wolfram Sang · 7 years ago
  37. f289800 i2c: sh_mobile: remove redundant initialization by Wolfram Sang · 7 years ago
  38. ad59c5e i2c: sh_mobile: Use of_device_get_match_data() helper by Geert Uytterhoeven · 7 years ago
  39. 75fdc51 i2c: sh_mobile: avoid unused ret variable by Eugeniu Rosca · 7 years ago
  40. 90b84c0 i2c: sh_mobile: drop needless check for of_node by Wolfram Sang · 8 years ago
  41. d2f31c4 i2c: sh_mobile: remove platform_data by Wolfram Sang · 8 years ago
  42. 92d9d0d i2c: busses: constify i2c_algorithm structures by Bhumika Goyal · 8 years ago
  43. b880cca i2c: sh_mobile: Add per-Generation fallback bindings by Simon Horman · 8 years ago
  44. 87840a2 Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  45. 488d69e i2c: sh_mobile: use proper device with dma_mapping_error by Wolfram Sang · 8 years ago
  46. ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  47. 3f8a57b i2c: sh_mobile: use new 8 bit address helper function by Wolfram Sang · 9 years ago
  48. 7bb6da5 i2c: sh_mobile: add support for r8a7795 (R-Car H3) by Wolfram Sang · 9 years ago
  49. 365322f i2c: sh_mobile: use proper type for timeout by Wolfram Sang · 10 years ago
  50. 41bdbd2 i2c: sh_mobile: use adapter default for timeout by Wolfram Sang · 10 years ago
  51. 3ded374 i2c: sh_mobile: add errata workaround by Wolfram Sang · 10 years ago
  52. 32e2240 i2c: sh_mobile: terminate DMA reads properly by Wolfram Sang · 10 years ago
  53. fe07ade i2c: sh_mobile: fix uninitialized var when debug is enabled by Wolfram Sang · 10 years ago
  54. 55f5f98 i2c: sh_mobile: rework deferred probing by Wolfram Sang · 10 years ago
  55. e844a79 i2c: sh_mobile: refactor DMA setup by Wolfram Sang · 10 years ago
  56. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  57. 6cf710d i2c: sh_mobile: remove unneeded DMA mask by Wolfram Sang · 10 years ago
  58. 530834b i2c: sh_mobile: optimize irq entry by Wolfram Sang · 10 years ago
  59. 8cfcae9 i2c: sh_mobile: use proper device for mapping DMA memory by Wolfram Sang · 10 years ago
  60. 7ca0186 i2c: sh_mobile: improve success message by Wolfram Sang · 10 years ago
  61. 2d09581 i2c: sh_mobile: add DMA support by Wolfram Sang · 10 years ago
  62. 5bbe687 i2c: sh_mobile: sort includes alphabetically by Wolfram Sang · 10 years ago
  63. 78df445 i2c: sh_mobile: Add support for r8a73a4 and sh73a0 by Geert Uytterhoeven · 10 years ago
  64. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  65. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  66. 90104d0 i2c: sh_mobile: add compatibles for additional SoC by Wolfram Sang · 11 years ago
  67. 67240df i2c: sh_mobile: fix clock calculation for newer SoCs by Wolfram Sang · 11 years ago
  68. 7663ebe i2c: sh_mobile: check timing parameters for valid range by Wolfram Sang · 11 years ago
  69. 6ed7053 i2c: sh_mobile: bail out on errors when initializing by Wolfram Sang · 11 years ago
  70. ed4121e i2c: sh_mobile: remove superfluous offset parameter by Wolfram Sang · 11 years ago
  71. 7fe8a99 i2c: sh_mobile: devm conversion, irq setup by Wolfram Sang · 11 years ago
  72. 4fd31c2 i2c: sh_mobile: devm conversion, low hanging fruits by Wolfram Sang · 11 years ago
  73. 88c289e i2c: sh_mobile: honor DT bus speed settings by Wolfram Sang · 11 years ago
  74. 5a72b25 i2c: sh_mobile: improve error handling by Wolfram Sang · 11 years ago
  75. a78f6a4 i2c: sh_mobile: replace magic hex values with constants by Wolfram Sang · 11 years ago
  76. f887605 i2c: sh_mobile: Convert to clk_prepare/unprepare by Laurent Pinchart · 11 years ago
  77. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 12 years ago
  78. 6d4028c i2c: use dev_get_platdata() by Jingoo Han · 11 years ago
  79. e789029 i2c: sh_mobile: don't send a stop condition by default inside transfers by Guennadi Liakhovetski · 12 years ago
  80. 4b38231 i2c: sh_mobile: eliminate an open-coded "goto" loop by Guennadi Liakhovetski · 12 years ago
  81. 5687265 i2c: sh_mobile: fix timeout error handling by Guennadi Liakhovetski · 12 years ago
  82. 05cf936 i2c: sh_mobile: cosmetic: trivially simplify 2 functions by Guennadi Liakhovetski · 12 years ago
  83. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 12 years ago
  84. 29fb08c i2c: i2c-sh_mobile: fix spurious transfer request timed out by Shinya Kuribayashi · 12 years ago
  85. ebd5ac1 i2c: i2c-sh_mobile: support I2C hardware block with a faster operating clock by Shinya Kuribayashi · 12 years ago
  86. 23a6129 i2c: i2c-sh_mobile: optimize ICCH/ICCL values according to I2C bus speed by Shinya Kuribayashi · 12 years ago
  87. 7b0e629 i2c: i2c-sh_mobile: calculate clock parameters at driver probing time by Shinya Kuribayashi · 12 years ago
  88. ad33707 i2c: sh_mobile: add device tree support by Magnus Damm · 13 years ago
  89. 4311051 i2c: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  90. 5bdfdfe Merge branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-2639/i2c-tegra' and 'for-2639/i2c-nomadik2' into for-linus/2640/i2c by Ben Dooks · 14 years ago
  91. 81f8115 i2c: i2c-sh_mobile bus speed platform data V2 by Magnus Damm · 14 years ago
  92. 1082d5d i2c: i2c-sh_mobile clock string removal by Magnus Damm · 14 years ago
  93. 7ef0c12 i2c: add a module alias to the sh-mobile driver by Guennadi Liakhovetski · 14 years ago
  94. bbcf6e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  95. 82b20d8 i2c: i2c-sh_mobile irq rollback fix by Magnus Damm · 14 years ago
  96. 962b603 i2c: i2c-sh_mobile support for new ICIC bits by Magnus Damm · 15 years ago
  97. 12a55f2 i2c: i2c-sh_mobile register access code break out by Magnus Damm · 15 years ago
  98. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  99. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  100. f1a3b99 i2c: Runtime PM for SuperH Mobile I2C by Magnus Damm · 15 years ago