From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 6 Feb 2017 20:44:10 +0100 From: Boris Brezillon To: Boris Brezillon , Richard Weinberger , linux-mtd@lists.infradead.org Cc: Marek Vasut , Chen-Yu Tsai , Cyrille Pitchen , Brian Norris , David Woodhouse , Maxime Ripard , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/3] mtd: nand: sunxi: Perfs improvements Message-ID: <20170206204410.316ce645@bbrezillon> In-Reply-To: <1483695727-17415-1-git-send-email-boris.brezillon@free-electrons.com> References: <1483695727-17415-1-git-send-email-boris.brezillon@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 6 Jan 2017 10:42:04 +0100 Boris Brezillon wrote: > Hello, > > These 3 patches aims at improving the sunxi NAND driver perfs and > avoiding busy waits on long operations to improve system reactivity. Applied. > > Regards, > > Boris > > Boris Brezillon (3): > mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events() > mtd: nand: sunxi: Stop using polling mode when waiting for long > operations > mtd: nand: sunxi: Improve sunxi_nfc_cmd_ctrl() > > drivers/mtd/nand/sunxi_nand.c | 36 ++++++++++++++++++++++++++---------- > 1 file changed, 26 insertions(+), 10 deletions(-) >