summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
|/
* 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-051-1/+1
* i2c: mux: reg: Provide of_match_tableLukasz Gemborowski2016-06-091-0/+1
* i2c: mux: relax locking of the top i2c adapter during mux-locked muxingPeter Rosin2016-05-042-0/+56
* i2c: mux: pinctrl: fix indentation for better readabilityWolfram Sang2016-04-241-7/+7
* i2c: i2c-mux-reg: convert to use an explicit i2c mux corePeter Rosin2016-04-221-44/+25Star
* i2c: i2c-mux-pca954x: convert to use an explicit i2c mux corePeter Rosin2016-04-221-31/+30Star
* i2c: i2c-mux-pca9541: convert to use an explicit i2c mux corePeter Rosin2016-04-221-31/+27Star
* i2c: i2c-arb-gpio-challenge: convert to use an explicit i2c mux corePeter Rosin2016-04-221-27/+20Star
* i2c: i2c-mux-pinctrl: convert to use an explicit i2c mux corePeter Rosin2016-04-221-53/+30Star
* i2c: i2c-mux-gpio: convert to use an explicit i2c mux corePeter Rosin2016-04-221-33/+22Star
* i2c: mux: demux-pinctrl: Clean up sysfs attributesBen Hutchings2016-04-011-10/+29
* i2c: mux: demux-pinctrl: add driverWolfram Sang2016-02-123-0/+283
* i2c: mux: reg Change ioread endianness for readbackYork Sun2015-09-031-14/+14
* i2c: mux: reg: fix compilation warningsMike Rapoport2015-09-031-1/+1
* i2c: mux: reg: simplify register size checkingWolfram Sang2015-09-031-11/+6Star
* i2c: muxes: fix leaked i2c adapter device node referencesVladimir Zapolskiy2015-08-314-0/+4
* i2c: mux: Add register-based mux i2c-mux-regYork Sun2015-08-243-0/+306
* i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interfaceVladimir Zapolskiy2015-08-101-1/+1
* i2c: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-102-2/+0Star
* i2c: mux: pca954x: Use __i2c_transfer because of quirksAlexander Sverdlin2015-06-172-3/+3
* i2c: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-05-121-2/+3
* i2c: i2c-mux-gpio: remove error messages for probe deferralsIoan Nicu2015-04-031-7/+3Star
* i2c: pca954x: improve usage of gpiod APIUwe Kleine-König2015-03-091-3/+3
* of: i2c: Add i2c-mux-idle-disconnect DT property to PCA954x mux driverAlexander Sverdlin2015-01-231-1/+10
* i2c: muxes: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0Star
* Merge branch 'i2c/for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-091-0/+15
|\
| * i2c: pca954x: put the mux to disconnected state after resumeJisheng Zhang2014-08-011-0/+15