linux-kernelorg-stable/drivers/i2c
Krzysztof Kozlowski 6a0dddc53f i2c: muxes: pca954x: Fix broken reset-gpio usage
Revert commit 690de2902d ("i2c: muxes: pca954x: Use reset controller
only") and its dependent commit 94c2967764 ("i2c: muxes: pca954x:
Reset if (de)select fails") because the first breaks all users of the
driver, by requiring a completely optional reset-gpio driver.  These
commits cause that mux driver simply stops working when optional
reset-gpio is not included, but that reset-gpio is not pulled anyhow.

Driver cannot remove legacy reset-gpios handling.

Fixes: 690de2902d ("i2c: muxes: pca954x: Use reset controller only")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
2025-11-03 18:04:15 +01:00
..
algos i2c: rename wait_for_completion callback to wait_for_completion_cb 2025-10-04 18:52:58 +02:00
busses i2c: usbio: Add ACPI device-id for MTL-CVF devices 2025-10-14 13:54:43 +02:00
muxes i2c: muxes: pca954x: Fix broken reset-gpio usage 2025-11-03 18:04:15 +01:00
Kconfig
Makefile
i2c-atr.c
i2c-boardinfo.c Revert "i2c: boardinfo: Annotate code used in init phase only" 2025-10-11 23:57:33 +02:00
i2c-core-acpi.c
i2c-core-base.c i2c: core: Drop dev_pm_domain_detach() call 2025-09-13 00:21:47 +02:00
i2c-core-of-prober.c
i2c-core-of.c
i2c-core-slave.c i2c: core: Use fwnode_for_each_child_node_scoped() 2025-09-10 14:49:45 +02:00
i2c-core-smbus.c
i2c-core.h
i2c-dev.c
i2c-mux.c i2c: mux: Simplify boolean assignment in i2c_mux_alloc 2025-09-25 23:49:08 +02:00
i2c-slave-eeprom.c
i2c-slave-testunit.c
i2c-smbus.c
i2c-stub.c