From: "Sam Duan" <sam_duan@ovt.com.cn>
To: linux-omap@vger.kernel.org
Cc: "'Stanley.Miao'" <stanley.miao@windriver.com>
Subject: Re: [PATCH 1/2] OMAP: Add OMAP_LDP platform support.
Date: Thu, 4 Dec 2008 17:44:22 +0800 [thread overview]
Message-ID: <001b01c955f4$e4f08940$aed19bc0$@com.cn> (raw)
Hi Stanley,
I git clone the
tree(http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.gi
t)
and configured the kernel with omap_ldp_defconfig but met some compile
errors.
It seems like the line "gpio_direction_input(eth_gpio) " was not patched in.
It's "omap_set_gpio_direction(eth_gpio, 1)" at Line343 in
arch/arm/mach-omap2/board-ldp.c which caused an error "implicit
declaration";
I replaced omap_set_gpio_direction(eth_gpio, 1) with
gpio_direction_input(eth_gpio) but the same error appeared with
drivers/video/omap/lcd_ldp.c for "omap_set_gpio_direction" and
"omap_set_gpio_dataout".
Did I miss some other patches? Are there any patchs can make the kernel
compiled with omap_ldp_defconfig?
Thanks
Sam
next reply other threads:[~2008-12-04 9:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-04 9:44 Sam Duan [this message]
2008-12-04 11:28 ` [PATCH 1/2] OMAP: Add OMAP_LDP platform support stanley.miao
-- strict thread matches above, loose matches on Subject: below --
2008-11-26 23:12 [PATCHv2 0/3] OMAP_LDP support in linux-git tree Tony Lindgren
2008-11-27 15:34 ` [PATCH 1/2] OMAP: Add OMAP_LDP platform support Stanley.Miao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='001b01c955f4$e4f08940$aed19bc0$@com.cn' \
--to=sam_duan@ovt.com.cn \
--cc=linux-omap@vger.kernel.org \
--cc=stanley.miao@windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.