aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/muxes
AgeCommit message (Expand)AuthorFilesLines
2022-03-20i2c: mux: demux-pinctrl: do not deactivate a master that is not activeGravatar Peter Rosin 1-2/+3
2021-11-23i2c: mux: gpio: Use array_size() helperGravatar Andy Shevchenko 1-1/+2
2021-11-23i2c: mux: gpio: Don't dereference fwnode from struct deviceGravatar Andy Shevchenko 1-3/+4
2021-11-23i2c: mux: gpio: Replace custom acpi_get_local_address()Gravatar Andy Shevchenko 1-41/+2
2021-05-27i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headersGravatar Lee Jones 1-2/+2
2021-02-09i2c: mux: mlxcpld: Add callback to notify mux creation completionGravatar Vadim Pasternak 1-0/+4
2021-02-09i2c: mux: mlxcpld: Extend supported mux numberGravatar Vadim Pasternak 1-8/+2
2021-02-09i2c: mux: mlxcpld: Extend driver to support word address space devicesGravatar Vadim Pasternak 1-8/+39
2021-02-09i2c: mux: mlxcpld: Get rid of adapter numbers enforcementGravatar Vadim Pasternak 1-5/+2
2021-02-09i2c: mux: mlxcpld: Prepare mux selection infrastructure for two-byte supportGravatar Vadim Pasternak 1-9/+9
2021-02-09i2c: mux: mlxcpld: Convert driver to platform driverGravatar Vadim Pasternak 1-34/+28
2021-02-01i2c: mux: mlxcpld: Move header file out of x86 realmGravatar Vadim Pasternak 1-1/+1
2021-02-01i2c: mux: mlxcpld: Update module licenseGravatar Vadim Pasternak 1-30/+3
2021-01-17i2c: i2c-mux-gpio: Enable this driver in ACPI landGravatar Evan Green 1-28/+79
2021-01-17i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()Gravatar Evan Green 1-2/+3
2020-09-18i2c: mux: reg: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-7/+3
2020-09-18i2c: mux: gpmux: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-10/+6
2020-05-20Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Gravatar Wolfram Sang 1-0/+1
2020-05-15i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Gravatar Christophe JAILLET 1-0/+1
2020-05-11i2c: mux: pca954x: Convert license to SPDX identifierGravatar Andy Shevchenko 1-5/+2
2020-05-11i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Gravatar Andy Shevchenko 1-3/+2
2020-05-11i2c: mux: pca954x: Make use of device propertiesGravatar Andy Shevchenko 1-10/+5
2020-05-11i2c: mux: pca954x: Refactor pca954x_irq_handler()Gravatar Andy Shevchenko 1-10/+7
2020-01-03i2c: mux: pca954x: support property idle-stateGravatar Biwen Li 1-23/+46
2020-01-03i2c: mux: pca9541: use the BIT macroGravatar Peter Rosin 1-14/+15
2019-11-25i2c: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-9/+9
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 3-141/+59
2019-06-22i2c: mux/i801: Switch to use descriptor passingGravatar Linus Walleij 1-86/+30
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 2-8/+2
2019-06-10i2c: mux: pinctrl: use flexible-array member and struct_size() helperGravatar Gustavo A. R. Silva 1-3/+2
2019-06-10i2c: mux: arb-gpio: Rewrite to use GPIO descriptorsGravatar Linus Walleij 1-52/+27
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 1-12/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Gravatar Thomas Gleixner 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-03Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Gravatar Wolfram Sang 3-36/+82
2019-04-21i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc()Gravatar Gustavo A. R. Silva 1-2/+2
2019-04-21i2c: mux: pca954x: allow management of device idle state via sysfsGravatar Robert Shearman 1-8/+77
2019-04-21i2c: mux: pca9541: remove support for unused platform dataGravatar Robert Shearman 1-7/+1
2019-04-21i2c: mux: pca954x: remove support for unused platform dataGravatar Robert Shearman 1-20/+3
2019-04-16i2c: demux: handle the new atomic callbacksGravatar Wolfram Sang 1-0/+2
2018-10-29Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-5/+5
2018-10-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Gravatar Wolfram Sang 3-3/+3
2018-10-08i2c: mux: mlxcpld: simplify code to reach the adapterGravatar Luca Ceresoli 1-1/+1
2018-10-08i2c: mux: ltc4306: simplify code to reach the adapterGravatar Luca Ceresoli 1-1/+1
2018-10-08i2c: mux: pca954x: simplify code to reach the adapterGravatar Luca Ceresoli 1-1/+1
2018-10-05i2c: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-09-13gpiolib: Pass array info to get/set array functionsGravatar Janusz Krzysztofik 1-1/+2