Re: [U-Boot] [U-BOOT] help on mmc driver

2013-01-25 Thread Jagannadha Sutradharudu Teki
Hi Lukasz Majewski, Thanks for your information. Thanks, Jagan. -Original Message- From: Lukasz Majewski [mailto:l.majew...@samsung.com] Sent: 25 January 2013 00:20 To: Jagannadha Sutradharudu Teki Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [U-BOOT] help on mmc driver Hi

[U-Boot] [U-BOOT] help on mmc driver

2013-01-24 Thread Jagannadha Sutradharudu Teki
Hi, I need some help on mmc driver development on u-boot. Few questions: 1. is mmc framework in u-boot supports all type of card interfaces like SD, MMC, and eMMC 2. If I write a driver do I need to develop the common driver for all or a separate drivers for individual cards. 3. Is there any

Re: [U-Boot] [U-BOOT] help on mmc driver

2013-01-24 Thread Lukasz Majewski
Hi Jagannadha, Hi, I need some help on mmc driver development on u-boot. Few questions: 1. is mmc framework in u-boot supports all type of card interfaces like SD, MMC, and eMMC Yes there is a generic framework for MMC. - ./drivers/mmc/ {mmc.c} 2. If I write a driver do I need