Re: [U-Boot] [RFC PATCH] mmc: Skipping the MMC initialization at the boot time

2018-01-23 Thread Jaehoon Chung
Hi Siva, On 01/23/2018 06:29 PM, Siva Durga Prasad Paladugu wrote: > Hi Jaehoon, > >> -Original Message- >> From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] >> Sent: Tuesday, January 23, 2018 7:23 AM >> To: Siva Durga Prasad Paladugu ; u- >> b...@lists.denx.de >>

Re: [U-Boot] [RFC PATCH] mmc: Skipping the MMC initialization at the boot time

2018-01-23 Thread Michal Simek
Hi Jaehoon, On 23.1.2018 10:29, Siva Durga Prasad Paladugu wrote: > Hi Jaehoon, > >> -Original Message- >> From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] >> Sent: Tuesday, January 23, 2018 7:23 AM >> To: Siva Durga Prasad Paladugu ; u- >> b...@lists.denx.de >>

Re: [U-Boot] [RFC PATCH] mmc: Skipping the MMC initialization at the boot time

2018-01-23 Thread Siva Durga Prasad Paladugu
Hi Jaehoon, > -Original Message- > From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Sent: Tuesday, January 23, 2018 7:23 AM > To: Siva Durga Prasad Paladugu ; u- > b...@lists.denx.de > Cc: Vipul Kumar > Subject: Re: [RFC PATCH] mmc: Skipping

Re: [U-Boot] [RFC PATCH] mmc: Skipping the MMC initialization at the boot time

2018-01-22 Thread Jaehoon Chung
Hi Siva, On 01/22/2018 08:03 PM, Siva Durga Prasad Paladugu wrote: > Hi Jaehoon, > >> -Original Message- >> From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] >> Sent: Thursday, January 18, 2018 1:46 PM >> To: Siva Durga Prasad Paladugu ; u- >> b...@lists.denx.de >>

Re: [U-Boot] [RFC PATCH] mmc: Skipping the MMC initialization at the boot time

2018-01-22 Thread Siva Durga Prasad Paladugu
Hi Jaehoon, > -Original Message- > From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Sent: Thursday, January 18, 2018 1:46 PM > To: Siva Durga Prasad Paladugu ; u- > b...@lists.denx.de > Cc: Vipul Kumar ; Vipul Kumar ; > Siva

Re: [U-Boot] [RFC PATCH] mmc: Skipping the MMC initialization at the boot time

2018-01-18 Thread Jaehoon Chung
On 01/18/2018 02:40 PM, Siva Durga Prasad Paladugu wrote: > From: Vipul Kumar > > By enabling CONFIG_SKIP_EARLY_MMC_INIT config, user can skip the MMC > initialization at the boot time. After getting the u-boot console, > user can select the device using mmc dev and can

[U-Boot] [RFC PATCH] mmc: Skipping the MMC initialization at the boot time

2018-01-17 Thread Siva Durga Prasad Paladugu
From: Vipul Kumar By enabling CONFIG_SKIP_EARLY_MMC_INIT config, user can skip the MMC initialization at the boot time. After getting the u-boot console, user can select the device using mmc dev and can communicate with that. This is useful where user don't want to