1. 6055af5 i2c: use SPDX identifier for Renesas drivers by Wolfram Sang · 6 years ago
  2. 7957c2e i2c: sh_mobile: use core to detect 'no zero length read' quirk by Wolfram Sang · 6 years ago
  3. 77bade6 i2c: busses: remove superfluous ignoring of children for RPM by Wolfram Sang · 6 years ago
  4. 6e318d9 i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formula by Wolfram Sang · 7 years ago
  5. 4ecfb9d i2c: sh_mobile: add new frequency calculation for later SoC by Wolfram Sang · 7 years ago
  6. c3449f7 i2c: sh_mobile: add helper to check frequency calculations by Wolfram Sang · 7 years ago
  7. 023c22f i2c: sh_mobile: let RuntimePM do the clock handling by Wolfram Sang · 7 years ago
  8. b3750b6 i2c: sh_mobile: require setup callback by Wolfram Sang · 7 years ago
  9. 12742b6 i2c: sh_mobile: allow setup callback to return errno by Wolfram Sang · 7 years ago
  10. 9e42213 i2c: sh_mobile: move type detection upwards by Wolfram Sang · 7 years ago
  11. fe23aa9 i2c: sh_mobile: use core helper to decide when to use DMA by Wolfram Sang · 7 years ago
  12. 4ed152c i2c: sh_mobile: make sure to not accidently trigger STOP by Wolfram Sang · 7 years ago
  13. a4fde7e i2c: sh_mobile: send STOP according to datasheet by Wolfram Sang · 7 years ago
  14. 2967f9c i2c: sh_mobile: avoid unnecessary register read by Wolfram Sang · 7 years ago
  15. 91701ae i2c: sh_mobile: let RuntimePM do the clock handling by Wolfram Sang · 7 years ago
  16. a4d1649 i2c: sh_mobile: shorten exit of xfer routine by Wolfram Sang · 7 years ago
  17. 832a522 i2c: sh_mobile: use direct writes when accessing ICE bit by Wolfram Sang · 7 years ago
  18. 91a5e63 i2c: sh_mobile: manually "inline" two short functions by Wolfram Sang · 7 years ago
  19. 3f3a513 i2c: sh_mobile: remove redundant deinitialization by Wolfram Sang · 7 years ago
  20. f289800 i2c: sh_mobile: remove redundant initialization by Wolfram Sang · 7 years ago
  21. ad59c5e i2c: sh_mobile: Use of_device_get_match_data() helper by Geert Uytterhoeven · 7 years ago
  22. 75fdc51 i2c: sh_mobile: avoid unused ret variable by Eugeniu Rosca · 7 years ago
  23. 90b84c0 i2c: sh_mobile: drop needless check for of_node by Wolfram Sang · 7 years ago
  24. d2f31c4 i2c: sh_mobile: remove platform_data by Wolfram Sang · 7 years ago
  25. 92d9d0d i2c: busses: constify i2c_algorithm structures by Bhumika Goyal · 8 years ago
  26. b880cca i2c: sh_mobile: Add per-Generation fallback bindings by Simon Horman · 8 years ago
  27. 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
  28. 488d69e i2c: sh_mobile: use proper device with dma_mapping_error by Wolfram Sang · 8 years ago
  29. ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  30. 3f8a57b i2c: sh_mobile: use new 8 bit address helper function by Wolfram Sang · 8 years ago
  31. 7bb6da5 i2c: sh_mobile: add support for r8a7795 (R-Car H3) by Wolfram Sang · 9 years ago
  32. 365322f i2c: sh_mobile: use proper type for timeout by Wolfram Sang · 9 years ago
  33. 41bdbd2 i2c: sh_mobile: use adapter default for timeout by Wolfram Sang · 9 years ago
  34. 3ded374 i2c: sh_mobile: add errata workaround by Wolfram Sang · 9 years ago
  35. 32e2240 i2c: sh_mobile: terminate DMA reads properly by Wolfram Sang · 10 years ago
  36. fe07ade i2c: sh_mobile: fix uninitialized var when debug is enabled by Wolfram Sang · 10 years ago
  37. 55f5f98 i2c: sh_mobile: rework deferred probing by Wolfram Sang · 10 years ago
  38. e844a79 i2c: sh_mobile: refactor DMA setup by Wolfram Sang · 10 years ago
  39. 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
  40. 6cf710d i2c: sh_mobile: remove unneeded DMA mask by Wolfram Sang · 10 years ago
  41. 530834b i2c: sh_mobile: optimize irq entry by Wolfram Sang · 10 years ago
  42. 8cfcae9 i2c: sh_mobile: use proper device for mapping DMA memory by Wolfram Sang · 10 years ago
  43. 7ca0186 i2c: sh_mobile: improve success message by Wolfram Sang · 10 years ago
  44. 2d09581 i2c: sh_mobile: add DMA support by Wolfram Sang · 10 years ago
  45. 5bbe687 i2c: sh_mobile: sort includes alphabetically by Wolfram Sang · 10 years ago
  46. 78df445 i2c: sh_mobile: Add support for r8a73a4 and sh73a0 by Geert Uytterhoeven · 10 years ago
  47. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  48. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  49. 90104d0 i2c: sh_mobile: add compatibles for additional SoC by Wolfram Sang · 10 years ago
  50. 67240df i2c: sh_mobile: fix clock calculation for newer SoCs by Wolfram Sang · 10 years ago
  51. 7663ebe i2c: sh_mobile: check timing parameters for valid range by Wolfram Sang · 10 years ago
  52. 6ed7053 i2c: sh_mobile: bail out on errors when initializing by Wolfram Sang · 10 years ago
  53. ed4121e i2c: sh_mobile: remove superfluous offset parameter by Wolfram Sang · 10 years ago
  54. 7fe8a99 i2c: sh_mobile: devm conversion, irq setup by Wolfram Sang · 10 years ago
  55. 4fd31c2 i2c: sh_mobile: devm conversion, low hanging fruits by Wolfram Sang · 10 years ago
  56. 88c289e i2c: sh_mobile: honor DT bus speed settings by Wolfram Sang · 10 years ago
  57. 5a72b25 i2c: sh_mobile: improve error handling by Wolfram Sang · 10 years ago
  58. a78f6a4 i2c: sh_mobile: replace magic hex values with constants by Wolfram Sang · 10 years ago
  59. f887605 i2c: sh_mobile: Convert to clk_prepare/unprepare by Laurent Pinchart · 11 years ago
  60. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  61. 6d4028c i2c: use dev_get_platdata() by Jingoo Han · 11 years ago
  62. e789029 i2c: sh_mobile: don't send a stop condition by default inside transfers by Guennadi Liakhovetski · 12 years ago
  63. 4b38231 i2c: sh_mobile: eliminate an open-coded "goto" loop by Guennadi Liakhovetski · 12 years ago
  64. 5687265 i2c: sh_mobile: fix timeout error handling by Guennadi Liakhovetski · 12 years ago
  65. 05cf936 i2c: sh_mobile: cosmetic: trivially simplify 2 functions by Guennadi Liakhovetski · 12 years ago
  66. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 12 years ago
  67. 29fb08c i2c: i2c-sh_mobile: fix spurious transfer request timed out by Shinya Kuribayashi · 12 years ago
  68. ebd5ac1 i2c: i2c-sh_mobile: support I2C hardware block with a faster operating clock by Shinya Kuribayashi · 12 years ago
  69. 23a6129 i2c: i2c-sh_mobile: optimize ICCH/ICCL values according to I2C bus speed by Shinya Kuribayashi · 12 years ago
  70. 7b0e629 i2c: i2c-sh_mobile: calculate clock parameters at driver probing time by Shinya Kuribayashi · 12 years ago
  71. ad33707 i2c: sh_mobile: add device tree support by Magnus Damm · 12 years ago
  72. 4311051 i2c: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  73. 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 · 13 years ago
  74. 81f8115 i2c: i2c-sh_mobile bus speed platform data V2 by Magnus Damm · 13 years ago
  75. 1082d5d i2c: i2c-sh_mobile clock string removal by Magnus Damm · 13 years ago
  76. 7ef0c12 i2c: add a module alias to the sh-mobile driver by Guennadi Liakhovetski · 13 years ago
  77. bbcf6e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  78. 82b20d8 i2c: i2c-sh_mobile irq rollback fix by Magnus Damm · 14 years ago
  79. 962b603 i2c: i2c-sh_mobile support for new ICIC bits by Magnus Damm · 14 years ago
  80. 12a55f2 i2c: i2c-sh_mobile register access code break out by Magnus Damm · 14 years ago
  81. 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
  82. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  83. f1a3b99 i2c: Runtime PM for SuperH Mobile I2C by Magnus Damm · 15 years ago
  84. ccb3bc1 i2c-sh_mobile: change module_init() to subsys_initcall() by Magnus Damm · 15 years ago
  85. 5933082 i2c: Use resource_size by Julia Lawall · 15 years ago
  86. 22e965c i2c: Get rid of remaining bus_id access by Jean Delvare · 16 years ago
  87. a5616bd sh: sh_mobile i2c clock framework support by Magnus Damm · 16 years ago
  88. bff4056c8 i2c: fix i2c-sh_mobile rx underrun by Magnus Damm · 16 years ago
  89. 4eb00c9 i2c: fix i2c-sh_mobile timing issues by Magnus Damm · 16 years ago
  90. da67277 i2c: New driver for the SuperH Mobile I2C bus controller by Magnus Damm · 16 years ago