This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 88862eeb4763 Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub [...] new 81de291d86b7 of: dynamic: Add of_changeset_update_prop_string new 1fcc67e3a354 of: base: Add for_each_child_of_node_with_prefix() new 157ce8f381ef i2c: Introduce OF component probe function new 897261149d25 i2c: of-prober: Add simple helpers for regulator support new 39b415f84654 i2c: of-prober: Add GPIO support to simple helpers new 3fc361af8ab0 platform/chrome: Introduce device tree hardware prober new aac9e2afa807 arm64: dts: mediatek: mt8173-elm-hana: Mark touchscreens a [...] new 44b682694a0c i2c: Fix whitespace style issue new 0d40daa1c136 of: base: Document prefix argument for of_get_next_child_w [...] new caf4bdb558cb MAINTAINERS: fix typo in I2C OF COMPONENT PROBER new a14bf463e7df Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org [...]
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 8 + arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtsi | 14 + arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 4 +- drivers/i2c/Makefile | 1 + drivers/i2c/i2c-core-of-prober.c | 415 ++++++++++++++++++++++ drivers/i2c/i2c-core-smbus.c | 2 +- drivers/of/base.c | 36 ++ drivers/of/dynamic.c | 44 +++ drivers/platform/chrome/Kconfig | 11 + drivers/platform/chrome/Makefile | 1 + drivers/platform/chrome/chromeos_of_hw_prober.c | 154 ++++++++ include/linux/i2c-of-prober.h | 140 ++++++++ include/linux/of.h | 13 + 13 files changed, 840 insertions(+), 3 deletions(-) create mode 100644 drivers/i2c/i2c-core-of-prober.c create mode 100644 drivers/platform/chrome/chromeos_of_hw_prober.c create mode 100644 include/linux/i2c-of-prober.h