summaryrefslogtreecommitdiff
path: root/drivers/i2c/muxes
AgeCommit message (Expand)Author
2023-03-09i2c: mux: Convert all drivers to new .probe() callbackUwe Kleine-König
2022-12-07i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang
2022-12-05i2c: mux: pca954x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-12-05i2c: mux: pca9541: switch to using .probe_newPeter Rosin
2022-08-23i2c: muxes: Drop obsolete dependency on COMPILE_TESTJean Delvare
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-26i2c: mux-gpmux: Add of_node_put() when breaking out of loopLiang He
2022-03-20i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin
2021-11-23i2c: mux: gpio: Use array_size() helperAndy Shevchenko
2021-11-23i2c: mux: gpio: Don't dereference fwnode from struct deviceAndy Shevchenko
2021-11-23i2c: mux: gpio: Replace custom acpi_get_local_address()Andy Shevchenko
2021-05-27i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headersLee Jones
2021-02-09i2c: mux: mlxcpld: Add callback to notify mux creation completionVadim Pasternak
2021-02-09i2c: mux: mlxcpld: Extend supported mux numberVadim Pasternak
2021-02-09i2c: mux: mlxcpld: Extend driver to support word address space devicesVadim Pasternak
2021-02-09i2c: mux: mlxcpld: Get rid of adapter numbers enforcementVadim Pasternak
2021-02-09i2c: mux: mlxcpld: Prepare mux selection infrastructure for two-byte supportVadim Pasternak
2021-02-09i2c: mux: mlxcpld: Convert driver to platform driverVadim Pasternak
2021-02-01i2c: mux: mlxcpld: Move header file out of x86 realmVadim Pasternak
2021-02-01i2c: mux: mlxcpld: Update module licenseVadim Pasternak
2021-01-17i2c: i2c-mux-gpio: Enable this driver in ACPI landEvan Green
2021-01-17i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()Evan Green
2020-09-18i2c: mux: reg: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-18i2c: mux: gpmux: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-05-20Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang
2020-05-15i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Christophe JAILLET
2020-05-11i2c: mux: pca954x: Convert license to SPDX identifierAndy Shevchenko
2020-05-11i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Andy Shevchenko
2020-05-11i2c: mux: pca954x: Make use of device propertiesAndy Shevchenko
2020-05-11i2c: mux: pca954x: Refactor pca954x_irq_handler()Andy Shevchenko
2020-01-03i2c: mux: pca954x: support property idle-stateBiwen Li
2020-01-03i2c: mux: pca9541: use the BIT macroPeter Rosin
2019-11-25i2c: Fix Kconfig indentationKrzysztof Kozlowski
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-06-22i2c: mux/i801: Switch to use descriptor passingLinus Walleij
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-10i2c: mux: pinctrl: use flexible-array member and struct_size() helperGustavo A. R. Silva
2019-06-10i2c: mux: arb-gpio: Rewrite to use GPIO descriptorsLinus Walleij
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-03Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang
2019-04-21i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-04-21i2c: mux: pca954x: allow management of device idle state via sysfsRobert Shearman
2019-04-21i2c: mux: pca9541: remove support for unused platform dataRobert Shearman
2019-04-21i2c: mux: pca954x: remove support for unused platform dataRobert Shearman
2019-04-16i2c: demux: handle the new atomic callbacksWolfram Sang