summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-122-6/+7
* i2c: mux: pca954x: verify the device id of the pca984x chipsPeter Rosin2018-03-061-6/+49
* i2c: mux: reg: don't log an error for probe deferralTomasz Bachorski2017-12-301-0/+3
* i2c: mux: pca954x: add support for NXP PCA984x familyAdrian Fiergolski2017-12-302-7/+37
* Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-142-69/+35
|\
| * Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang2017-11-011-63/+32
| |\
| | * i2c: mux: pca954x: Return error if irq_create_mapping failsPhil Reid2017-10-281-0/+4
| | * i2c: mux: pca954x: call request irq after adding mux segmentsPhil Reid2017-10-281-63/+28
| * | i2c: mux: reg: use of_property_read_bool()Sergei Shtylyov2017-10-201-6/+3
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* 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
|/
OpenPOWER on IntegriCloud