[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210603125323.12142-1-thunder.leizhen@huawei.com>
Date: Thu, 3 Jun 2021 20:53:21 +0800
From: Zhen Lei <thunder.leizhen@...wei.com>
To: Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
linux-mtd <linux-mtd@...ts.infradead.org>,
linux-kernel <linux-kernel@...r.kernel.org>
CC: Zhen Lei <thunder.leizhen@...wei.com>
Subject: [PATCH 0/2] mtd: core: add and use MTD_DEVICE_ATTR_RO/RW() helper macros to simplify code
List of changed function names:
mtd_ecc_stats_corrected_show --> mtd_corrected_bits_show //MTD_DEVICE_ATTR_RO(corrected_bits) /* ecc stats corrected */
mtd_ecc_stats_errors_show --> mtd_ecc_failures_show //MTD_DEVICE_ATTR_RO(ecc_failures) /* ecc stats errors */
mtd_badblocks_show --> mtd_bad_blocks_show //MTD_DEVICE_ATTR_RO(bad_blocks)
mtd_bbtblocks_show --> mtd_bbt_blocks_show //MTD_DEVICE_ATTR_RO(bbt_blocks)
Zhen Lei (2):
mtd: core: add MTD_DEVICE_ATTR_RO/RW() helper macros
mtd: core: use MTD_DEVICE_ATTR_RO/RW() helper macros
drivers/mtd/mtdcore.c | 52 ++++++++++++++++++++++---------------------
1 file changed, 27 insertions(+), 25 deletions(-)
--
2.26.0.106.g9fadedd
Powered by blists - more mailing lists