[GIT PULL] MTD fixes for 4.1-rc4

From: Brian Norris
Date: Sun May 17 2015 - 02:49:24 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/