* linux/mtd/gpmi-nand.h: No such file or directory
@ 2012-01-13 11:22 Peter Rusko
2012-01-16 11:21 ` Artem Bityutskiy
0 siblings, 1 reply; 9+ messages in thread
From: Peter Rusko @ 2012-01-13 11:22 UTC (permalink / raw)
To: linux-mtd
Hi all,
I can't compile the gpmi-nand module. Currently I'm using the
pengutronix/imx repository, but I've tried the master branch in
mtd-2.6-git and got the same results:
CC drivers/mtd/nand/gpmi-nand/gpmi-nand.o
drivers/mtd/nand/gpmi-nand/gpmi-nand.c:24:33: fatal error:
linux/mtd/gpmi-nand.h: No such file or directory
compilation terminated.
Where can I find that header?
--
Ruskó Péter
Fejlesztőmérnök
Prolan Zrt. / Prolan Co.
Hungary 2011 Budakalász, Szentendrei út 1-3.
Tel./Phone: +36 20 954 3118
Fax: +36 26 540 420
E-mail: rusko.peter@prolan.hu
Web: www.prolan.hu
Timezone:CET
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: linux/mtd/gpmi-nand.h: No such file or directory
2012-01-13 11:22 linux/mtd/gpmi-nand.h: No such file or directory Peter Rusko
@ 2012-01-16 11:21 ` Artem Bityutskiy
2012-01-16 11:26 ` Huang Shijie
0 siblings, 1 reply; 9+ messages in thread
From: Artem Bityutskiy @ 2012-01-16 11:21 UTC (permalink / raw)
To: Peter Rusko; +Cc: Huang Shijie, linux-mtd
[-- Attachment #1: Type: text/plain, Size: 586 bytes --]
On Fri, 2012-01-13 at 12:22 +0100, Peter Rusko wrote:
> Hi all,
>
> I can't compile the gpmi-nand module. Currently I'm using the
> pengutronix/imx repository, but I've tried the master branch in
> mtd-2.6-git and got the same results:
>
> CC drivers/mtd/nand/gpmi-nand/gpmi-nand.o
> drivers/mtd/nand/gpmi-nand/gpmi-nand.c:24:33: fatal error:
> linux/mtd/gpmi-nand.h: No such file or directory
> compilation terminated.
>
> Where can I find that header?
It looks like it has never been added to the kernel tree. Huang?
--
Best Regards,
Artem Bityutskiy
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: linux/mtd/gpmi-nand.h: No such file or directory
2012-01-16 11:21 ` Artem Bityutskiy
@ 2012-01-16 11:26 ` Huang Shijie
2012-01-16 11:29 ` Artem Bityutskiy
2012-01-16 12:32 ` Shawn Guo
0 siblings, 2 replies; 9+ messages in thread
From: Huang Shijie @ 2012-01-16 11:26 UTC (permalink / raw)
To: dedekind1; +Cc: linux-mtd, Peter Rusko, Shawn Guo
于 2012年01月16日 19:21, Artem Bityutskiy 写道:
> On Fri, 2012-01-13 at 12:22 +0100, Peter Rusko wrote:
>> Hi all,
>>
>> I can't compile the gpmi-nand module. Currently I'm using the
>> pengutronix/imx repository, but I've tried the master branch in
>> mtd-2.6-git and got the same results:
>>
>> CC drivers/mtd/nand/gpmi-nand/gpmi-nand.o
>> drivers/mtd/nand/gpmi-nand/gpmi-nand.c:24:33: fatal error:
>> linux/mtd/gpmi-nand.h: No such file or directory
>> compilation terminated.
>>
>> Where can I find that header?
> It looks like it has never been added to the kernel tree. Huang?
>
Shawn has added it to his git tree to fix the compiling error.
Best Regards
Huang Shijie
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: linux/mtd/gpmi-nand.h: No such file or directory
2012-01-16 11:26 ` Huang Shijie
@ 2012-01-16 11:29 ` Artem Bityutskiy
2012-01-16 11:34 ` Huang Shijie
2012-01-16 12:32 ` Shawn Guo
1 sibling, 1 reply; 9+ messages in thread
From: Artem Bityutskiy @ 2012-01-16 11:29 UTC (permalink / raw)
To: Huang Shijie; +Cc: linux-mtd, Peter Rusko, Shawn Guo
[-- Attachment #1: Type: text/plain, Size: 482 bytes --]
On Mon, 2012-01-16 at 19:26 +0800, Huang Shijie wrote:
> >> Where can I find that header?
> > It looks like it has never been added to the kernel tree. Huang?
> >
> Shawn has added it to his git tree to fix the compiling error.
This issue is upstream for long time, when are you planning to submit
this patch? Can you send it now and I'll ask David to merge it - there
is anyway another patch which requires quick merging upstream.
--
Best Regards,
Artem Bityutskiy
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: linux/mtd/gpmi-nand.h: No such file or directory
2012-01-16 11:29 ` Artem Bityutskiy
@ 2012-01-16 11:34 ` Huang Shijie
2012-01-16 11:37 ` Artem Bityutskiy
0 siblings, 1 reply; 9+ messages in thread
From: Huang Shijie @ 2012-01-16 11:34 UTC (permalink / raw)
To: dedekind1; +Cc: linux-mtd, Peter Rusko, Shawn Guo
Hi,
>> Shawn has added it to his git tree to fix the compiling error.
> This issue is upstream for long time, when are you planning to submit
> this patch? Can you send it now and I'll ask David to merge it - there
to Shawn:
When does your git tree been merged? Should I sent a patch to fix it?
Huang Shijie
> is anyway another patch which requires quick merging upstream.
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: linux/mtd/gpmi-nand.h: No such file or directory
2012-01-16 11:34 ` Huang Shijie
@ 2012-01-16 11:37 ` Artem Bityutskiy
0 siblings, 0 replies; 9+ messages in thread
From: Artem Bityutskiy @ 2012-01-16 11:37 UTC (permalink / raw)
To: Huang Shijie; +Cc: linux-mtd, Peter Rusko, Shawn Guo
[-- Attachment #1: Type: text/plain, Size: 554 bytes --]
On Mon, 2012-01-16 at 19:34 +0800, Huang Shijie wrote:
> Hi,
> >> Shawn has added it to his git tree to fix the compiling error.
> > This issue is upstream for long time, when are you planning to submit
> > this patch? Can you send it now and I'll ask David to merge it - there
> to Shawn:
> When does your git tree been merged? Should I sent a patch to fix it?
Not mine - David's. I do not know when exactly, but I suppose withing
several days. Just send the fix out when you have it (and tested).
--
Best Regards,
Artem Bityutskiy
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: linux/mtd/gpmi-nand.h: No such file or directory
2012-01-16 12:32 ` Shawn Guo
@ 2012-01-16 12:25 ` Artem Bityutskiy
2012-01-16 12:31 ` Koul, Vinod
1 sibling, 0 replies; 9+ messages in thread
From: Artem Bityutskiy @ 2012-01-16 12:25 UTC (permalink / raw)
To: Shawn Guo; +Cc: Vinod Koul, Huang Shijie, Peter Rusko, linux-mtd
[-- Attachment #1: Type: text/plain, Size: 465 bytes --]
On Mon, 2012-01-16 at 20:32 +0800, Shawn Guo wrote:
> No, it's not on my tree. I folded the patch that fixes this error in
> the series[1] of mxs-dma dma_transfer_direction migration as patch #3.
> The series has been picked up by Vinod. I suppose Vinod should send
> the series to Linus for 3.3, but I have not seen them on Linus' tree.
> Vinod?
Well, since this is a build fix, I suggest to merge it right away.
--
Best Regards,
Artem Bityutskiy
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: linux/mtd/gpmi-nand.h: No such file or directory
2012-01-16 12:32 ` Shawn Guo
2012-01-16 12:25 ` Artem Bityutskiy
@ 2012-01-16 12:31 ` Koul, Vinod
1 sibling, 0 replies; 9+ messages in thread
From: Koul, Vinod @ 2012-01-16 12:31 UTC (permalink / raw)
To: Shawn Guo, Huang Shijie
Cc: linux-mtd@lists.infradead.org, Peter Rusko, dedekind1@gmail.com
Shawn Guo wrote:
> On Mon, Jan 16, 2012 at 07:26:53PM +0800, Huang Shijie wrote:
> > 于 2012年01月16日 19:21, Artem Bityutskiy 写道:
> > >On Fri, 2012-01-13 at 12:22 +0100, Peter Rusko wrote:
> > >>Hi all,
> > >>
> > >>I can't compile the gpmi-nand module. Currently I'm using the
> > >>pengutronix/imx repository, but I've tried the master branch in
> > >>mtd-2.6-git and got the same results:
> > >>
> > >> CC drivers/mtd/nand/gpmi-nand/gpmi-nand.o
> > >>drivers/mtd/nand/gpmi-nand/gpmi-nand.c:24:33: fatal error:
> > >>linux/mtd/gpmi-nand.h: No such file or directory
> > >>compilation terminated.
> > >>
> > >>Where can I find that header?
> > >It looks like it has never been added to the kernel tree. Huang?
> > >
> > Shawn has added it to his git tree to fix the compiling error.
> >
> No, it's not on my tree. I folded the patch that fixes this error in
> the series[1] of mxs-dma dma_transfer_direction migration as patch #3.
> The series has been picked up by Vinod. I suppose Vinod should send
> the series to Linus for 3.3, but I have not seen them on Linus' tree.
> Vinod?
I was on vacation last week.
Will send pull request to Linus today.
Please test against current Linux-next or slave-dma-next, it should build for you.
> [1] http://thread.gmane.org/gmane.linux.kernel.mmc/11669
--
~Vinod
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: linux/mtd/gpmi-nand.h: No such file or directory
2012-01-16 11:26 ` Huang Shijie
2012-01-16 11:29 ` Artem Bityutskiy
@ 2012-01-16 12:32 ` Shawn Guo
2012-01-16 12:25 ` Artem Bityutskiy
2012-01-16 12:31 ` Koul, Vinod
1 sibling, 2 replies; 9+ messages in thread
From: Shawn Guo @ 2012-01-16 12:32 UTC (permalink / raw)
To: Huang Shijie; +Cc: Vinod Koul, linux-mtd, Peter Rusko, dedekind1
On Mon, Jan 16, 2012 at 07:26:53PM +0800, Huang Shijie wrote:
> 于 2012年01月16日 19:21, Artem Bityutskiy 写道:
> >On Fri, 2012-01-13 at 12:22 +0100, Peter Rusko wrote:
> >>Hi all,
> >>
> >>I can't compile the gpmi-nand module. Currently I'm using the
> >>pengutronix/imx repository, but I've tried the master branch in
> >>mtd-2.6-git and got the same results:
> >>
> >> CC drivers/mtd/nand/gpmi-nand/gpmi-nand.o
> >>drivers/mtd/nand/gpmi-nand/gpmi-nand.c:24:33: fatal error:
> >>linux/mtd/gpmi-nand.h: No such file or directory
> >>compilation terminated.
> >>
> >>Where can I find that header?
> >It looks like it has never been added to the kernel tree. Huang?
> >
> Shawn has added it to his git tree to fix the compiling error.
>
No, it's not on my tree. I folded the patch that fixes this error in
the series[1] of mxs-dma dma_transfer_direction migration as patch #3.
The series has been picked up by Vinod. I suppose Vinod should send
the series to Linus for 3.3, but I have not seen them on Linus' tree.
Vinod?
Regards,
Shawn
[1] http://thread.gmane.org/gmane.linux.kernel.mmc/11669
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-01-16 12:31 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-13 11:22 linux/mtd/gpmi-nand.h: No such file or directory Peter Rusko
2012-01-16 11:21 ` Artem Bityutskiy
2012-01-16 11:26 ` Huang Shijie
2012-01-16 11:29 ` Artem Bityutskiy
2012-01-16 11:34 ` Huang Shijie
2012-01-16 11:37 ` Artem Bityutskiy
2012-01-16 12:32 ` Shawn Guo
2012-01-16 12:25 ` Artem Bityutskiy
2012-01-16 12:31 ` Koul, Vinod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox