summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes
Commit message (Expand)AuthorAgeFilesLines
* i2c: mux: reg: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-7/+3
* i2c: mux: gpmux: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-10/+6
* Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang2020-05-201-0/+1
|\
| * i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Christophe JAILLET2020-05-151-0/+1
* | i2c: mux: pca954x: Convert license to SPDX identifierAndy Shevchenko2020-05-111-5/+2
* | i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Andy Shevchenko2020-05-111-3/+2
* | i2c: mux: pca954x: Make use of device propertiesAndy Shevchenko2020-05-111-10/+5
* | i2c: mux: pca954x: Refactor pca954x_irq_handler()Andy Shevchenko2020-05-111-10/+7
|/
* i2c: mux: pca954x: support property idle-stateBiwen Li2020-01-031-23/+46
* i2c: mux: pca9541: use the BIT macroPeter Rosin2020-01-031-14/+15
* i2c: Fix Kconfig indentationKrzysztof Kozlowski2019-11-251-9/+9
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-153-141/+59
|\
| * i2c: mux/i801: Switch to use descriptor passingLinus Walleij2019-06-221-86/+30
| * i2c: mux: pinctrl: use flexible-array member and struct_size() helperGustavo A. R. Silva2019-06-101-3/+2
| * i2c: mux: arb-gpio: Rewrite to use GPIO descriptorsLinus Walleij2019-06-101-52/+27
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* 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/+1
| * i2c: mux: pca954x: remove support for unused platform dataRobert Shearman2019-04-211-20/+3
* | 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/+4
|/
* Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2018-08-041-13/+11
|\
| * i2c: mux: pca954x: use helper variable in probeLinus Walleij2018-07-301-13/+11
* | 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/+4
* | i2c: mux: pca9541: make use of __i2c_smbus_xferPeter Rosin2018-07-031-58/+11
* | i2c: mux: mlxcpld: make use of __i2c_smbus_xferPeter Rosin2018-07-031-24/+4
|/
* 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/+2
| | * 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/+1
| | * 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