This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9d588a1140b9 Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kern [...] new aef72ebe9c86 dt-bindings: eeprom: at24: Add compatible for Belling BL24S64 new 2df3bf91d14d Merge tag 'at24-updates-for-v6.19-rc1' of git://git.kernel [...] new 621e57c37ea6 i2c: i2c-elektor: Allow building on SMP kernels new 414690746d2d i2c: i2c.h: fix a bad kernel-doc line new 4cdcdbe50454 i2c: designware: Remove i2c_dw_remove_lock_support() new e308a27c653a i2c: busses: bcm2835: convert from round_rate() to determi [...] new faef2789bdb4 i2c: pcf8584: Remove debug macros from i2c-algo-pcf.c new 2e38abef127d i2c: pcf8584: Fix do not use assignment inside if conditional new acff9f26664e i2c: designware: Omit a variable reassignment in dw_i2c_pl [...] new b4cc81803033 i2c: stm32: Omit two variable reassignments in stm32_i2c_d [...] new 90f690a4f5f9 i2c: i801: Add support for Intel Diamond Rapids new 3f124b4ef8d8 dt-bindings: i2c: i2c-rk3x: Add compatible string for RK3506 new d3429178ee51 i2c: designware: Disable SMBus interrupts to prevent storm [...] new 11cb461c2ebb i2c: pcf8584: Move 'ret' variable inside for loop, goto ou [...] new e7ba30357ad4 i2c: pcf8584: Make pcf_doAddress() function void new 890a12d2f781 i2c: pcf8584: Change pcf_doAdress() to pcf_send_address() new 8f7879b26dac i2c: i801: Fix the Intel Diamond Rapids features new 697586b9441d dt-bindings: i2c: qcom-cci: Document msm8953 compatible new eeaaf5bc1c5b dt-bindings: i2c: qcom-cci: Document Kaanapali compatible new a6ee6aac66fb i2c: amd-mp2: fix reference leak in MP2 PCI device new 25faa5364638 i2c: spacemit: fix detect issue new f60d68e697ce Merge tag 'i2c-host-6.19-v2' of git://git.kernel.org/pub/s [...] new d202341d9b0c i2c: qcom-cci: Add msm8953 compatible new c9b47175e913 Merge tag 'i2c-for-6.19-rc1' of git://git.kernel.org/pub/s [...]
The 24 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: Documentation/devicetree/bindings/eeprom/at24.yaml | 1 + .../devicetree/bindings/i2c/i2c-rk3x.yaml | 1 + .../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 4 + Documentation/i2c/busses/i2c-i801.rst | 1 + drivers/i2c/algos/i2c-algo-pcf.c | 105 +++++---------------- drivers/i2c/busses/Kconfig | 3 +- drivers/i2c/busses/i2c-amd-mp2-pci.c | 5 +- drivers/i2c/busses/i2c-bcm2835.c | 12 ++- drivers/i2c/busses/i2c-designware-core.h | 2 +- drivers/i2c/busses/i2c-designware-master.c | 7 ++ drivers/i2c/busses/i2c-designware-platdrv.c | 13 +-- drivers/i2c/busses/i2c-i801.c | 3 + drivers/i2c/busses/i2c-k1.c | 19 ++-- drivers/i2c/busses/i2c-qcom-cci.c | 46 +++++++++ drivers/i2c/busses/i2c-stm32.c | 7 +- include/uapi/linux/i2c.h | 2 +- 16 files changed, 120 insertions(+), 111 deletions(-)