From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiaolei Li To: , CC: , , , Subject: [PATCH] Add sysfs attribute for mtd OOB available size Date: Mon, 2 Apr 2018 16:20:09 +0800 Message-ID: <1522657210-56833-1-git-send-email-xiaolei.li@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch adds one new sysfs node named oobavail to expose mtd OOB available size. Changes relative to: -------------------- tree : https://github.com/bbrezillon/linux-0day branch : mtd/next commit : 'commit 097ccca726ff ("mtd: nand: Fix some function description mismatches in core.c")' Xiaolei Li (1): mtd: Add sysfs attribute for mtd OOB available size Documentation/ABI/testing/sysfs-class-mtd | 8 ++++++++ drivers/mtd/mtdcore.c | 10 ++++++++++ 2 files changed, 18 insertions(+) -- 1.9.1