From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751993AbdHGWSO (ORCPT ); Mon, 7 Aug 2017 18:18:14 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:36971 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751743AbdHGWSM (ORCPT ); Mon, 7 Aug 2017 18:18:12 -0400 Date: Mon, 7 Aug 2017 15:18:09 -0700 From: Brian Norris To: Linus Torvalds Cc: Boris Brezillon , Cyrille Pitchen , Marek Vasut , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Richard Weinberger Subject: [GIT PULL] MTD fixes for 4.13-rc5 Message-ID: <20170807221809.GA84674@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, I missed getting these out for rc4, but here are some MTD fixes. The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20170807 for you to fetch changes up to 33983675fbd5b2447430c3dd4c205e879576b475: Merge tag 'nand/fixes-for-4.13-rc4' of git://git.infradead.org/l2-mtd into MTD (2017-08-04 18:42:37 -0700) ---------------------------------------------------------------- MTD fixes for 4.13-rc5: Just NAND fixes (in both the core handling, and a few drivers). Notes stolen from Boris: Core fixes: - Fix data interface setup for ONFI NANDs that do not support the SET FEATURES command - Fix a kernel doc header - Fix potential integer overflow when retrieving timing information from the parameter page - Fix wrong OOB layout for small page NANDs Driver fixes: - Fix potential division-by-zero bug - Fix backward compat with old atmel-nand DT bindings - Fix ->setup_data_interface() in the atmel NAND driver ---------------------------------------------------------------- Boris Brezillon (4): mtd: nand: atmel: Fix DT backward compatibility in pmecc.c mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflow mtd: nand: atmel: Fix EDO mode check Brian Norris (1): Merge tag 'nand/fixes-for-4.13-rc4' of git://git.infradead.org/l2-mtd into MTD Bryan O'Donoghue (1): mtd: nand: sunxi: fix potential divide-by-zero error Jonathan Corbet (1): mtd: nand: Fix a docs build warning Miquel Raynal (1): nand: fix wrong default oob layout for small pages using soft ecc drivers/mtd/nand/atmel/nand-controller.c | 2 +- drivers/mtd/nand/atmel/pmecc.c | 21 ++++++--------------- drivers/mtd/nand/nand_base.c | 13 ++++++++++--- drivers/mtd/nand/nand_timings.c | 6 +++--- drivers/mtd/nand/sunxi_nand.c | 4 ++++ include/linux/mtd/nand.h | 6 +++--- 6 files changed, 27 insertions(+), 25 deletions(-)