• Linus Torvalds's avatar
    Merge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux · b426433c
    Linus Torvalds authored
    Pull MTD updates from Miquel Raynal:
     "MTD:
    
       - Simon Glass wanted to support binman's output properties in order
         to check their validity using the binding checks and proposed
         changes with the missing properties as well as a binman compatible.
    
       - Krzysztof Kozlowski on his side shared a new yaml for describing
         Samsung's OneNAND interface.
    
       - The interface with NVMEM has also been slightly improved/fixed,
         especially now that OTP are also supported in the NAND subsystem.
    
       - Along with these changes, small cleanups have also been contributed
         around ID tables, structure sizes, arithmetic checks and comments.
    
      Raw NAND subsystem:
    
       - Two small fixes, one in the Hynix vendor code for properly
         returning an error which might have been ignored and another in the
         Davinci driver to properly synchronize the controller with the gpio
         domain.
    
      SPI NOR subsystem:
    
       - SPI NOR now uses div_u64() instead of div64_u64() in places where
         the divisor is 32 bits. Many 32 bit architectures can optimize this
         variant better than a full 64 bit divide"
    
    * tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
      mtd: spi-nor: replace unnecessary div64_u64() with div_u64()
      mtd: mchp23k256: drop unneeded MODULE_ALIAS
      dt-bindings: mtd: fixed-partition: Add binman compatibles
      dt-bindings: mtd: fixed-partitions: Add alignment properties
      mtd: maps: sa1100-flash: Prefer struct_size over open coded arithmetic
      mtd: core: Align comment with an action in mtd_otp_nvmem_add()
      mtd: rawnand: hynix: fixed typo
      mtd: rawnand: davinci: Add dummy read after sending command
      mtd: partitions: redboot: Added conversion of operands to a larger type
      dt-bindings: mtd: Add Samsung S5Pv210 OneNAND
      mtd: core: Don't fail mtd_otp_nvmem_add() if OTP is unsupported
      mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add()
    b426433c
MAINTAINERS 738 KB