Merge tag 'for-linus-20130318' of git://git.infradead.org/linux-mtd
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Mar 2013 15:27:41 +0000 (08:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Mar 2013 15:27:41 +0000 (08:27 -0700)
commit35f8c769aa5f3d9a81d50e9bdcbfd4151e72a0c9
tree5541f88e5da4df063e53bcf841217d7c79d9aec4
parent4b767155ffad4be0aaafeead585ad21375dc7475
parent5bc7c33ca93a285dcfe7b7fd64970f6314440ad1
Merge tag 'for-linus-20130318' of git://git.infradead.org/linux-mtd

Pull MTD fixes from David Woodhouse:
 "This fixes a couple of problems.  Firstly, some people are actually
  still using old small-page flash and we broke it by removing the ready
  check.

  Secondly.  fix the handling of partitions on Broadcom 47xx devices.
  Recent changes had made it misdetect the location of the NVRAM and
  scribble over the bootloader when it tried to update the variables
  there.  With predictably sad results."

* tag 'for-linus-20130318' of git://git.infradead.org/linux-mtd:
  mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDY
  mtd: bcm47xxpart: look for NVRAM at the end of device
  Revert "mtd: bcm47xxpart: improve probing of nvram partition"