This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c3200081020d Merge tag 'block-6.6-2023-10-20' of git://git.kernel.dk/linux new 1bbac8d6af08 dt-bindings: mmc: sdhci-msm: correct minimum number of clocks new 32a9cdb8869d mmc: core: sdio: hold retuning if sdio in 1-bit mode new 1202d617e3d0 mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs c [...] new 168054ca5cf7 mmc: sdhci-sprd: Fix error code in sdhci_sprd_tuning() new f19c5a73e6f7 mmc: core: Fix error propagation for some ioctl commands new c7bb120c1c66 mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw new 84ee19bffc93 mmc: core: Capture correct oemid-bits for eMMC cards new 7da6c042ca0d Merge tag 'mmc-v6.6-rc3' of git://git.kernel.org/pub/scm/l [...] new 3e01d5254698 mtd: rawnand: marvell: Ensure program page operations are [...] new 6792b7fce610 mtd: physmap-core: Restore map_rom fallback new 9836a987860e mtd: spinand: micron: correct bitmask for ecc status new 3a4a893dbb19 mtd: rawnand: arasan: Ensure program page operations are s [...] new 9777cc13fd2c mtd: rawnand: pl353: Ensure program page operations are su [...] new 5279f4a9eed3 mtd: rawnand: qcom: Unmap the right resource upon probe failure new f6ca3fb6978f mtd: rawnand: Ensure the nand chip supports cached reads new f6176471542d Merge tag 'mtd/fixes-for-6.6-rc7' of git://git.kernel.org/ [...] new c8befdc411e5 pinctrl: qcom: lpass-lpi: fix concurrent register updates new 62140a1e4dec Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()" new 659eaa0015db Merge tag 'pinctrl-v6.6-3' of git://git.kernel.org/pub/scm [...] new e40c04ade0e2 scsi: mpt3sas: Fix in error path new 097c06394c83 scsi: qla2xxx: Fix double free of dsd_list during driver load new 75e167c2f63c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 22 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: .../devicetree/bindings/mmc/sdhci-msm.yaml | 2 +- drivers/mmc/core/block.c | 31 +++--- drivers/mmc/core/mmc.c | 2 +- drivers/mmc/core/sdio.c | 8 +- drivers/mmc/host/mtk-sd.c | 6 +- drivers/mmc/host/sdhci-pci-gli.c | 104 +++++++++++++-------- drivers/mmc/host/sdhci-sprd.c | 1 + drivers/mtd/maps/physmap-core.c | 11 +++ drivers/mtd/nand/raw/arasan-nand-controller.c | 16 +++- drivers/mtd/nand/raw/marvell_nand.c | 23 ++++- drivers/mtd/nand/raw/nand_base.c | 3 + drivers/mtd/nand/raw/nand_jedec.c | 3 + drivers/mtd/nand/raw/nand_onfi.c | 3 + drivers/mtd/nand/raw/pl35x-nand-controller.c | 9 ++ drivers/mtd/nand/raw/qcom_nandc.c | 2 +- drivers/mtd/nand/spi/micron.c | 2 +- drivers/pinctrl/core.c | 16 ++-- drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 17 ++-- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +- drivers/scsi/qla2xxx/qla_os.c | 2 +- include/linux/mtd/jedec.h | 3 + include/linux/mtd/onfi.h | 1 + include/linux/mtd/rawnand.h | 2 + 23 files changed, 194 insertions(+), 77 deletions(-)