1. 7ef97e9 i2c: davinci: use ICPFUNC to toggle I2C as gpio for bus recovery by Grygorii Strashko · 10 years ago
  2. 2e65676 i2c: davinci: use bus recovery infrastructure by Grygorii Strashko · 10 years ago
  3. 2b2190a i2c: change input parameter to i2c_adapter for prepare/unprepare_recovery by Grygorii Strashko · 10 years ago
  4. 623e4ec i2c: i2c-mux-gpio: remove error messages for probe deferrals by Ioan Nicu · 10 years ago
  5. ba92222 i2c: jz4780: Add i2c bus controller driver for Ingenic JZ4780 by Zubair Lutfullah Kakakhel · 10 years ago
  6. 3b10db23 i2c: dln2: set the device tree node of the adapter by Octavian Purdila · 10 years ago
  7. d9e1f44 i2c: davinci: fixup wait_for_completion_timeout handling by Nicholas Mc Guire · 10 years ago
  8. 9c836d0 i2c: mpc: Fix ISR return value by Amit Tomar · 10 years ago
  9. 98e982b3a i2c: slave-eeprom: add more info when to increase the pointer by Wolfram Sang · 10 years ago
  10. d0c892f i2c: slave: add documentation for i2c-slave-eeprom by Wolfram Sang · 10 years ago
  11. 7c60375 Documentation: i2c: describe the new slave mode by Wolfram Sang · 10 years ago
  12. 5b77d16 i2c: slave: rework the slave API by Wolfram Sang · 10 years ago
  13. 4a7a082 i2c: add support for the Digicolor I2C controller by Baruch Siach · 10 years ago
  14. 03bde7c i2c: busses with dynamic ids should start after fixed ids for DT by Wolfram Sang · 10 years ago
  15. 351d224 of: base: add function to get highest id of an alias stem by Wolfram Sang · 10 years ago
  16. b20d386 i2c: designware: Suppress error message if platform_get_irq() < 0 by Alexey Brodkin · 10 years ago
  17. 8ce795c i2c: mpc: assign the correct prescaler from SVR by Valentin Longchamp · 10 years ago
  18. 913b1d8 i2c: img-scb: fixup of wait_for_completion_timeout return handling by Nicholas Mc Guire · 10 years ago
  19. 1c42aca i2c: at91: fixup return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  20. 2abaccb i2c: axxia: fixup return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  21. f87b53a i2c: nomadik: match status to return type of read_i2c by Nicholas Mc Guire · 10 years ago
  22. 9bb9fee i2c: nomadik: match return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  23. 1ac63fe i2c: imx: match return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  24. 1abdd5d i2c: ismt: fix type of return var of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  25. 7395856 i2c: wmt: match return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  26. c4dc121 i2c: i2c-bcm2835: match return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  27. 63d51e5 i2c: designware: fixup return handling of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  28. e2efb89 i2c: cadence: fixup wait_for_completion_timeout return handling by Nicholas Mc Guire · 10 years ago
  29. bd9dd73 i2c: wmt: use msecs_to_jiffies for time conversions by Nicholas Mc Guire · 10 years ago
  30. 6973a39 i2c: tegra: match return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
  31. 271a89c i2c: mxs: match wait_for_completion_timeout return type by Nicholas Mc Guire · 10 years ago
  32. 9ed1d86 Merge branch 'i2c/quirks' into i2c/for-4.1 by Wolfram Sang · 10 years ago
  33. bf07038 i2c: opal: Update quirk flags to do write-then-anything by Neelesh Gupta · 10 years ago
  34. 338f1ab i2c: bcm-iproc: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  35. fb3de30 i2c: pmcmsp: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  36. f2325c5 i2c: viperboard: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  37. 7ee405e i2c: powermac: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  38. afe9020 i2c: dln2: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  39. 280d230 i2c: axxia: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  40. b94c820 i2c: cpm: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  41. 994647d i2c: qup: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  42. a531afd i2c: opal: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  43. a740584 i2c: at91: make use of the new infrastructure for quirks by Wolfram Sang · 10 years ago
  44. b7f6258 i2c: add quirk checks to core by Wolfram Sang · 10 years ago
  45. 2187f03 i2c: add quirk structure to describe adapter flaws by Wolfram Sang · 10 years ago
  46. 58b59e0 i2c: pca954x: improve usage of gpiod API by Uwe Kleine-König · 10 years ago
  47. fef220d i2c: i801: Use managed pcim_* PCI device initialization and reservation by Jarkko Nikula · 10 years ago
  48. f85da3f i2c: i801: Remove pci_enable_device() call from i801_resume() by Jarkko Nikula · 10 years ago
  49. 1621c59 i2c: i801: Use managed devm_* memory and irq allocation by Jarkko Nikula · 10 years ago
  50. 256493c i2c: i801: Remove i801_driver forward declaration by Jarkko Nikula · 10 years ago
  51. 9cbbf3d i2c: i801: Don't break user-visible strings by Jarkko Nikula · 10 years ago
  52. 9eccca0 Linux 4.0-rc3 by Linus Torvalds · 10 years ago
  53. 1711fd9a sunrpc: fix braino in ->poll() by Al Viro · 10 years ago
  54. 1163d50 Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  55. bbbce51 Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  56. 47df986 Merge tag 'staging-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  57. 29191c7 Merge tag 'char-misc-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  58. b0bc657 Merge tag 'cc-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  59. 2cf3afc Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  60. 374dab2 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  61. 9aae0df Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  62. c37bc68 TTY: fix tty_wait_until_sent maximum timeout by Johan Hovold · 10 years ago
  63. 79fbf4a TTY: fix tty_wait_until_sent on 64-bit machines by Johan Hovold · 10 years ago
  64. f528bf4 USB: serial: fix infinite wait_until_sent timeout by Johan Hovold · 10 years ago
  65. 6b270fd TTY: bfin_jtag_comm: remove incorrect wait_until_sent operation by Johan Hovold · 10 years ago
  66. 2c3fbe3 net: irda: fix wait_until_sent poll timeout by Johan Hovold · 10 years ago
  67. 647f162 serial: uapi: Declare all userspace-visible io types by Peter Hurley · 10 years ago
  68. 2bb7851 serial: core: Fix iotype userspace breakage by Peter Hurley · 10 years ago
  69. c4e6dcf serial: sprd: Fix missing spin_unlock in sprd_handle_irq() by Axel Lin · 10 years ago
  70. 30a22c2 console: Fix console name size mismatch by Peter Hurley · 10 years ago
  71. f0bf0bd tty: fix up atime/mtime mess, take four by Jiri Slaby · 10 years ago
  72. dfd3766 serial: 8250_dw: Fix get_mctrl behaviour by Desmond Liu · 10 years ago
  73. 7cf9110 serial:8250:8250_pci: delete unneeded quirk entries by Wang YanQing · 10 years ago
  74. 6262a36 serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2S by Wang YanQing · 10 years ago
  75. f2e0ea8 Change email address for 8250_pci by Russell King · 10 years ago
  76. ca8bb4ae serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is something in the FIFO" by Sebastian Andrzej Siewior · 10 years ago
  77. 045f32d Revert "tty/serial: of_serial: add DT alias ID handling" by Baruch Siach · 10 years ago
  78. af13e86 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  79. 5d23211 i2c: imx: add required clocks property to binding by Matt Porter · 10 years ago
  80. ebf2ef8 i2c: designware-baytrail: baytrail_i2c_acquire() might sleep by Andy Shevchenko · 10 years ago
  81. 30be774 i2c: designware-baytrail: cross-check lock functions by Andy Shevchenko · 10 years ago
  82. c8e043e i2c: designware-baytrail: fix sparse warnings by Andy Shevchenko · 10 years ago
  83. 259aada i2c: designware-baytrail: fix typo in error path by Andy Shevchenko · 10 years ago
  84. 9b5c9f0 i2c: designware-baytrail: describe magic numbers by Andy Shevchenko · 10 years ago
  85. 84399bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  86. 0d9b9c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 10 years ago
  87. 5b3b592 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 10 years ago
  88. f6bec6e Merge tag 'drm-intel-fixes-2015-03-05' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  89. b0b20ce Merge tag 'v4.0-rc2' into drm-fixes by Dave Airlie · 10 years ago
  90. 5f23742 Merge tag 'sound-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  91. 39ed853 Merge tag 'pm+acpi-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  92. 7c5bde7 Merge tag 'locks-v4.0-3' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  93. 1b1bd56 Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  94. b8cb91e xhci: Workaround for PME stuck issues in Intel xhci by Mathias Nyman · 10 years ago
  95. 45ba215 xhci: fix reporting of 0-sized URBs in control endpoint by Aleksander Morgado · 10 years ago
  96. 4fda87d Merge tag 'asoc-fix-v4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 10 years ago
  97. 70658b9 ALSA: hda - One more Dell macine needs DELL1_MIC_NO_PRESENCE quirk by Hui Wang · 10 years ago
  98. d124380 ALSA: opl3: small array underflow by Dan Carpenter · 10 years ago
  99. 168e47f kernel/module.c: Update debug alignment after symtable generation by Laura Abbott · 10 years ago
  100. 8b5f5a0 arm64: Don't use is_module_addr in setting page attributes by Laura Abbott · 10 years ago