Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
Pull MTD updates from Richard Weinberger: "General changes: - Unconfuse get_unmapped_area and point/unpoint driver methods - New partition parser: sharpslpart - Kill GENERIC_IO - Various fixes NAND changes: - Add a flag to mark NANDs that require 3 address cycles to encode a page address - Set a default ECC/free layout when NAND_ECC_NONE is requested - Fix a bug in panic_nand_write() - Another batch of cleanups for the denali driver - Fix PM support in the atmel driver - Remove support for platform data in the omap driver - Fix subpage write in the omap driver - Fix irq handling in the mtk driver - Change link order of mtk_ecc and mtk_nand drivers to speed up boot time - Change log level of ECC error messages in the mxc driver - Patch the pxa3xx driver to support Armada 8k platforms - Add BAM DMA support to the qcom driver - Convert gpio-nand to the GPIO desc API - Fix ECC handling in the mt29f driver SPI-NOR changes: - Introduce system power management support - New mechanism to select the proper .quad_enable() hook by JEDEC ID, when needed, instead of only by manufacturer ID - Add support to new memory parts from Gigadevice, Winbond, Macronix and Everspin - Maintainance for Cadence, Intel, Mediatek and STM32 drivers" * tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd: (85 commits) mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid mtd: sharpslpart: Add sharpslpart partition parser mtd: Add sanity checks in mtd_write/read_oob() mtd: remove the get_unmapped_area method mtd: implement mtd_get_unmapped_area() using the point method mtd: chips/map_rom.c: implement point and unpoint methods mtd: chips/map_ram.c: implement point and unpoint methods mtd: mtdram: properly handle the phys argument in the point method mtd: mtdswap: fix spelling mistake: 'TRESHOLD' -> 'THRESHOLD' mtd: slram: use memremap() instead of ioremap() kconfig: kill off GENERIC_IO option mtd: Fix C++ comment in include/linux/mtd/mtd.h mtd: constify mtd_partition mtd: plat-ram: Replace manual resource management by devm mtd: nand: Fix writing mtdoops to nand flash. mtd: intel-spi: Add Intel Lewisburg PCH SPI super SKU PCI ID mtd: nand: mtk: fix infinite ECC decode IRQ issue mtd: spi-nor: Add support for mr25h128 mtd: nand: mtk: change the compile sequence of mtk_nand.o and mtk_ecc.o mtd: spi-nor: enable 4B opcodes for mx66l51235l ...
Showing
- Documentation/devicetree/bindings/mtd/cadence-quadspi.txt 6 additions, 1 deletionDocumentation/devicetree/bindings/mtd/cadence-quadspi.txt
- Documentation/devicetree/bindings/mtd/denali-nand.txt 1 addition, 1 deletionDocumentation/devicetree/bindings/mtd/denali-nand.txt
- Documentation/devicetree/bindings/mtd/jedec,spi-nor.txt 1 addition, 0 deletionsDocumentation/devicetree/bindings/mtd/jedec,spi-nor.txt
- Documentation/devicetree/bindings/mtd/mtk-quadspi.txt 9 additions, 6 deletionsDocumentation/devicetree/bindings/mtd/mtk-quadspi.txt
- Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt 4 additions, 0 deletionsDocumentation/devicetree/bindings/mtd/pxa3xx-nand.txt
- arch/arm/mach-pxa/cm-x255.c 13 additions, 6 deletionsarch/arm/mach-pxa/cm-x255.c
- arch/um/Kconfig.common 0 additions, 1 deletionarch/um/Kconfig.common
- drivers/mtd/Kconfig 0 additions, 1 deletiondrivers/mtd/Kconfig
- drivers/mtd/chips/map_ram.c 20 additions, 14 deletionsdrivers/mtd/chips/map_ram.c
- drivers/mtd/chips/map_rom.c 21 additions, 13 deletionsdrivers/mtd/chips/map_rom.c
- drivers/mtd/devices/docg3.c 6 additions, 1 deletiondrivers/mtd/devices/docg3.c
- drivers/mtd/devices/lart.c 1 addition, 1 deletiondrivers/mtd/devices/lart.c
- drivers/mtd/devices/m25p80.c 1 addition, 0 deletionsdrivers/mtd/devices/m25p80.c
- drivers/mtd/devices/mtdram.c 22 additions, 14 deletionsdrivers/mtd/devices/mtdram.c
- drivers/mtd/devices/slram.c 5 additions, 4 deletionsdrivers/mtd/devices/slram.c
- drivers/mtd/maps/cfi_flagadm.c 1 addition, 1 deletiondrivers/mtd/maps/cfi_flagadm.c
- drivers/mtd/maps/impa7.c 1 addition, 1 deletiondrivers/mtd/maps/impa7.c
- drivers/mtd/maps/netsc520.c 1 addition, 1 deletiondrivers/mtd/maps/netsc520.c
- drivers/mtd/maps/nettel.c 1 addition, 1 deletiondrivers/mtd/maps/nettel.c
- drivers/mtd/maps/plat-ram.c 4 additions, 34 deletionsdrivers/mtd/maps/plat-ram.c
Loading
Please register or sign in to comment