summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-096-163/+82
|\
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-08-275-161/+80
| |\
| | * i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF supportPeter Rosin2017-08-221-1/+1
| | * i2c: mux: pinctrl: potential NULL dereference on errorDan Carpenter2017-08-171-1/+1
| | * i2c: mux: pinctrl: drop the idle_state memberPeter Rosin2017-08-141-6/+2
| | * i2c: mux: pinctrl: remove platform_dataPeter Rosin2017-08-142-148/+72
| | * i2c: mux: mlxcpld: move header file out of I2C realmWolfram Sang2017-08-141-1/+1
| | * i2c: mux: pca954x: move header file out of I2C realmWolfram Sang2017-08-142-2/+2
| | * i2c: mux: pca9541: sort include filesWolfram Sang2017-08-141-4/+3
| * | i2c: Convert to using %pOF instead of full_nameRob Herring2017-07-311-2/+2
| |/
* | i2c: mux: pinctrl: mention correct module name in Kconfig help textChris Gorman2017-07-171-1/+1
|/
* i2c: i2c-mux-gpmux: new driverPeter Rosin2017-06-033-0/+187
* i2c: mux: reg: rename label to indicate what it doesPeter Rosin2017-05-151-2/+2
* i2c: mux: reg: put away the parent i2c adapter on probe failurePeter Rosin2017-05-151-5/+12
* Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-039-27/+346
|\
| * i2c: mux: ltc4306: LTC4306 and LTC4305 I2C multiplexer/switchMichael Hennerich2017-04-123-0/+334
| * i2c: mux: reg: stop double error reportingPeter Rosin2017-04-031-3/+1
| * i2c: mux: pinctrl: stop double error reportingPeter Rosin2017-04-031-3/+1
| * i2c: mux: pca954x: stop double error reportingPeter Rosin2017-04-031-6/+1
| * i2c: mux: pca9541: stop double error reportingPeter Rosin2017-04-031-3/+1
| * i2c: mux: gpio: stop double error reportingPeter Rosin2017-04-031-3/+1
| * i2c: arb: gpio-challenge: stop double error reportingPeter Rosin2017-04-031-3/+1
| * i2c: mux: pca954x: make use of raw_spinlock variantsJulia Cartwright2017-03-151-6/+6
* | i2c: mux: pca954x: Add missing pca9546 definition to chip_descMike Looijmans2017-03-241-1/+5
* | Revert "i2c: mux: pca954x: Add ACPI support for pca954x"Andy Shevchenko2017-03-231-27/+1
|/
* Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-02-101-4/+146
|\
| * i2c: mux: pca954x: Add interrupt controller supportPhil Reid2017-02-101-2/+139
| * i2c: mux: pca954x: Add missing pca9542 definition to chip_descPhil Reid2017-02-101-2/+7
* | i2c: mux: pca9541: Export OF device ID table as module aliasesJavier Martinez Canillas2017-02-091-0/+1
* | i2c: mux: pca954x: Export OF device ID table as module aliasesJavier Martinez Canillas2017-02-091-0/+1
* | i2c: mux: mlxcpld: remove unused including <linux/version.h>Wei Yongjun2017-02-091-1/+0
|/
* i2c: mux: mlxcpld: fix i2c mux selection cachingPeter Rosin2016-12-181-11/+13
* i2c: mux: pca954x: fix i2c mux selection cachingRussell King2016-12-171-1/+4
* Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-155-5/+273
|\
| * i2c: i2c-mux-gpio: update mux with gpiod_set_array_value_cansleepPeter Rosin2016-11-291-4/+14
| * i2c: mux: pca954x: Add ACPI support for pca954xtnhuynh@apm.com2016-11-291-1/+27
| * i2c: mux: mellanox: add driverVadim Pasternak2016-11-173-0/+232
* | i2c: i2c-mux-pca954x: fix deselect enabling for device-treeAlex Hemme2016-11-191-2/+2
* | i2c: mux: fix up dependenciesLinus Walleij2016-11-141-0/+1
* | i2c: mux: demux-pinctrl: make drivers with no pinctrl work againWolfram Sang2016-11-101-2/+20
|/
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-073-14/+45
|\
| * i2c: pca954x: add device tree bindingPeter Rosin2016-08-251-12/+34
| * i2c: pca9541: add device tree bindingPeter Rosin2016-08-251-0/+8
| * i2c: mux: inform the i2c mux core about how it is usedPeter Rosin2016-08-252-2/+3
* | i2c: mux: pca954x: retry updating the mux selection on failurePeter Rosin2016-09-211-1/+1
* | i2c: mux: demux-pinctrl: run properly with multiple instancesWolfram Sang2016-09-081-4/+10
* | i2c: mux: demux-pinctrl: invalidate properly when switching failsWolfram Sang2016-08-251-0/+1
|/
* i2c: mux: demux-pinctrl: properly roll back when adding adapter failsWolfram Sang2016-08-151-1/+3
* i2c: mux: reg: wrong condition checked for of_address_to_resource return valueLukasz Gemborowski2016-07-061-1/+1
* i2c: mux: reg: Provide of_match_tableLukasz Gemborowski2016-06-091-0/+1
OpenPOWER on IntegriCloud