From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <496A23AC.1090909@oracle.com> Date: Sun, 11 Jan 2009 08:51:56 -0800 From: Randy Dunlap MIME-Version: 1.0 To: Alexey Korolev Subject: Re: mtd/lpddr/qinfo_probe.c needs lpddr_cmds to be compiled References: <20090110021641.GA26951@orion> <49682F42.8070304@oracle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org, David Woodhouse , linux-kernel@vger.kernel.org, Alexander Beregalov List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Alexey Korolev wrote: > Hi Randy, > > I've just checked 2.6.29-rc1. It contains LPDDR patches but does not contain this patch. > Do you know whom I should ask to make this included? MAINTAINERS file: MEMORY TECHNOLOGY DEVICES (MTD) P: David Woodhouse M: dwmw2@infradead.org > Thanks, > Alexey > >>> drivers/built-in.o: In function `lpddr_probe': >>> drivers/mtd/lpddr/qinfo_probe.c:215: >>> undefined reference to `lpddr_cmdset' >>> >>> # CONFIG_MTD_LPDDR is not set >>> CONFIG_MTD_QINFO_PROBE=y >>> -- >> This patch has been posted, just needs to be merged (hint): >> --- >> >> >> Signed-off-by: Alexey Korolev >> --- >> diff --git a/drivers/mtd/lpddr/Kconfig b/drivers/mtd/lpddr/Kconfig >> index acd4ea9..5a401d8 100644 >> --- a/drivers/mtd/lpddr/Kconfig >> +++ b/drivers/mtd/lpddr/Kconfig >> @@ -12,6 +12,7 @@ config MTD_LPDDR >> DDR memories, intended for battery-operated systems. >> >> config MTD_QINFO_PROBE >> + depends on MTD_LPDDR >> tristate "Detect flash chips by QINFO probe" >> help >> Device Information for LPDDR chips is offered through the Overlay >> >> -- ~Randy