1. a494457 Revert "i2c: core: Dispose OF IRQ mapping at client removal time" by Jakub Kicinski · 9 years ago
  2. ebf2ef8 i2c: designware-baytrail: baytrail_i2c_acquire() might sleep by Andy Shevchenko · 9 years ago
  3. 30be774 i2c: designware-baytrail: cross-check lock functions by Andy Shevchenko · 9 years ago
  4. c8e043e i2c: designware-baytrail: fix sparse warnings by Andy Shevchenko · 9 years ago
  5. 259aada i2c: designware-baytrail: fix typo in error path by Andy Shevchenko · 9 years ago
  6. 9b5c9f0 i2c: designware-baytrail: describe magic numbers by Andy Shevchenko · 9 years ago
  7. 2953245 Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  8. 0d8fb59 i2c: ocores: rework clk code to handle NULL cookie by Wolfram Sang · 9 years ago
  9. b11a278 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  10. b4ad051 i2c: designware-baytrail: another fixup for proper Kconfig dependencies by Wolfram Sang · 9 years ago
  11. e6e5dd3 i2c: iproc: Add Broadcom iProc I2C Driver by Ray Jui · 9 years ago
  12. a93ac57 i2c: designware-pci: update Intel copyright line by Andy Shevchenko · 9 years ago
  13. e961a09 i2c: ocores: add common clock support by Max Filippov · 9 years ago
  14. 181d9a0 i2c: hix5hd2: add COMPILE_TEST by Zhangfei Gao · 9 years ago
  15. 26680ee i2c: clarify comments about the dev_released completion by Wolfram Sang · 9 years ago
  16. 3a33a85 i2c: ocores: fix clock-frequency binding usage by Max Filippov · 9 years ago
  17. 32e2240 i2c: sh_mobile: terminate DMA reads properly by Wolfram Sang · 9 years ago
  18. d5fd120 i2c: Only include slave support if selected by Jean Delvare · 9 years ago
  19. 8c340f6 i2c: tegra: Maintain CPU endianness by Dmitry Osipenko · 9 years ago
  20. 9136c54 i2c: designware-baytrail: use proper Kconfig dependencies by Wolfram Sang · 9 years ago
  21. 42ffd39 i2c: designware: Do not calculate SCL timing parameters needlessly by Jarkko Nikula · 9 years ago
  22. c680eed i2c: do not try to load modules for of-registered devices by Dmitry Torokhov · 10 years ago
  23. 894acb2 i2c: designware: Add Intel Baytrail PMIC I2C bus support by David Box · 10 years ago
  24. c0601d2 i2c: designware: Add i2c bus locking support by David Box · 10 years ago
  25. 34e81ad i2c: s3c2410: fix ABBA deadlock by keeping clock prepared by Paul Osmialowski · 10 years ago
  26. 2541f7f i2c: slave-eeprom: fix boundary check when using sysfs by Wolfram Sang · 10 years ago
  27. 72f0271 of: i2c: Add i2c-mux-idle-disconnect DT property to PCA954x mux driver by Alexander Sverdlin · 9 years ago
  28. 67105c5 i2c: designware: use {readl|writel}_relaxed instead of readl/writel by Jisheng Zhang · 10 years ago
  29. c99d49a9 i2c: designware-pci: no need to provide clk_khz by Andy Shevchenko · 9 years ago
  30. bd1179f i2c: designware-pci: remove Moorestown support by Andy Shevchenko · 9 years ago
  31. 4e355f5 i2c: imx: whitespace and checkpatch cleanup by Philipp Zabel · 9 years ago
  32. a5eb71b i2c: simplify boilerplate code for attribute groups by Wolfram Sang · 10 years ago
  33. 90ebd0e i2c: imx: remove unused return value assignments by Philipp Zabel · 10 years ago
  34. 393cc1c i2c: ACPI: Pick the first address if device has multiple by Mika Westerberg · 10 years ago
  35. 8a86c3a i2c: cadence: Check for errata condition involving master receive by Harini Katakam · 10 years ago
  36. cb9eaba i2c: imx: fix handling of wait_for_completion_timeout result by Nicholas Mc Guire · 10 years ago
  37. 387f0de i2c: rk3x: Account for repeated start time requirement by Doug Anderson · 10 years ago
  38. 1330e29 i2c: rk3x: fix bug that cause measured high_ns doesn't meet I2C specification by addy ke · 10 years ago
  39. 9fae82e i2c: cadence: Handle > 252 byte transfers by Harini Katakam · 10 years ago
  40. 1c57499 i2c: pmcmsp: remove dead code by Wolfram Sang · 10 years ago
  41. 6341e62 kconfig: use bool instead of boolean for type definition attributes by Christoph Jaeger · 10 years ago
  42. 523c5b8 i2c: Remove support for legacy PM by Lars-Peter Clausen · 10 years ago
  43. a4e1328 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  44. fe07ade i2c: sh_mobile: fix uninitialized var when debug is enabled by Wolfram Sang · 10 years ago
  45. 34b85e3 Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  46. f16ea4f i2c: sh_mobile: I2C_SH_MOBILE should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  47. 55f5f98 i2c: sh_mobile: rework deferred probing by Wolfram Sang · 10 years ago
  48. e844a79 i2c: sh_mobile: refactor DMA setup by Wolfram Sang · 10 years ago
  49. 00d8689 i2c: mv64xxx: rework offload support to fix several problems by Thomas Petazzoni · 10 years ago
  50. 1259869 i2c: mv64xxx: use BIT() macro for register value definitions by Thomas Petazzoni · 10 years ago
  51. 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
  52. 9689519 Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  53. 4708345 i2c: Driver to expose PowerNV platform i2c busses by Neelesh Gupta · 10 years ago
  54. 6cf710d i2c: sh_mobile: remove unneeded DMA mask by Wolfram Sang · 10 years ago
  55. de20d18 i2c: rcar: add slave support by Wolfram Sang · 10 years ago
  56. 389be32 i2c: slave-eeprom: add eeprom simulator driver by Wolfram Sang · 10 years ago
  57. 4b1acc4 i2c: core changes for slave support by Wolfram Sang · 10 years ago
  58. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  59. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  60. 3a7dbed Merge tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  61. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  62. 69bad36 Merge branches 'acpi-scan', 'acpi-pm', 'acpi-lpss' and 'acpi-processor' by Rafael J. Wysocki · 10 years ago
  63. 2713775 i2c-omap / PM: Drop CONFIG_PM_RUNTIME from i2c-omap.c by Rafael J. Wysocki · 10 years ago
  64. 681d15a i2c: cadence: Set the hardware time-out register to maximum value by Vishnu Motghare · 10 years ago
  65. 9ea359f i2c: davinci: generate STP always when NACK is received by Grygorii Strashko · 10 years ago
  66. 2c6ef04 i2c: davinci: switch to use platform_get_irq by Grygorii Strashko · 10 years ago
  67. 530834b i2c: sh_mobile: optimize irq entry by Wolfram Sang · 10 years ago
  68. 6ed23b8 PM: Merge the SET*_RUNTIME_PM_OPS() macros by Rafael J. Wysocki · 10 years ago
  69. 86261fd i2c: pxa: add support for SCCB devices by Petr Cvek · 10 years ago
  70. 23173ea omap: i2c: don't check bus state IP rev3.3 and earlier by Alexander Kochetkov · 10 years ago
  71. ea7513b i2c/of: Add OF_RECONFIG notifier handler by Pantelis Antoniou · 10 years ago
  72. a430a345 i2c/of: Factor out Devicetree registration code by Pantelis Antoniou · 10 years ago
  73. a7750c3 i2c: s3c2410: Handle i2c sys_cfg register in i2c driver by Pankaj Dubey · 10 years ago
  74. 80f1774 i2c: rk3x: add Kconfig dependency on COMMON_CLK by Max Schwarz · 10 years ago
  75. 40e7fcb ACPI: Add _DEP support to fix battery issue on Asus T100TA by Lan Tianyu · 10 years ago
  76. 4f734a3 i2c: omap: add notes related to i2c multimaster mode by Alexander Kochetkov · 10 years ago
  77. b76911d i2c: omap: don't reset controller if Arbitration Lost detected by Alexander Kochetkov · 10 years ago
  78. 0f5768b i2c: omap: implement workaround for handling invalid BB-bit values by Alexander Kochetkov · 10 years ago
  79. 9fd6ada i2c: omap: cleanup register definitions by Alexander Kochetkov · 10 years ago
  80. 249051f i2c: rk3x: handle dynamic clock rate changes correctly by Max Schwarz · 10 years ago
  81. 727f9c2 i2c: at91: enable probe deferring on dma channel request by Ludovic Desroches · 10 years ago
  82. ccfc866 i2c: omap: fix i207 errata handling by Alexander Kochetkov · 10 years ago
  83. dc6df6e i2c: at91: remove legacy DMA support by Arnd Bergmann · 10 years ago
  84. d39f77b i2c: designware: prevent early stop on TX FIFO empty by Andrew Jackson · 10 years ago
  85. 27caca9 i2c: omap: fix NACK and Arbitration Lost irq handling by Alexander Kochetkov · 10 years ago
  86. 9331642 i2c: dln2: Simplify return flow for dln2_i2c_enable by Octavian Purdila · 10 years ago
  87. 8cfcae9 i2c: sh_mobile: use proper device for mapping DMA memory by Wolfram Sang · 10 years ago
  88. f508493 i2c: imx: simplify i2c_imx_dma_write() a little by Wolfram Sang · 10 years ago
  89. 06205206 i2c: img-scb: Allow building for MIPS by Andrew Bresticker · 10 years ago
  90. 30021e3 i2c: add support for Amlogic Meson I2C controller by Beniamino Galvani · 10 years ago
  91. c9449af i2c: mux: create "channel-n" symlinks for child segments in the mux device by Gerlando Falauto · 10 years ago
  92. 51cf3b0 i2c: mux: create symlink to actual mux device by Wolfram Sang · 10 years ago
  93. 4470c72 i2c: acpi: remove unneeded variable initialization by Wolfram Sang · 10 years ago
  94. ce1a788 i2c: imx: add DMA support for freescale i2c driver by Yao Yuan · 10 years ago
  95. 2fbed51 i2c: imx: Sort include headers alphabetically by Yao Yuan · 10 years ago
  96. 6f34be7 i2c: core: Fix probing of i2c slaves without interrupts by Geert Uytterhoeven · 10 years ago
  97. 27bce45 i2c: img-scb: Add Imagination Technologies I2C SCB driver by James Hogan · 10 years ago
  98. 48ef3ca i2c: xiic: Fix big-endian register access by Thomas Gessler · 10 years ago
  99. 3eee1799 i2c: i801: Add DeviceIDs for SunrisePoint LP by Devin Ryles · 10 years ago
  100. 7ca0186 i2c: sh_mobile: improve success message by Wolfram Sang · 10 years ago