Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'i2c-for-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

Pull i2c fixes from Wolfram Sang:

- omap: use correct function to read from device tree

- MAINTAINERS: remove Seth from ISMT maintainership

* tag 'i2c-for-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
MAINTAINERS: Remove entry for Seth Heasley
i2c: omap: fix deprecated of_property_read_bool() use

+1 -2
-1
MAINTAINERS
··· 11237 11237 F: drivers/i2c/busses/i2c-cht-wc.c 11238 11238 11239 11239 I2C/SMBUS ISMT DRIVER 11240 - M: Seth Heasley <seth.heasley@intel.com> 11241 11240 M: Neil Horman <nhorman@tuxdriver.com> 11242 11241 L: linux-i2c@vger.kernel.org 11243 11242 F: Documentation/i2c/busses/i2c-ismt.rst
+1 -1
drivers/i2c/busses/i2c-omap.c
··· 1454 1454 (1000 * omap->speed / 8); 1455 1455 } 1456 1456 1457 - if (of_property_read_bool(node, "mux-states")) { 1457 + if (of_property_present(node, "mux-states")) { 1458 1458 struct mux_state *mux_state; 1459 1459 1460 1460 mux_state = devm_mux_state_get(&pdev->dev, NULL);