linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* linux2.6.35 porting on S3C2416 (USB Host controller driver is not comming Up.)
@ 2011-06-13  9:30 Ravi
  2011-06-13 12:04 ` Thiago A. Corrêa
  0 siblings, 1 reply; 2+ messages in thread
From: Ravi @ 2011-06-13  9:30 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-13 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).