From mboxrd@z Thu Jan 1 00:00:00 1970 From: miquel.raynal@bootlin.com (Miquel Raynal) Date: Sun, 8 Jul 2018 23:58:17 +0200 Subject: [PATCH 0/8] mtd: rawnand: Bunch of cleanup In-Reply-To: <20180705102733.29673-1-boris.brezillon@bootlin.com> References: <20180705102733.29673-1-boris.brezillon@bootlin.com> Message-ID: <20180708235817.3a06abad@xps13> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Boris, Boris Brezillon wrote on Thu, 5 Jul 2018 12:27:25 +0200: > Hello, > > These are just random cleanups that I did while working on the raw NAND > API sanitization (see here [1] for a preview of the upcoming changes). > > Regards, > > Boris > > [1]https://github.com/bbrezillon/linux-0day/commits/nand/api-cleanup > > Boris Brezillon (8): > mtd: rawnand: Kill cafe_nand_bug() > mtd: rawnand: Remove nand_do_read() prototype from rawnand.h > mtd: rawnand: Remove forward declaration of mtd_info > mtd: rawnand: Remove forward declaration of device_node > mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt() > mtd: rawnand: Kill the chip->scan_bbt() hook > mtd: rawnand: orion_nand: Kill orion_nand_data.dev_ready() > mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol,read_byte}() > Series applied to nand/next, Thanks, Miqu?l