Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752067AbbEQGtU (ORCPT ); Sun, 17 May 2015 02:49:20 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:33793 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751051AbbEQGtL (ORCPT ); Sun, 17 May 2015 02:49:11 -0400 Date: Sat, 16 May 2015 23:49:07 -0700 From: Brian Norris To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, David Woodhouse , Geert Uytterhoeven , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: [GIT PULL] MTD fixes for 4.1-rc4 Message-ID: <20150517064907.GL6055@norris-Latitude-E6410> 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 Content-Length: 1630 Lines: 38 Hi Linus, The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) are available in the git repository at: git://git.infradead.org/linux-mtd.git tags/for-linus-20150516 for you to fetch changes up to 8947e396a8296c5297928b60043f35dfa56baa05: Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor" (2015-05-15 13:04:00 -0700) ---------------------------------------------------------------- Two MTD fixes for 4.1: * readtest: the signal-handling code was clobbering the error codes we should be handling/reporting in this test, rendering it useless. Noticed by Coverity. * the common SPI NOR flash DT binding (merged for 4.1-rc1) is being revised, so let's change that before 4.1 is minted. ---------------------------------------------------------------- Brian Norris (2): mtd: readtest: don't clobber error reports Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor" .../devicetree/bindings/mtd/{m25p80.txt => jedec,spi-nor.txt} | 6 +++--- drivers/mtd/devices/m25p80.c | 6 +++--- drivers/mtd/tests/readtest.c | 6 ++++-- 3 files changed, 10 insertions(+), 8 deletions(-) rename Documentation/devicetree/bindings/mtd/{m25p80.txt => jedec,spi-nor.txt} (85%) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/