]> git.ipfire.org Git - thirdparty/openwrt.git/commit
econet: en75_bmt: honor per-partition enable-remap 24399/head
authorAhmed Naseef <naseefkm@gmail.com>
Fri, 24 Jul 2026 05:15:23 +0000 (09:15 +0400)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Tue, 4 Aug 2026 07:35:22 +0000 (09:35 +0200)
commit03926f769b520ffc3bb2f40e0d882ec1f4d006df
treeb30beb7237287f616b2fb8616db70279320cc875
parent9452d9672165c2acfdb93824938b285bbf86be28
econet: en75_bmt: honor per-partition enable-remap

The per-partition branch of w_init() tested econet,enable-remap on the parent
nand node (np) instead of the partition being iterated (part_np). That branch
only runs when np does not carry the property, so the test was always false and
the loop skipped every partition. As a result econet,enable-remap on a
partition node was a silent no-op: no partition ever registered a remap range,
and "enable-remap set for ..." was never printed.

Read the property from part_np so per-partition enable-remap works as
documented. Boards that place the property on a partition now register that
range; boards that place it on the nand node are unaffected.

Signed-off-by: Ahmed Naseef <naseefkm@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/24399
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/econet/files/drivers/mtd/nand/en75_bmt.c