On 7/1/24 2:53 PM, Marco Felsch wrote: > EEPROMs can become quite large nowadays (>=64K). Exposing such devices > as single device isn't always sufficient. There may be partitions which > require different access permissions. Also write access always need to > to verify the offset. > > Port the current misc/eeprom/at24.c driver to the MTD framework since > EEPROMs are memory-technology devices and the framework already supports I was under the impression that MTD devices are tightly coupled by erase blocks. But then we see MTD_NO_ERASE, so what are MTD devices after all? > partitioning. This allow using of-paritions like we do for SPI-NOR > devices already:
- [PATCH 8/9] LoongArch: convert to MTD_EEPROM_AT24 Marco Felsch
- [PATCH 5/9] ARM: defconfig: convert to MTD_EEPROM_AT24 Marco Felsch
- Re: [PATCH 5/9] ARM: defconfig: convert to MTD_EE... Arnd Bergmann
- Re: [PATCH 5/9] ARM: defconfig: convert to MT... Bartosz Golaszewski
- Re: [PATCH 5/9] ARM: defconfig: convert t... Arnd Bergmann
- [PATCH 6/9] powerpc: convert to MTD_EEPROM_AT24 Marco Felsch
- [PATCH 2/9] mtd: add mtd_is_master helper Marco Felsch
- Re: [PATCH 2/9] mtd: add mtd_is_master helper Sergei Shtylyov
- Re: [PATCH 2/9] mtd: add mtd_is_master helper Marco Felsch
- [PATCH 4/9] mtd: devices: add AT24 eeprom support Marco Felsch
- Re: [PATCH 4/9] mtd: devices: add AT24 eeprom sup... Tudor Ambarus
- Re: [PATCH 4/9] mtd: devices: add AT24 eeprom... Pratyush Yadav
- Re: [PATCH 4/9] mtd: devices: add AT24 ee... Maxime Ripard
- Re: [PATCH 4/9] mtd: devices: add AT2... Pratyush Yadav
- Re: [PATCH 4/9] mtd: devices: ad... Maxime Ripard
- Re: [PATCH 4/9] mtd: devices... Miquel Raynal
- Re: [PATCH 4/9] mtd: devices... Marco Felsch
- Re: [PATCH 4/9] mtd: devices... Miquel Raynal
- Re: [PATCH 4/9] mtd: devices... Marco Felsch
- Re: [PATCH 4/9] mtd: devices... Miquel Raynal
- Re: [PATCH 4/9] mtd: devices... Marco Felsch