summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-163-141/+59Star
|\
| * i2c: mux/i801: Switch to use descriptor passingLinus Walleij2019-06-221-86/+30Star
| * i2c: mux: pinctrl: use flexible-array member and struct_size() helperGustavo A. R. Silva2019-06-101-3/+2Star
| * i2c: mux: arb-gpio: Rewrite to use GPIO descriptorsLinus Walleij2019-06-101-52/+27Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2019-05-033-36/+82
|\
| * i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-04-211-2/+2
| * i2c: mux: pca954x: allow management of device idle state via sysfsRobert Shearman2019-04-211-8/+77
| * i2c: mux: pca9541: remove support for unused platform dataRobert Shearman2019-04-211-7/+1Star
| * i2c: mux: pca954x: remove support for unused platform dataRobert Shearman2019-04-211-20/+3Star
* | i2c: demux: handle the new atomic callbacksWolfram Sang2019-04-161-0/+2
|/
* Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-294-5/+5
|\
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2018-10-293-3/+3
| |\
| | * i2c: mux: mlxcpld: simplify code to reach the adapterLuca Ceresoli2018-10-081-1/+1
| | * i2c: mux: ltc4306: simplify code to reach the adapterLuca Ceresoli2018-10-081-1/+1
| | * i2c: mux: pca954x: simplify code to reach the adapterLuca Ceresoli2018-10-081-1/+1
| * | i2c: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-051-2/+2
| |/
* | gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-131-1/+2
* | gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-131-9/+4Star
|/
* Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2018-08-041-13/+11Star
|\
| * i2c: mux: pca954x: use helper variable in probeLinus Walleij2018-07-301-13/+11Star
* | Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19Wolfram Sang2018-07-131-3/+3
|\ \
| * | i2c: mux: pca9541: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-3/+3
| |/
* | i2c: mux: pca954x: make use of __i2c_smbus_xferPeter Rosin2018-07-031-23/+4Star
* | i2c: mux: pca9541: make use of __i2c_smbus_xferPeter Rosin2018-07-031-58/+11Star
* | i2c: mux: mlxcpld: make use of __i2c_smbus_xferPeter Rosin2018-07-031-24/+4Star
|/
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-145-16/+20
|\
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2018-05-304-15/+19
| |\
| | * i2c: mux: pca954x: merge calls to of_match_device and of_device_get_match_dataJulia Lawall2018-05-241-5/+2Star
| | * i2c: mux: demux-pinctrl: use proper parent device for demux adapterWolfram Sang2018-05-241-1/+1
| | * i2c: mux: reg: failed memory allocation is logged elsewhereMarkus Elfring2018-05-241-3/+1Star
| | * i2c: mux: pca954x: force reset on probe if availableMike Looijmans2018-05-191-2/+9
| | * i2c: mux: demux-pinctrl: disable PM user interfaceWolfram Sang2018-05-191-0/+3
| | * i2c: mux: ltc4306: switch to using .probe_newPeter Rosin2018-05-191-4/+3Star
| * | i2c: mux: gpio: move header to platform_dataWolfram Sang2018-05-171-1/+1
| |/
* / treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-132-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-152-69/+35Star
|\
| * Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang2017-11-011-63/+32Star
| |\
| | * 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/+28Star
| * | i2c: mux: reg: use of_property_read_bool()Sergei Shtylyov2017-10-201-6/+3Star
| |/