From: thiago.correa@gmail.com (Thiago A. Corrêa)
To: linux-arm-kernel@lists.infradead.org
Subject: linux2.6.35 porting on S3C2416 (USB Host controller driver is not comming Up.)
Date: Mon, 13 Jun 2011 09:04:39 -0300 [thread overview]
Message-ID: <BANLkTinUSjcju4Oaghf2EJP6-VezkBVmvg@mail.gmail.com> (raw)
In-Reply-To: <loom.20110613T091605-51@post.gmane.org>
Hi Ravi,
I'm also using this board, with kernel 2.6.38, but I'm stuck with
the LAN9221 driver. I haven't tried to use the USB interface yet, but
I do see my kernel detecting the USB host system in the boot messages.
The CD image I got with the kit had an ancient 2.6.2x based kernel, do
you have any newer one?
Kind Regards,
Thiago A. Correa
On Mon, Jun 13, 2011 at 6:30 AM, Ravi <ratheendran.s@gmail.com> wrote:
> Dear All,
>
> I am trying to port linux-2.6.35.12 on s3c2416 based board(kit2416).I was
> sucessfully able to port kernal,device driver for watchdog,RTC,serialport,LCD
> and NAND flash(256MB).
>
> I followed these steps to call these device at boot time.
>
> Include 's3c_device_ohci' in smdk2416_devices structure.
> a. static struct platform_device *smdk2416_devices[] __initdata = {
> ? ? ? ?&s3c_device_i2c0,
> ? ? ? ?&s3c_device_lcd, //s3c_device_lcd,
> ? ? ? ?&s3c_device_rtc,
> ? ? ? ?&s3c_device_adc,
> ? ? ? ?&s3c_device_iis,
> ? ? ? ?&s3c_device_usbgadget,
> ? ? ? ?&s3c_device_ohci, //USB related config
> ? ? ? ?//&s3c_device_usb,
> ? ? ? ?&s3c_device_hsmmc1,
> ? ? ? ?&s3c_device_smc911x,
> };
> 2. in kernel menuconfig
> ? ?[*] USB support ?--->
> ? ?[*] ? ? OHCI HCD support
>
> 3.menu "S3C2416 Machines"
> ?config MACH_SMDK2416
> ? ? ? ?bool "SMDK2416"
> ? ? ? ?select CPU_S3C2416
> ? ? ? ?select S3C_DEV_FB
> ? ? ? ?select S3C_DEV_HSMMC
> ? ? ? ?select S3C_DEV_HSMMC1
> ? ? ? ?select MACH_SMDK #essl_patch
> ? ? ? ?select S3C_DEV_NAND #essl_patch
> ? ? ? ?select S3C_DEV_USB_HOST ?# essl_patch
>
>
> For the above config I am not able to call the driver of USB HOST Controller
> Interface.
>
>
> Ravi
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
prev parent reply other threads:[~2011-06-13 12:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-13 9:30 linux2.6.35 porting on S3C2416 (USB Host controller driver is not comming Up.) Ravi
2011-06-13 12:04 ` Thiago A. Corrêa [this message]
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=BANLkTinUSjcju4Oaghf2EJP6-VezkBVmvg@mail.gmail.com \
--to=thiago.correa@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).