mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
* Replace the expert mode symbols with a single helper * Fix misuses of of_match_ptr() * Remove partid and partname debugfs files * tests: Fix eraseblock read speed miscalculation for lower partition sizes * TRX parser: Allow to use on MediaTek MIPS SoCs MTD driver changes: * spear_smi: use GFP_KERNEL * mchp48l640: Add SPI ID table * mchp23k256: Add SPI ID table * blkdevs: Avoid soft lockups with some mtd/spi devices * aspeed-smc: Improve probe resilience Hyperbus changes: * HBMC_AM654 should depend on ARCH_K3 NAND core changes: * ECC: - Add infrastructure to support hardware engines - Add a new helper to retrieve the ECC context - Provide a helper to retrieve a pilelined engine device NAND-ECC changes: * Macronix ECC engine: - Add Macronix external ECC engine support - Support SPI pipelined mode - Make two read-only arrays static const - Fix compile test issue Raw NAND core changes: * Fix misuses of of_match_node() * Rework of_get_nand_bus_width() * Remove of_get_nand_on_flash_bbt() wrapper * Protect access to rawnand devices while in suspend * bindings: Document the wp-gpios property Rax NAND controller driver changes: * atmel: Fix refcount issue in atmel_nand_controller_init * nandsim: - Add NS_PAGE_BYTE_SHIFT macro to replace the repeat pattern - Merge repeat codes in ns_switch_state - Replace overflow check with kzalloc to single kcalloc * rockchip: Fix platform_get_irq.cocci warning * stm32_fmc2: Add NAND Write Protect support * pl353: Set the nand chip node as the flash node * brcmnand: Fix sparse warnings in bcma_nand * omap_elm: Remove redundant variable 'errors' * gpmi: - Support fast edo timings for mx28 - Validate controller clock rate - Fix controller timings setting * brcmnand: - Add BCMA shim - BCMA controller uses command shift of 0 - Allow platform data instantation - Add platform data structure for BCMA - Allow working without interrupts - Move OF operations out of brcmnand_init_cs() - Avoid pdev in brcmnand_init_cs() - Allow SoC to provide I/O operations - Assign soc as early as possible Onenand changes: * Check for error irq SPI-NAND core changes: * Delay a little bit the dirmap creation * Create direct mapping descriptors for ECC operations SPI-NAND driver changes: * macronix: Use random program load SPI NOR core changes: * Move vendor specific code out of the core into vendor drivers. * Unify all function and object names in the vendor modules. * Make setup() callback optional to improve readability. * Skip erase logic when the SPI_NOR_NO_ERASE flag is set at flash declaration. SPI changes: * Macronix SPI controller: - Fix the transmit path - Create a helper to configure the controller before an operation - Create a helper to ease the start of an operation - Add support for direct mapping - Add support for pipelined ECC operations * spi-mem: - Introduce a capability structure - Check the controller extra capabilities - cadence-quadspi/mxic: Provide capability structures - Kill the spi_mem_dtr_supports_op() helper - Add an ecc parameter to the spi_mem_op structure Binding changes: * Dropped mtd/cortina,gemini-flash.txt * Convert BCM47xx partitions to json-schema * Vendor prefixes: Clarify Macronix prefix * SPI NAND: Convert spi-nand description file to yaml * Raw NAND chip: Create a NAND chip description * Raw NAND controller: - Harmonize the property types - Fix a comment in the examples - Fix the reg property description * Describe Macronix NAND ECC engine * Macronix SPI controller: - Document the nand-ecc-engine property - Convert to yaml - The interrupt property is not mandatory -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEE9HuaYnbmDhq/XIDIJWrqGEe9VoQFAmI7WJcACgkQJWrqGEe9 VoSzpAgAutzRv9TRUiXdBGGlJ851QaZ6ZUvT1bHKTQA+xZi+MZyNmc0cWNg3B70I PnwyxNAmRkUQKwV5Vgy/sQrt42qZnPmr+8XMq+UiziPmgFdjiTdLqGcN619Hi12t JqtoKL828R064LSEq5nWsJ2waoGT1nNtZK8kA2qe8ctvmH0YTThriVZUQR4/Befb OGFheceLFycE/vkktPPr3As4603fMiyDOT7EA3Mtzgjohry0a0TqoakHCaHC/fYo 0/h+x+jJATPtgbWm1ZiV3cZ/Su00+rKuQOsiAWvM/pqDaijsVntBmtK0PRtums2Q m8LCspuQYNnCINeQXqba9RxACpibDg== =+6Zk -----END PGP SIGNATURE----- Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux Pull MTD updates from Miquel Raynal: "There has been a lot of activity in the MTD subsystem recently, with a number of SPI-NOR cleanups as well as the introduction of ECC engines that can be used by SPI controllers (hence a few SPI patches in here). Core MTD changes: - Replace the expert mode symbols with a single helper - Fix misuses of of_match_ptr() - Remove partid and partname debugfs files - tests: Fix eraseblock read speed miscalculation for lower partition sizes - TRX parser: Allow to use on MediaTek MIPS SoCs MTD driver changes: - spear_smi: use GFP_KERNEL - mchp48l640: Add SPI ID table - mchp23k256: Add SPI ID table - blkdevs: Avoid soft lockups with some mtd/spi devices - aspeed-smc: Improve probe resilience Hyperbus changes: - HBMC_AM654 should depend on ARCH_K3 NAND core changes: - ECC: - Add infrastructure to support hardware engines - Add a new helper to retrieve the ECC context - Provide a helper to retrieve a pilelined engine device NAND-ECC changes: - Macronix ECC engine: - Add Macronix external ECC engine support - Support SPI pipelined mode - Make two read-only arrays static const - Fix compile test issue Raw NAND core changes: - Fix misuses of of_match_node() - Rework of_get_nand_bus_width() - Remove of_get_nand_on_flash_bbt() wrapper - Protect access to rawnand devices while in suspend - bindings: Document the wp-gpios property Rax NAND controller driver changes: - atmel: Fix refcount issue in atmel_nand_controller_init - nandsim: - Add NS_PAGE_BYTE_SHIFT macro to replace the repeat pattern - Merge repeat codes in ns_switch_state - Replace overflow check with kzalloc to single kcalloc - rockchip: Fix platform_get_irq.cocci warning - stm32_fmc2: Add NAND Write Protect support - pl353: Set the nand chip node as the flash node - brcmnand: Fix sparse warnings in bcma_nand - omap_elm: Remove redundant variable 'errors' - gpmi: - Support fast edo timings for mx28 - Validate controller clock rate - Fix controller timings setting - brcmnand: - Add BCMA shim - BCMA controller uses command shift of 0 - Allow platform data instantation - Add platform data structure for BCMA - Allow working without interrupts - Move OF operations out of brcmnand_init_cs() - Avoid pdev in brcmnand_init_cs() - Allow SoC to provide I/O operations - Assign soc as early as possible Onenand changes: - Check for error irq SPI-NAND core changes: - Delay a little bit the dirmap creation - Create direct mapping descriptors for ECC operations SPI-NAND driver changes: - macronix: Use random program load SPI NOR core changes: - Move vendor specific code out of the core into vendor drivers. - Unify all function and object names in the vendor modules. - Make setup() callback optional to improve readability. - Skip erase logic when the SPI_NOR_NO_ERASE flag is set at flash declaration. SPI changes: - Macronix SPI controller: - Fix the transmit path - Create a helper to configure the controller before an operation - Create a helper to ease the start of an operation - Add support for direct mapping - Add support for pipelined ECC operations - spi-mem: - Introduce a capability structure - Check the controller extra capabilities - cadence-quadspi/mxic: Provide capability structures - Kill the spi_mem_dtr_supports_op() helper - Add an ecc parameter to the spi_mem_op structure Binding changes: - Dropped mtd/cortina,gemini-flash.txt - Convert BCM47xx partitions to json-schema - Vendor prefixes: Clarify Macronix prefix - SPI NAND: Convert spi-nand description file to yaml - Raw NAND chip: Create a NAND chip description - Raw NAND controller: - Harmonize the property types - Fix a comment in the examples - Fix the reg property description - Describe Macronix NAND ECC engine - Macronix SPI controller: - Document the nand-ecc-engine property - Convert to yaml - The interrupt property is not mandatory" * tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux: (104 commits) mtd: nand: ecc: mxic: Fix compile test issue mtd: nand: mxic-ecc: make two read-only arrays static const mtd: hyperbus: HBMC_AM654 should depend on ARCH_K3 mtd: core: Remove partid and partname debugfs files dt-bindings: mtd: partitions: convert BCM47xx to the json-schema mtd: tests: Fix eraseblock read speed miscalculation for lower partition sizes mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init mtd: rawnand: rockchip: fix platform_get_irq.cocci warning mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set mtd: spi-nor: renumber flags mtd: spi-nor: slightly change code style in spi_nor_sr_ready() mtd: spi-nor: spansion: rename vendor specific functions and defines mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flag mtd: spi-nor: move all spansion specifics into spansion.c mtd: spi-nor: spansion: slightly rework control flow in late_init() mtd: spi-nor: micron-st: rename vendor specific functions and defines mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flag mtd: spi-nor: move all micron-st specifics into micron-st.c mtd: spi-nor: xilinx: correct the debug message mtd: spi-nor: xilinx: rename vendor specific functions and defines ... |
||
---|---|---|
.. | ||
gpio | ||
media | ||
txx9 | ||
x86 | ||
ad5449.h | ||
ad5761.h | ||
ad7266.h | ||
ad7791.h | ||
ad7793.h | ||
ad7887.h | ||
adau17x1.h | ||
adp5588.h | ||
adp8860.h | ||
adp8870.h | ||
ads7828.h | ||
ams-delta-fiq.h | ||
apds990x.h | ||
arm-ux500-pm.h | ||
asoc-imx-ssi.h | ||
asoc-kirkwood.h | ||
asoc-palm27x.h | ||
asoc-s3c.h | ||
asoc-s3c24xx_simtec.h | ||
asoc-ti-mcbsp.h | ||
asoc-ux500-msp.h | ||
ata-pxa.h | ||
ata-samsung_cf.h | ||
atmel.h | ||
b53.h | ||
bcm7038_wdt.h | ||
bcmgenet.h | ||
bd6107.h | ||
bh1770glc.h | ||
brcmfmac.h | ||
brcmnand.h | ||
clk-da8xx-cfgchip.h | ||
clk-davinci-pll.h | ||
clk-fch.h | ||
clk-s3c2410.h | ||
cpuidle-exynos.h | ||
cros_ec_chardev.h | ||
cros_ec_commands.h | ||
cros_ec_proto.h | ||
cros_ec_sensorhub.h | ||
cros_usbpd_notify.h | ||
crypto-ux500.h | ||
cyttsp4.h | ||
davinci-cpufreq.h | ||
davinci_asp.h | ||
dma-dw.h | ||
dma-ep93xx.h | ||
dma-hsu.h | ||
dma-imx.h | ||
dma-iop32x.h | ||
dma-mcf-edma.h | ||
dma-mmp_tdma.h | ||
dma-mv_xor.h | ||
dma-s3c24xx.h | ||
dma-ste-dma40.h | ||
dmtimer-omap.h | ||
ds620.h | ||
dsa.h | ||
edma.h | ||
elm.h | ||
emif_plat.h | ||
eth-ep93xx.h | ||
fb-s3c2410.h | ||
g762.h | ||
gpio-ath79.h | ||
gpio-davinci.h | ||
gpio-htc-egpio.h | ||
gpio-omap.h | ||
gpio_backlight.h | ||
gpmc-omap.h | ||
gsc_hwmon.h | ||
hirschmann-hellcreek.h | ||
hsmmc-omap.h | ||
hwmon-s3c.h | ||
i2c-davinci.h | ||
i2c-gpio.h | ||
i2c-imx.h | ||
i2c-mux-gpio.h | ||
i2c-mux-reg.h | ||
i2c-ocores.h | ||
i2c-omap.h | ||
i2c-pca-platform.h | ||
i2c-pxa.h | ||
i2c-s3c2410.h | ||
i2c-xiic.h | ||
ina2xx.h | ||
intel-mid_wdt.h | ||
invensense_mpu6050.h | ||
iommu-omap.h | ||
irda-pxaficp.h | ||
irda-sa11x0.h | ||
isl9305.h | ||
itco_wdt.h | ||
keyboard-pxa930_rotary.h | ||
keyboard-spear.h | ||
keypad-ep93xx.h | ||
keypad-nomadik-ske.h | ||
keypad-omap.h | ||
keypad-pxa27x.h | ||
keyscan-davinci.h | ||
lcd-mipid.h | ||
leds-lm355x.h | ||
leds-lm3642.h | ||
leds-lp55xx.h | ||
leds-omap.h | ||
leds-s3c24xx.h | ||
lm3630a_bl.h | ||
lm3639_bl.h | ||
lm8323.h | ||
lp855x.h | ||
lp8727.h | ||
lp8755.h | ||
ltc4245.h | ||
lv5207lp.h | ||
max197.h | ||
max732x.h | ||
max3421-hcd.h | ||
max6639.h | ||
max6697.h | ||
mcs.h | ||
mdio-bcm-unimac.h | ||
mdio-gpio.h | ||
mfd-mcp-sa11x0.h | ||
microchip-ksz.h | ||
mlxcpld.h | ||
mlxreg.h | ||
mmc-davinci.h | ||
mmc-esdhc-mcf.h | ||
mmc-mxcmmc.h | ||
mmc-omap.h | ||
mmc-pxamci.h | ||
mmc-s3cmci.h | ||
mmc-sdhci-s3c.h | ||
mmp_audio.h | ||
mmp_dma.h | ||
mouse-pxa930_trkball.h | ||
mtd-davinci-aemif.h | ||
mtd-davinci.h | ||
mtd-nand-omap2.h | ||
mtd-nand-pxa3xx.h | ||
mtd-nand-s3c2410.h | ||
mtd-orion_nand.h | ||
mv88e6xxx.h | ||
mv_usb.h | ||
net-cw1200.h | ||
nfcmrvl.h | ||
omap-twl4030.h | ||
omap-wd-timer.h | ||
omap1_bl.h | ||
omapdss.h | ||
pca953x.h | ||
pcf857x.h | ||
pcmcia-pxa2xx_viper.h | ||
phy-da8xx-usb.h | ||
pinctrl-single.h | ||
pm33xx.h | ||
pxa2xx_udc.h | ||
pxa_sdhci.h | ||
regulator-haptic.h | ||
rtc-ds2404.h | ||
rtc-v3020.h | ||
s3c-hsotg.h | ||
s3c-hsudc.h | ||
sa11x0-serial.h | ||
sc18is602.h | ||
sdhci-pic32.h | ||
serial-omap.h | ||
serial-sccnxp.h | ||
sgi-w1.h | ||
shmob_drm.h | ||
sht3x.h | ||
shtc1.h | ||
si5351.h | ||
simplefb.h | ||
spi-davinci.h | ||
spi-ep93xx.h | ||
spi-mt65xx.h | ||
spi-omap2-mcspi.h | ||
spi-s3c64xx.h | ||
ssm2518.h | ||
st33zp24.h | ||
st_sensors_pdata.h | ||
syscon.h | ||
tda9950.h | ||
ti-aemif.h | ||
ti-prm.h | ||
ti-sysc.h | ||
timer-ixp4xx.h | ||
touchscreen-s3c2410.h | ||
tps68470.h | ||
tsc2007.h | ||
tsl2563.h | ||
tsl2772.h | ||
uio_dmem_genirq.h | ||
uio_pruss.h | ||
usb-davinci.h | ||
usb-ehci-orion.h | ||
usb-musb-ux500.h | ||
usb-ohci-pxa27x.h | ||
usb-ohci-s3c2410.h | ||
usb-omap.h | ||
usb-omap1.h | ||
usb-pxa3xx-ulpi.h | ||
usb-s3c2410_udc.h | ||
usb3503.h | ||
video-ep93xx.h | ||
video-imxfb.h | ||
video-mx3fb.h | ||
video-pxafb.h | ||
video_s3c.h | ||
voltage-omap.h | ||
wilco-ec.h | ||
wiznet.h | ||
wkup_m3.h | ||
xilinx-ll-temac.h | ||
xtalk-bridge.h | ||
zforce_ts.h |