1. a1cbf33 i2c: pca9541: add device tree binding by Peter Rosin · 8 years ago
  2. 4083959 i2c: mux: inform the i2c mux core about how it is used by Peter Rosin · 8 years ago
  3. b2d57b5 i2c: mux: add support for 'i2c-mux', 'i2c-arb' and 'i2c-gate' DT subnodes by Peter Rosin · 8 years ago
  4. b31cc4b i2c: bcm-kona: fix inconsistent indenting by Wolfram Sang · 8 years ago
  5. c13c291 i2c: rcar: use proper device with dma_mapping_error by Wolfram Sang · 8 years ago
  6. 488d69e i2c: sh_mobile: use proper device with dma_mapping_error by Wolfram Sang · 8 years ago
  7. 9a5382e i2c: mux: demux-pinctrl: invalidate properly when switching fails by Wolfram Sang · 8 years ago
  8. fb79e09 i2c: add i2c_trylock_bus wrapper, use it by Peter Rosin · 8 years ago
  9. 56025e7 i2c: uniphier{-f}: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  10. ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  11. 0268263 i2c: meson: Use complete() instead of complete_all() by Daniel Wagner · 8 years ago
  12. fea03a6 i2c: brcmstb: Use complete() instead of complete_all() by Daniel Wagner · 8 years ago
  13. 752c389 i2c: bcm-kona: Use complete() instead of complete_all() by Daniel Wagner · 8 years ago
  14. 8d263be i2c: bcm-iproc: Use complete() instead of complete_all() by Daniel Wagner · 8 years ago
  15. 434f14e i2c: at91: fix support of the "alternative command" feature by Cyrille Pitchen · 8 years ago
  16. 97ccd4a i2c: ocores: add missed clk_disable_unprepare() on failure paths by Alexey Khoroshilov · 8 years ago
  17. 4d01d88 i2c: cros-ec-tunnel: Fix usage of cros_ec_cmd_xfer() by Brian Norris · 8 years ago
  18. ce8cb80 i2c: mux: demux-pinctrl: properly roll back when adding adapter fails by Wolfram Sang · 8 years ago
  19. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  20. 6630420 Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  21. 175c708 i2c: i801: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  22. d5f017b Merge branch 'acpi-tables' by Rafael J. Wysocki · 8 years ago
  23. 85946ab i2c: bcm2835: Don't complain on -EPROBE_DEFER from getting our clock by Eric Anholt · 8 years ago
  24. 7dd91d5 i2c: efm32: fix a failure path in efm32_i2c_probe() by Alexey Khoroshilov · 8 years ago
  25. 5b40f12 Revert "i2c: core: Cleanup I2C ACPI namespace" by Wolfram Sang · 8 years ago
  26. 38d0fc4 Revert "i2c: core: Add function for finding the bus speed from ACPI" by Wolfram Sang · 8 years ago
  27. d380a20 i2c: Update the description of I2C_SMBUS by Jean Delvare · 8 years ago
  28. 1847bbd i2c: i2c-smbus: fix i2c_handle_smbus_host_notify documentation by Jean Delvare · 8 years ago
  29. 5c135e1 i2c: qup: Fixed the DMA segments length by Abhishek Sahu · 8 years ago
  30. 2b84a4d i2c: qup: Cleared the error bits in ISR by Abhishek Sahu · 8 years ago
  31. 94a0b0b i2c: brcmstb: Remove superfluous size check by Jaedon Shin · 8 years ago
  32. bcf358a i2c: brcmstb: Make the driver buildable on BMIPS_GENERIC by Jaedon Shin · 8 years ago
  33. 55d38d0 i2c: core: Add function for finding the bus speed from ACPI by Jarkko Nikula · 8 years ago
  34. a7003b6 i2c: core: Cleanup I2C ACPI namespace by Jarkko Nikula · 8 years ago
  35. 44239a5 i2c: use pr_fmt in the core by Wolfram Sang · 8 years ago
  36. be309c3 i2c: print more info when acpi_i2c_space_handler() fails by Wolfram Sang · 8 years ago
  37. 399d62a i2c: print more info when of_i2c_notify fails by Wolfram Sang · 8 years ago
  38. 84d0b61 i2c: add error message when obtaining idr fails by Wolfram Sang · 8 years ago
  39. 8ddfe41 i2c: improve error messages in i2c_register_adapter() by Wolfram Sang · 8 years ago
  40. d3b11d8 i2c: cleanup i2c_register_adapter() by refactoring recovery init by Wolfram Sang · 8 years ago
  41. ce0dffa i2c: free idr when sanity checks in i2c_register_adapter() fail by Wolfram Sang · 8 years ago
  42. cc46188 i2c: versatile: Convert to use resource managed devm_* APIs by Axel Lin · 8 years ago
  43. 9f6db9b i2c: versatile: Allow compile test build by Axel Lin · 8 years ago
  44. 525e6fa i2c / ACPI: add support for ACPI reconfigure notifications by Octavian Purdila · 8 years ago
  45. 748c0bb i2c: xlp9xx: add ACPI support for Broadcom Vulcan by Tanmay Jagdale · 8 years ago
  46. 9140178 i2c: meson: allow build with COMPILE_TEST by Ben Dooks · 8 years ago
  47. 5136ed4 i2c-dev: don't get i2c adapter via i2c_dev by viresh kumar · 8 years ago
  48. ec2790e i2c: designware-pci: clarify a comment for Merrifield by Andy Shevchenko · 8 years ago
  49. 7b0ed33 i2c: i801: add support of Host Notify by Benjamin Tissoires · 8 years ago
  50. 22ebf00 i2c: mux: reg: wrong condition checked for of_address_to_resource return value by Lukasz Gemborowski · 8 years ago
  51. eab0998 i2c: tegra: Correct error path in probe by Jon Hunter · 8 years ago
  52. 97d34ec i2c: i801: recover from hardware PEC errors by Ellen Wang · 8 years ago
  53. 7e4c224 i2c: core: Add support for 'i2c-bus' subnode by Jon Hunter · 8 years ago
  54. d0226d3 powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msg by Suraj Jitindar Singh · 8 years ago
  55. e0f6431 i2c: pca-isa: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  56. 9e55c07 i2c: elektor: Utilize the module_isa_driver macro by William Breathitt Gray · 8 years ago
  57. 45bc35e i2c: designware-pci: Sort header block alphabetically by Andy Shevchenko · 8 years ago
  58. b20551c i2c: designware-pci: Introduce Merrifield support by Andy Shevchenko · 8 years ago
  59. ed1bf03 i2c: designware-pci: Make bus number allocation robust by Andy Shevchenko · 8 years ago
  60. f41021b i2c: designware: Allow build Baytrail semaphore support when IOSF_MBI=m by Jarkko Nikula · 9 years ago
  61. d0bcd8d i2c: designware: Use transfer timeout from ioctl I2C_TIMEOUT by Weifeng Voon · 8 years ago
  62. 5abe9b2 i2c: remove __init from i2c_register_board_info() by Luis R. Rodriguez · 8 years ago
  63. d4f56c7 i2c: qup: Fix wrong value of index variable by Sricharan R · 8 years ago
  64. 0130944 i2c: qup: use address helper function in read transfer by Naveen Kaje · 8 years ago
  65. fbf9921 i2c: qup: Fix error handling by Sricharan R · 8 years ago
  66. 685983f i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabled by Sricharan R · 8 years ago
  67. a02f3d0 i2c: rk3x: support fast-mode plus for rk3399 by David Wu · 8 years ago
  68. 7e086c3 i2c: rk3x: add i2c support for rk3399 soc by David Wu · 8 years ago
  69. b58fd3b i2c: rk3x: Move spec timing data to "static const" structs by David Wu · 8 years ago
  70. bef358c i2c: rk3x: Change SoC data to not use array by David Wu · 8 years ago
  71. 69eda36 i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd() by David Wu · 8 years ago
  72. e26747b i2c: rk3x: use struct "rk3x_i2c_calced_timings" by David Wu · 8 years ago
  73. 0a6ad2f i2c: rk3x: add documentation to fields in "struct rk3x_i2c" by David Wu · 8 years ago
  74. e456cd3 i2c: smbus: add SMBus Host Notify support by Benjamin Tissoires · 8 years ago
  75. b4f2105 i2c: add a protocol parameter to the alert callback by Benjamin Tissoires · 8 years ago
  76. 33c77ab i2c: robotfuzz-osif: Constify osif_table by Axel Lin · 8 years ago
  77. 27bfeb5 i2c: jz4780: drop superfluous init by Wolfram Sang · 8 years ago
  78. a90bc5d i2c: i801: Drop needless bit-wise OR by Jean Delvare · 8 years ago
  79. 0f614d8 i2c: Add generic support passing secondary devices addresses by Jean-Michel Hautbois · 8 years ago
  80. 9f05e62 i2c: mux: reg: Provide of_match_table by Lukasz Gemborowski · 8 years ago
  81. 8913f8d i2c: octeon: Avoid printk after too long SMBUS message by Jan Glauber · 8 years ago
  82. 908cf12 i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN by Jan Glauber · 8 years ago
  83. a7ae819 i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR by Mika Westerberg · 8 years ago
  84. e6be18f i2c: dev: use after free in detach by Dan Carpenter · 8 years ago
  85. 72a71f8 i2c: dev: don't start function name with 'return' by Wolfram Sang · 8 years ago
  86. d6760b1 i2c: dev: switch from register_chrdev to cdev API by Erico Nunes · 8 years ago
  87. e3879e4 i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO by Marc Gonzalez · 8 years ago
  88. 67fed0d i2c: at91: change log when dma configuration fails by Ludovic Desroches · 8 years ago
  89. 79439d83 i2c: rcar: should depend on HAS_DMA by Geert Uytterhoeven · 8 years ago
  90. 6aabf9d i2c: rcar: use dma_request_chan() by Niklas Söderlund · 8 years ago
  91. 78975f2 Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  92. 73e8b05 i2c: rcar: add DMA support by Niklas Söderlund · 8 years ago
  93. 40027b2 i2c: st: Implement bus clear by Peter Griffin · 8 years ago
  94. 3a9ddaf i2c: only check scl functions when using generic recovery by Wolfram Sang · 8 years ago
  95. ef51d3f i2c: algo-bit: declare i2c_bit_quirk_no_clk_stretch as static by Michele Curti · 8 years ago
  96. 21e9efd i2c: tegra: disable clock before returning error by Shardar Shariff Md · 8 years ago
  97. 6ef91fc i2c: mux: relax locking of the top i2c adapter during mux-locked muxing by Peter Rosin · 8 years ago
  98. fa96f0c i2c: muxes always lock the parent adapter by Peter Rosin · 8 years ago
  99. 8320f49 i2c: allow adapter drivers to override the adapter locking by Peter Rosin · 8 years ago
  100. 8a35018 i2c: uniphier: add "\n" at the end of error log by Masahiro Yamada · 8 years ago