https://github.com/torvalds/linux
Revision 44813aa62aa2f6ac98ba3554cf8bc49087098b74 authored by Linus Torvalds on 29 June 2018, 19:21:12 UTC, committed by Linus Torvalds on 29 June 2018, 19:21:12 UTC
Pull i2c fixes from Wolfram Sang:

 - a revert because of bugzilla #200045 (and some documentation about
   it)

 - another regression fix in the i2c-gpio driver

 - a leak fix for the i2c core

* 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  i2c: gpio: initialize SCL to HIGH again
  i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfers
  i2c: algos: bit: mention our experience about initial states
  Revert "i2c: algo-bit: init the bus to a known state"
2 parent s 7886953 + 12b731d
Raw File
Tip revision: 44813aa62aa2f6ac98ba3554cf8bc49087098b74 authored by Linus Torvalds on 29 June 2018, 19:21:12 UTC
Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Tip revision: 44813aa
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top