1
0
Fork 0
alistair23-linux/drivers/i2c/muxes
Linus Torvalds 4008e6a9bc Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c updates from Wolfram Sang:
 "This contains two bigger than usual tree-wide changes this time. They
  all have proper acks, caused no merge conflicts in linux-next where
  they have been for a while. They are namely:

   - to-gpiod conversion of the i2c-gpio driver and its users (touching
     arch/* and drivers/mfd/*)

   - adding a sbs-manager based on I2C core updates to SMBus alerts
     (touching drivers/power/*)

  Other notable changes:

   - i2c_boardinfo can now carry a dev_name to be used when the device
     is created. This is because some devices in ACPI world need fixed
     names to find the regulators.

   - the designware driver got a long discussed overhaul of its PM
     handling. img-scb and davinci got PM support, too.

   - at24 driver has way better OF support. And it has a new maintainer.
     Thanks Bartosz for stepping up!

  The rest is regular driver updates and fixes"

* 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (55 commits)
  ARM: sa1100: simpad: Correct I2C GPIO offsets
  i2c: aspeed: Deassert reset in probe
  eeprom: at24: Add OF device ID table
  MAINTAINERS: new maintainer for AT24 driver
  i2c: nuc900: remove platform_data, too
  i2c: thunderx: Remove duplicate NULL check
  i2c: taos-evm: Remove duplicate NULL check
  i2c: Make i2c_unregister_device() NULL-aware
  i2c: xgene-slimpro: Support v2
  i2c: mpc: remove useless variable initialization
  i2c: omap: Trigger bus recovery in lockup case
  i2c: gpio: Add support for named gpios in DT
  dt-bindings: i2c: i2c-gpio: Add support for named gpios
  i2c: gpio: Local vars in probe
  i2c: gpio: Augment all boardfiles to use open drain
  i2c: gpio: Enforce open drain through gpiolib
  gpio: Make it possible for consumers to enforce open drain
  i2c: gpio: Convert to use descriptors
  power: supply: sbs-message: fix some code style issues
  power: supply: sbs-battery: remove unchecked return var
  ...
2017-11-14 17:52:21 -08:00
..
Kconfig Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2017-09-09 14:18:40 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
i2c-arb-gpio-challenge.c i2c: arb: gpio-challenge: stop double error reporting 2017-04-03 14:07:32 +02:00
i2c-demux-pinctrl.c i2c: Convert to using %pOF instead of full_name 2017-07-31 17:19:35 +02:00
i2c-mux-gpio.c i2c: mux: gpio: stop double error reporting 2017-04-03 14:07:32 +02:00
i2c-mux-gpmux.c i2c: i2c-mux-gpmux: new driver 2017-06-03 19:29:26 +09:00
i2c-mux-ltc4306.c i2c: mux: ltc4306: LTC4306 and LTC4305 I2C multiplexer/switch 2017-04-12 17:10:31 +02:00
i2c-mux-mlxcpld.c i2c: mux: mlxcpld: move header file out of I2C realm 2017-08-14 11:54:10 +02:00
i2c-mux-pca954x.c i2c: mux: pca954x: Return error if irq_create_mapping fails 2017-10-28 23:43:10 +02:00
i2c-mux-pca9541.c i2c: mux: pca954x: move header file out of I2C realm 2017-08-14 11:54:03 +02:00
i2c-mux-pinctrl.c i2c: mux: pinctrl: potential NULL dereference on error 2017-08-17 14:19:56 +02:00
i2c-mux-reg.c i2c: mux: reg: use of_property_read_bool() 2017-10-20 16:33:07 +02:00