From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751914AbcGPAmJ (ORCPT ); Fri, 15 Jul 2016 20:42:09 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35097 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751431AbcGPAmE (ORCPT ); Fri, 15 Jul 2016 20:42:04 -0400 Date: Fri, 15 Jul 2016 17:42:00 -0700 From: Brian Norris To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Brian Norris , David Woodhouse Subject: [GIT PULL] Late MTD fix for v4.7 Message-ID: <20160716004200.GA64021@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, The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20160715 for you to fetch changes up to 7ce9ea7e6b35a652034486133174d4e17055cef5: mtd: nand: omap2: Add check for old elm binding (2016-07-14 08:57:36 -0700) ---------------------------------------------------------------- Late MTD fix for v4.7: One regression in the Device Tree handling for OMAP NAND handling of the ELM node. TI migrated to using the property name "ti,elm-id", but forgot to keep compatibility with the old "elm_id" property. Also, might as well send out this MAINTAINERS fixup now. ---------------------------------------------------------------- Geert Uytterhoeven (1): MAINTAINERS: Add file patterns for mtd device tree bindings Teresa Remmet (1): mtd: nand: omap2: Add check for old elm binding MAINTAINERS | 1 + drivers/mtd/nand/omap2.c | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-)