[PATCH 1/5] mtd: nand: add basic stuff to support power-cut emulation
kbuild test robot
lkp at intel.com
Sun Sep 27 22:41:01 PDT 2015
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 ones prefixed by >>):
>> include/linux/mtd/nand.h:730: warning: No description found for parameter 'get_status'
vim +/get_status +730 include/linux/mtd/nand.h
30631cb8 Alessandro Rubini 2009-09-20 714 flstate_t state;
f75e5097 Thomas Gleixner 2006-05-26 715
f75e5097 Thomas Gleixner 2006-05-26 716 uint8_t *oob_poi;
f75e5097 Thomas Gleixner 2006-05-26 717 struct nand_hw_control *controller;
f75e5097 Thomas Gleixner 2006-05-26 718
f75e5097 Thomas Gleixner 2006-05-26 719 struct nand_ecc_ctrl ecc;
4bf63fcb David Woodhouse 2006-09-25 720 struct nand_buffers *buffers;
f75e5097 Thomas Gleixner 2006-05-26 721 struct nand_hw_control hwcontrol;
f75e5097 Thomas Gleixner 2006-05-26 722
^1da177e Linus Torvalds 2005-04-16 723 uint8_t *bbt;
^1da177e Linus Torvalds 2005-04-16 724 struct nand_bbt_descr *bbt_td;
^1da177e Linus Torvalds 2005-04-16 725 struct nand_bbt_descr *bbt_md;
f75e5097 Thomas Gleixner 2006-05-26 726
^1da177e Linus Torvalds 2005-04-16 727 struct nand_bbt_descr *badblock_pattern;
f75e5097 Thomas Gleixner 2006-05-26 728
^1da177e Linus Torvalds 2005-04-16 729 void *priv;
^1da177e Linus Torvalds 2005-04-16 @730 };
^1da177e Linus Torvalds 2005-04-16 731
^1da177e Linus Torvalds 2005-04-16 732 /*
^1da177e Linus Torvalds 2005-04-16 733 * NAND Flash Manufacturer ID Codes
^1da177e Linus Torvalds 2005-04-16 734 */
^1da177e Linus Torvalds 2005-04-16 735 #define NAND_MFR_TOSHIBA 0x98
^1da177e Linus Torvalds 2005-04-16 736 #define NAND_MFR_SAMSUNG 0xec
^1da177e Linus Torvalds 2005-04-16 737 #define NAND_MFR_FUJITSU 0x04
^1da177e Linus Torvalds 2005-04-16 738 #define NAND_MFR_NATIONAL 0x8f
:::::: The code at line 730 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2
:::::: TO: Linus Torvalds <torvalds at ppc970.osdl.org>
:::::: CC: Linus Torvalds <torvalds at ppc970.osdl.org>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 6062 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-mtd/attachments/20150928/c26b5b76/attachment.obj>
More information about the linux-mtd
mailing list