[GIT PULL] MTD fixes for 4.1-rc4
Brian Norris
computersforpeace at gmail.com
Sat May 16 23:49:07 PDT 2015
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%)
More information about the linux-mtd
mailing list