mbox series

[GIT,PULL] mtd: Fixes for 4.16

Message ID 20180329193501.223f22f9@bbrezillon
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 4.16 | expand

Pull-request

git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.16

Message

Boris Brezillon March 29, 2018, 5:35 p.m. UTC
Hello Linus,

Here is my last fixes PR for this release. It contains 2 fixes, one in
the atmel NAND driver and another one in the CFI/JEDEC code.

Regards,

Boris

The following changes since commit 3eb2ce825ea1ad89d20f7a3b5780df850e4be274:

  Linux 4.16-rc7 (2018-03-25 12:44:30 -1000)

are available in the git repository at:

  git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.16

for you to fetch changes up to 87a73eb5b56fd6e07c8e499fe8608ef2d8912b82:

  mtd: jedec_probe: Fix crash in jedec_read_mfr() (2018-03-29 19:29:06 +0200)

----------------------------------------------------------------
* Fix a bug in Atmel ECC engine driver
* Fix a bug in the CFI/JEDEC driver

----------------------------------------------------------------
Boris Brezillon (1):
      mtd: nand: atmel: Fix get_sectorsize() function

Linus Walleij (1):
      mtd: jedec_probe: Fix crash in jedec_read_mfr()

 drivers/mtd/chips/jedec_probe.c | 2 ++
 drivers/mtd/nand/atmel/pmecc.c  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)