[PATCH 1/5] mtd: nand: add basic stuff to support power-cut emulation

2015-09-25 Thread Boris Brezillon
Add a new status flag to support power-cut emulation. Since real NAND status is limited to 8bits, we can safely use higher bits for something else. The NAND_STATUS_POWER_CUT is assigned bit 30 to avoid integer overflow (not sure this is necessary). The NAND status is currently retrieved using ->re

Re: [PATCH 1/5] mtd: nand: add basic stuff to support power-cut emulation

2015-09-27 Thread kbuild test robot
Hi Boris, [auto build test results on v4.3-rc2 -- if it's inappropriate base, please ignore] config: i386-allnoconfig (attached as .config) reproduce: git checkout f3924c26b426d59134751b046f403f3f66e16ed7 # save the attached .config to linux build tree make ARCH=i386 All warnings (new on