This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from de0a9f448633 Merge tag 'riscv-for-linus-6.10-rc6' of git://git.kernel.o [...] new ebc4fc34eae8 mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos new a91bf3b3bead mmc: sdhci-pci-o2micro: Convert PCIBIOS_* return codes to errnos new d77dc388cd61 mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard new 84bb8d8bbd83 Revert "mmc: moxart-mmc: Use sg_miter for PIO" new fbd64f902b93 mmc: sdhci: Do not invert write-protect twice new ab069ce12596 mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() new a89385800edd Merge tag 'mmc-v6.10-rc4' of git://git.kernel.org/pub/scm/ [...] new d56fbfbaf592 platform/mellanox: nvsw-sn2201: Add check for platform_dev [...] new 151e78a0b89e platform/x86: wireless-hotkey: Add support for LG Airplane Button new 413c204595ca platform/x86: lg-laptop: Remove LGEX0815 hotkey handling new 58a54f27a0da platform/x86: lg-laptop: Change ACPI device id new b27ea2795561 platform/x86: lg-laptop: Use ACPI device handle when evalu [...] new 3fd8ca27073e platform/x86/siemens: add missing MODULE_DESCRIPTION() macros new 41ab81ce8490 platform/x86/intel: add missing MODULE_DESCRIPTION() macros new 7add1ee34692 platform/x86: add missing MODULE_DESCRIPTION() macros new 921863fd9fe2 Merge tag 'platform-drivers-x86-v6.10-4' of git://git.kern [...] new 103458874bac i2c: viai2c: turn common code into a proper module new 4e9a1a47c529 Merge tag 'i2c-host-fixes-6.10-rc6' of git://git.kernel.or [...] new c422b6a63024 i2c: testunit: don't erase registers after STOP new c116deafd1a5 i2c: testunit: discard write requests while old command is [...] new ebe70b3acee9 Merge tag 'i2c-for-6.10-rc6' of git://git.kernel.org/pub/s [...] new 610b29161b0a xfs: fix freeing speculative preallocations for preallocat [...] new 288e1f693f04 xfs: restrict when we try to align cow fork delalloc to co [...] new 1ec9307fc066 xfs: allow unlinked symlinks and dirs with zero size new dc5e1cbae270 xfs: fix direction in XFS_IOC_EXCHANGE_RANGE new 673cd885bbbf xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs new 27b31deb900d Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/s [...]
The 27 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: drivers/i2c/busses/Makefile | 6 +- drivers/i2c/busses/i2c-viai2c-common.c | 71 ++----------- drivers/i2c/busses/i2c-viai2c-common.h | 2 +- drivers/i2c/busses/i2c-viai2c-wmt.c | 36 +++++++ drivers/i2c/busses/i2c-viai2c-zhaoxin.c | 113 +++++++++++++++++---- drivers/i2c/i2c-slave-testunit.c | 5 +- drivers/mmc/host/moxart-mmc.c | 78 +++++++------- drivers/mmc/host/sdhci-brcmstb.c | 4 + drivers/mmc/host/sdhci-pci-core.c | 11 +- drivers/mmc/host/sdhci-pci-o2micro.c | 41 ++++---- drivers/mmc/host/sdhci.c | 25 +++-- drivers/platform/mellanox/nvsw-sn2201.c | 5 +- drivers/platform/x86/amilo-rfkill.c | 1 + drivers/platform/x86/firmware_attributes_class.c | 1 + drivers/platform/x86/ibm_rtl.c | 1 + drivers/platform/x86/intel/hid.c | 1 + drivers/platform/x86/intel/pmc/pltdrv.c | 1 + drivers/platform/x86/intel/rst.c | 1 + drivers/platform/x86/intel/smartconnect.c | 1 + drivers/platform/x86/intel/vbtn.c | 1 + drivers/platform/x86/lg-laptop.c | 89 +++++++--------- .../x86/siemens/simatic-ipc-batt-apollolake.c | 1 + .../x86/siemens/simatic-ipc-batt-elkhartlake.c | 1 + .../platform/x86/siemens/simatic-ipc-batt-f7188x.c | 1 + drivers/platform/x86/siemens/simatic-ipc-batt.c | 1 + drivers/platform/x86/siemens/simatic-ipc.c | 1 + drivers/platform/x86/uv_sysfs.c | 1 + drivers/platform/x86/wireless-hotkey.c | 3 + drivers/platform/x86/xo1-rfkill.c | 1 + fs/xfs/libxfs/xfs_bmap.c | 31 +++++- fs/xfs/libxfs/xfs_fs.h | 2 +- fs/xfs/libxfs/xfs_inode_buf.c | 23 ++++- fs/xfs/xfs_bmap_util.c | 30 ++++-- fs/xfs/xfs_bmap_util.h | 2 +- fs/xfs/xfs_icache.c | 2 +- fs/xfs/xfs_inode.c | 24 +++-- fs/xfs/xfs_iomap.c | 34 +++---- 37 files changed, 384 insertions(+), 268 deletions(-)