[{"id":1767447,"web_url":"http://patchwork.ozlabs.org/comment/1767447/","msgid":"<201709130930.GFsddrbW%fengguang.wu@intel.com>","list_archive_url":null,"date":"2017-09-13T01:20:23","subject":"Re: [PATCH 1/2] mtd: nand: introduce NAND_ROW_ADDR_3 flag","submitter":{"id":67315,"url":"http://patchwork.ozlabs.org/api/people/67315/","name":"kernel test robot","email":"lkp@intel.com"},"content":"Hi Masahiro,\n\n[auto build test ERROR on l2-mtd-boris/nand/next]\n[also build test ERROR on v4.13 next-20170912]\n[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]\n\nurl:    https://github.com/0day-ci/linux/commits/Masahiro-Yamada/mtd-nand-introduce-NAND_ROW_ADDR_3-flag-and-improve-Denali-driver/20170913-084354\nbase:   git://git.infradead.org/l2-mtd.git nand/next\nconfig: xtensa-allyesconfig (attached as .config)\ncompiler: xtensa-linux-gcc (GCC) 4.9.0\nreproduce:\n        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross\n        chmod +x ~/bin/make.cross\n        # save the attached .config to linux build tree\n        make.cross ARCH=xtensa \n\nAll errors (new ones prefixed by >>):\n\n   drivers/mtd/nand/hisi504_nand.c: In function 'set_addr':\n>> drivers/mtd/nand/hisi504_nand.c:435:13: error: expected identifier before '->' token\n      if (chip->->options & NAND_ROW_ADDR_3) {\n                ^\n\nvim +435 drivers/mtd/nand/hisi504_nand.c\n\n   410\t\n   411\tstatic void set_addr(struct mtd_info *mtd, int column, int page_addr)\n   412\t{\n   413\t\tstruct nand_chip *chip = mtd_to_nand(mtd);\n   414\t\tstruct hinfc_host *host = nand_get_controller_data(chip);\n   415\t\tunsigned int command = host->command;\n   416\t\n   417\t\thost->addr_cycle    = 0;\n   418\t\thost->addr_value[0] = 0;\n   419\t\thost->addr_value[1] = 0;\n   420\t\n   421\t\t/* Serially input address */\n   422\t\tif (column != -1) {\n   423\t\t\t/* Adjust columns for 16 bit buswidth */\n   424\t\t\tif (chip->options & NAND_BUSWIDTH_16 &&\n   425\t\t\t\t\t!nand_opcode_8bits(command))\n   426\t\t\t\tcolumn >>= 1;\n   427\t\n   428\t\t\thost->addr_value[0] = column & 0xffff;\n   429\t\t\thost->addr_cycle    = 2;\n   430\t\t}\n   431\t\tif (page_addr != -1) {\n   432\t\t\thost->addr_value[0] |= (page_addr & 0xffff)\n   433\t\t\t\t<< (host->addr_cycle * 8);\n   434\t\t\thost->addr_cycle    += 2;\n > 435\t\t\tif (chip->->options & NAND_ROW_ADDR_3) {\n   436\t\t\t\thost->addr_cycle += 1;\n   437\t\t\t\tif (host->command == NAND_CMD_ERASE1)\n   438\t\t\t\t\thost->addr_value[0] |= ((page_addr >> 16) & 0xff) << 16;\n   439\t\t\t\telse\n   440\t\t\t\t\thost->addr_value[1] |= ((page_addr >> 16) & 0xff);\n   441\t\t\t}\n   442\t\t}\n   443\t}\n   444\t\n\n---\n0-DAY kernel test infrastructure                Open Source Technology Center\nhttps://lists.01.org/pipermail/kbuild-all                   Intel Corporation","headers":{"Return-Path":"<linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org; spf=none (mailfrom)\n\tsmtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133;\n\thelo=bombadil.infradead.org;\n\tenvelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org;\n\treceiver=<UNKNOWN>)","ozlabs.org; dkim=pass (2048-bit key;\n\tunprotected) header.d=lists.infradead.org\n\theader.i=@lists.infradead.org header.b=\"LDtrqA9+\"; \n\tdkim-atps=neutral"],"Received":["from bombadil.infradead.org (bombadil.infradead.org\n\t[65.50.211.133])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3xsP5v3rlXz9t4V\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 13 Sep 2017 11:22:11 +1000 (AEST)","from localhost ([127.0.0.1] helo=bombadil.infradead.org)\n\tby bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux))\n\tid 1drwNM-0004Ty-VE; Wed, 13 Sep 2017 01:22:01 +0000","from mga04.intel.com ([192.55.52.120])\n\tby bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux))\n\tid 1drwMp-0004DZ-Sy; Wed, 13 Sep 2017 01:21:36 +0000","from fmsmga001.fm.intel.com ([10.253.24.23])\n\tby fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t12 Sep 2017 18:21:05 -0700","from bee.sh.intel.com (HELO bee) ([10.239.97.14])\n\tby fmsmga001.fm.intel.com with ESMTP; 12 Sep 2017 18:21:02 -0700","from kbuild by bee with local (Exim 4.84_2)\n\t(envelope-from <fengguang.wu@intel.com>)\n\tid 1drwRG-000HCs-NL; Wed, 13 Sep 2017 09:26:02 +0800"],"DKIM-Signature":"v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;\n\td=lists.infradead.org; s=bombadil.20170209;\n\th=Sender:Cc:List-Subscribe:\n\tList-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:\n\tContent-Type:MIME-Version:Message-ID:Subject:To:From:Date:Reply-To:\n\tContent-Transfer-Encoding:Content-ID:Content-Description:Resent-Date:\n\tResent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References:\n\tList-Owner; bh=5Ak7GU/cSZW6RZTELnlToU9vo4suHTLMOlcuDWfkcwA=;\n\tb=LDtrqA9+pqIWmp\n\tYLZa4lIKaQ+a1H18nKCZ1tl5+O0SJBzPGBkX6vxWHswpbHtpMLM2KYGQX1w82jF1wjVAGzbbP+lEM\n\tR6aC8k+/vRprBRbR0IOYmquglLQuXT+E5XHP7OvK8xB6E7FiZGsJhoAhf2HWpcMXMLKtc+SUITLhX\n\t5NCQpS0wiygu1QQZQmSbHDIbM4Q67lSQNeN9oQZUI9nxaYBeNqS/bJzQrXbYrYQW3FkyjjUlRgrxW\n\tFM3BThYpM8JJe854rzNIe8mF+UfhPFpsmBAyDpmzcTO770wx2ux3nqNVnjwDg3N10voMIT/ucbiS5\n\tqXR5MaL9d4sAJXhnbmBA==;","X-ExtLoop1":"1","X-IronPort-AV":"E=Sophos;i=\"5.42,385,1500966000\"; \n\td=\"gz'50?scan'50,208,50\";a=\"1194475939\"","Date":"Wed, 13 Sep 2017 09:20:23 +0800","From":"kbuild test robot <lkp@intel.com>","To":"Masahiro Yamada <yamada.masahiro@socionext.com>","Subject":"Re: [PATCH 1/2] mtd: nand: introduce NAND_ROW_ADDR_3 flag","Message-ID":"<201709130930.GFsddrbW%fengguang.wu@intel.com>","MIME-Version":"1.0","Content-Type":"multipart/mixed; boundary=\"zYM0uCDKw75PZbzx\"","Content-Disposition":"inline","In-Reply-To":"<1505183851-29355-2-git-send-email-yamada.masahiro@socionext.com>","User-Agent":"Mutt/1.5.23 (2014-03-12)","X-SA-Exim-Connect-IP":"<locally generated>","X-SA-Exim-Mail-From":"fengguang.wu@intel.com","X-SA-Exim-Scanned":"No (on bee); SAEximRunCond expanded to false","X-CRM114-Version":"20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 ","X-CRM114-CacheID":"sfid-20170912_182132_775503_DDAF9792 ","X-CRM114-Status":"GOOD (  12.25  )","X-Spam-Score":"-2.7 (--)","X-Spam-Report":"SpamAssassin version 3.4.1 on bombadil.infradead.org summary:\n\tContent analysis details:   (-2.7 points)\n\tpts rule name              description\n\t---- ----------------------\n\t--------------------------------------------------\n\t-2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/,\n\tmedium trust [192.55.52.120 listed in list.dnswl.org]\n\t-0.0 SPF_PASS               SPF: sender matches SPF record\n\t-0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay\n\tdomain\n\t-1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%\n\t[score: 0.0000]\n\t1.5 FAKE_REPLY_C           No description available.","X-BeenThere":"linux-mtd@lists.infradead.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Id":"Linux MTD discussion mailing list <linux-mtd.lists.infradead.org>","List-Unsubscribe":"<http://lists.infradead.org/mailman/options/linux-mtd>,\n\t<mailto:linux-mtd-request@lists.infradead.org?subject=unsubscribe>","List-Archive":"<http://lists.infradead.org/pipermail/linux-mtd/>","List-Post":"<mailto:linux-mtd@lists.infradead.org>","List-Help":"<mailto:linux-mtd-request@lists.infradead.org?subject=help>","List-Subscribe":"<http://lists.infradead.org/mailman/listinfo/linux-mtd>,\n\t<mailto:linux-mtd-request@lists.infradead.org?subject=subscribe>","Cc":"Boris Brezillon <boris.brezillon@free-electrons.com>,\n\tRichard Weinberger <richard@nod.at>, Wan ZongShun <mcuos.com@gmail.com>, \n\tMarek Vasut <marek.vasut@gmail.com>, Josh Wu <rainyfeeling@outlook.com>, \n\tlinux-kernel@vger.kernel.org, Wenyou Yang <wenyou.yang@atmel.com>,\n\tMasahiro Yamada <yamada.masahiro@socionext.com>,\n\tlinux-mtd@lists.infradead.org, \n\tkbuild-all@01.org, Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>,\n\tBrian Norris <computersforpeace@gmail.com>,\n\tDavid Woodhouse <dwmw2@infradead.org>,\n\tlinux-arm-kernel@lists.infradead.org","Sender":"\"linux-mtd\" <linux-mtd-bounces@lists.infradead.org>","Errors-To":"linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org"}}]