]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'spi-nor/for-6.9' into mtd/next
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 13 Mar 2024 22:21:48 +0000 (23:21 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 13 Mar 2024 22:21:48 +0000 (23:21 +0100)
commit8c8d25d95990ea4660889867469ec8713c5dc0fd
treeaee93986e57ed1234b0bb3b35753105bc502c964
parent77bf032528393d2dc9430b3cea1fee8d0762a86f
parent6a9eda34418fc4dc05c2a7d6741c475e287d418c
Merge tag 'spi-nor/for-6.9' into mtd/next

SPI NOR gets the non uniform erase code cleaned. We stopped using
bitmasks for erase types and flags, and instead introduced dedicated
members. We then passed the SPI NOR erase map to MTD. Users can now
determine the erase regions and make informed decisions on partitions
size.