This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 785d21ba2f44 Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/l [...] new 969864efae78 i2c: amd-mp2: use msix/msi if the hardware supports new bb2617f0f2ab dt-bindings: i2c: update bindings for mt7986 soc new e0b7afc0eba8 i2c: mediatek: add mt7986 support new a826b6e9e467 i2c: npcm7xx: Group bank 0/1 registers together for readability new 3ca8217dc450 i2c: npcm7xx: Annotate register field definitions with lon [...] new a072f249b1b3 dt-bindings: i2c: mv64xxx: Add F1C100s compatible string new 52951ea193ad i2c: hisi: Add initial device tree support new e77f7ba726cc dt-bindings: i2c: add entry for hisilicon,ascend910-i2c new c42edde5de3a i2c: designware: Fix slave state machine for sequential reads new dcf1bf648f94 i2c: designware: Empty receive FIFO in slave interrupt handler new 4d827824b7bb i2c: designware: Define software status flags with BIT() new 40015c675335 i2c: designware: Remove needless initializations from i2c_ [...] new 5cd69850308f i2c: designware: Remove unused completion code from i2c-de [...] new 4c7107c29742 i2c: designware: Simplify slave interrupt handler nesting new cdbd2f169bf1 i2c: designware: Do not process interrupt when device is s [...] new 184c475ace92 i2c: designware: Move debug print in i2c_dw_isr() new a92c3388b4ce i2c: designware: Simplify master interrupt handler nesting new fee61247b7f6 i2c: designware: Remove common i2c_dw_disable_int() new 966b7d3c738a i2c: designware: Align defines in i2c-designware-core.h new 4bae6da1cbf4 i2c: designware: Add comment to custom register value constants new 8502bee55842 i2c: imx: use devm_platform_get_and_ioremap_resource() new e826192cc26b i2c: /pasemi: PASemi I2C controller IRQ enablement new e0c7800a5530 Merge branch 'i2c/client_device_id_helper-immutable' into [...] new 3d50b95b50db i2c: smbus: add DDR support for SPD new 5bf71889ad9a i2c: tegra: Set ACPI node as primary fwnode new de917701da5d dt-bindings: i2c: renesas,riic: Document RZ/Five SoC new af45de836888 dt-bindings: qcom: geni-se: document I2C Master Hub wrappe [...] new cb29d4e6a9ef dt-bindings: i2c: qcom-geni: document I2C Master Hub seria [...] new 63fc9af83c11 soc: qcom: geni-se: add desc struct to specify clocks from [...] new f4aba01db480 soc: qcom: geni-se: add support for I2C Master Hub wrapper [...] new 14d02fbadb5d i2c: qcom-geni: add desc struct to prepare support for I2C [...] new cacd9643eca7 i2c: qcom-geni: add support for I2C Master Hub variant new 73e9841ba7e3 i2c: gpio: Fix potential unused warning for 'i2c_gpio_dt_ids' new 99c4ec2397bb i2c: mux: pca9541: switch to using .probe_new new a00f6d3723f5 drivers/i2c: use simple i2c probe new a5eacd2e3790 i2c: mux: pca954x: Convert to i2c's .probe_new() new 87ab72695226 i2c: slave-eeprom: Convert to i2c's .probe_new() new d78a167332e1 i2c: pxa-pci: fix missing pci_disable_device() on error in [...] new 3256412fc57b i2c: hisi: Add support to get clock frequency from clock new 810199f73156 i2c: xiic: Make sure to disable clock on .remove() new 2d47b79d2bd3 i2c: mux: reg: check return value after calling platform_g [...] new 39244cc75482 i2c: ismt: Fix an out-of-bounds bug in ismt_access() new ec9187ecea14 Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/sc [...] new 0bf588274f73 Fix path in cifs/usage.rst new 83fb8abec293 cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op() new 64ce47cb1b29 cifs: Parse owner/group for stat in smb311 posix extensions new 9381666e2898 cifs: wire up >migrate_folio new bff9018d3a52 cifs: stop using generic_writepages new ebaad77c8992 cifs: remove ->writepage new d406d26745ab cifs: skip alloc when request has no pages new c19204cbd65c cifs: minor cleanup of some headers new 9544597b5b63 cifs: fix various whitespace errors in headers new 2bfd81043e94 cifs: fix missing display of three mount options new 9d91f8108ebf cifs: print warning when conflicting soft vs. hard mount o [...] new f7f291e14dde cifs: fix oops during encryption new d74f4a3f6d88 cifs: Remove duplicated include in cifsglob.h new 851f657a8642 Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.sa [...]
The 57 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/admin-guide/cifs/usage.rst | 2 +- .../bindings/i2c/hisilicon,ascend910-i2c.yaml | 73 +++++++ .../devicetree/bindings/i2c/i2c-mt65xx.yaml | 1 + .../bindings/i2c/marvell,mv64xxx-i2c.yaml | 1 + .../bindings/i2c/qcom,i2c-geni-qcom.yaml | 64 +++++- .../devicetree/bindings/i2c/renesas,riic.yaml | 2 +- .../devicetree/bindings/soc/qcom/qcom,geni-se.yaml | 44 +++- MAINTAINERS | 1 + drivers/i2c/busses/Kconfig | 2 +- drivers/i2c/busses/i2c-amd-mp2-pci.c | 30 ++- drivers/i2c/busses/i2c-amd-mp2.h | 1 + drivers/i2c/busses/i2c-designware-common.c | 5 - drivers/i2c/busses/i2c-designware-core.h | 235 ++++++++++----------- drivers/i2c/busses/i2c-designware-master.c | 44 ++-- drivers/i2c/busses/i2c-designware-slave.c | 77 +++---- drivers/i2c/busses/i2c-gpio.c | 4 +- drivers/i2c/busses/i2c-hisi.c | 22 +- drivers/i2c/busses/i2c-imx.c | 3 +- drivers/i2c/busses/i2c-ismt.c | 3 + drivers/i2c/busses/i2c-mt65xx.c | 14 ++ drivers/i2c/busses/i2c-npcm7xx.c | 87 ++++---- drivers/i2c/busses/i2c-pasemi-core.c | 32 ++- drivers/i2c/busses/i2c-pasemi-core.h | 5 + drivers/i2c/busses/i2c-pasemi-platform.c | 6 + drivers/i2c/busses/i2c-pxa-pci.c | 10 +- drivers/i2c/busses/i2c-qcom-geni.c | 58 ++++- drivers/i2c/busses/i2c-tegra.c | 1 + drivers/i2c/busses/i2c-xiic.c | 9 +- drivers/i2c/i2c-core-base.c | 5 +- drivers/i2c/i2c-slave-eeprom.c | 5 +- drivers/i2c/i2c-smbus.c | 11 +- drivers/i2c/muxes/i2c-mux-pca9541.c | 5 +- drivers/i2c/muxes/i2c-mux-pca954x.c | 6 +- drivers/i2c/muxes/i2c-mux-reg.c | 5 +- drivers/soc/qcom/qcom-geni-se.c | 79 +++++-- fs/cifs/cifs_ioctl.h | 2 +- fs/cifs/cifsfs.c | 8 +- fs/cifs/cifsfs.h | 4 +- fs/cifs/cifsglob.h | 76 ++++++- fs/cifs/cifspdu.h | 50 ++--- fs/cifs/cifsproto.h | 6 +- fs/cifs/file.c | 36 ++-- fs/cifs/fs_context.c | 11 +- fs/cifs/inode.c | 13 +- fs/cifs/misc.c | 4 +- fs/cifs/smb2inode.c | 68 ++++-- fs/cifs/smb2ops.c | 179 ++++++++-------- fs/cifs/smb2proto.h | 5 +- 48 files changed, 921 insertions(+), 493 deletions(-) create mode 100644 Documentation/devicetree/bindings/i2c/hisilicon,ascend910-i2c.yaml