RE: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-28 Thread Seungwon Jeon
On Fri, March 28, 2014, Ulf Hansson wrote: > On 14 March 2014 03:49, Seungwon Jeon wrote: > > On Thu, March 13, 2014, Ulf Hansson wrote: > >> On 7 March 2014 15:36, Seungwon Jeon wrote: > >> > Device types which are supported by both host and device > >> > can be identified when EXT_CSD is read.

Re: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-28 Thread Ulf Hansson
On 14 March 2014 03:49, Seungwon Jeon wrote: > On Thu, March 13, 2014, Ulf Hansson wrote: >> On 7 March 2014 15:36, Seungwon Jeon wrote: >> > Device types which are supported by both host and device >> > can be identified when EXT_CSD is read. There is no need to >> > check host's capability anym

RE: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-14 Thread Seungwon Jeon
On Fri, March 14, 2014, Ulf Hansson wrote: > On 14 March 2014 03:49, Seungwon Jeon wrote: > > On Thu, March 13, 2014, Ulf Hansson wrote: > >> On 7 March 2014 15:36, Seungwon Jeon wrote: > >> > Device types which are supported by both host and device > >> > can be identified when EXT_CSD is read.

Re: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-14 Thread Ulf Hansson
On 14 March 2014 03:49, Seungwon Jeon wrote: > On Thu, March 13, 2014, Ulf Hansson wrote: >> On 7 March 2014 15:36, Seungwon Jeon wrote: >> > Device types which are supported by both host and device >> > can be identified when EXT_CSD is read. There is no need to >> > check host's capability anym

RE: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-13 Thread Seungwon Jeon
On Thu, March 13, 2014, Ulf Hansson wrote: > On 7 March 2014 15:36, Seungwon Jeon wrote: > > Device types which are supported by both host and device > > can be identified when EXT_CSD is read. There is no need to > > check host's capability anymore. > > > > Signed-off-by: Seungwon Jeon > > --- >

Re: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-13 Thread Ulf Hansson
On 7 March 2014 15:36, Seungwon Jeon wrote: > Device types which are supported by both host and device > can be identified when EXT_CSD is read. There is no need to > check host's capability anymore. > > Signed-off-by: Seungwon Jeon > --- > Changes in v2: > Just rebased with latest one. >

Re: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-13 Thread Jaehoon Chung
On 03/13/2014 05:37 PM, Seungwon Jeon wrote: > On Thu, March 13, 2014, Jaehoon Chung wrote: >> Dear, Seungwon. >> >> On 03/10/2014 08:59 PM, Seungwon Jeon wrote: >>> On Mon, March 10, 2014, Jaehoon Chung wrote: On 03/07/2014 11:36 PM, Seungwon Jeon wrote: > Device types which are supported

RE: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-13 Thread Seungwon Jeon
On Thu, March 13, 2014, Jaehoon Chung wrote: > Dear, Seungwon. > > On 03/10/2014 08:59 PM, Seungwon Jeon wrote: > > On Mon, March 10, 2014, Jaehoon Chung wrote: > >> On 03/07/2014 11:36 PM, Seungwon Jeon wrote: > >>> Device types which are supported by both host and device > >>> can be identified

Re: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-12 Thread Jaehoon Chung
Dear, Seungwon. On 03/10/2014 08:59 PM, Seungwon Jeon wrote: > On Mon, March 10, 2014, Jaehoon Chung wrote: >> On 03/07/2014 11:36 PM, Seungwon Jeon wrote: >>> Device types which are supported by both host and device >>> can be identified when EXT_CSD is read. There is no need to >>> check host's

RE: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-10 Thread Seungwon Jeon
On Mon, March 10, 2014, Jaehoon Chung wrote: > On 03/07/2014 11:36 PM, Seungwon Jeon wrote: > > Device types which are supported by both host and device > > can be identified when EXT_CSD is read. There is no need to > > check host's capability anymore. > > > > Signed-off-by: Seungwon Jeon > > ---

Re: [PATCH v2 2/5] mmc: identify available device type to select

2014-03-10 Thread Jaehoon Chung
On 03/07/2014 11:36 PM, Seungwon Jeon wrote: > Device types which are supported by both host and device > can be identified when EXT_CSD is read. There is no need to > check host's capability anymore. > > Signed-off-by: Seungwon Jeon > --- > Changes in v2: > Just rebased with latest one. >

[PATCH v2 2/5] mmc: identify available device type to select

2014-03-07 Thread Seungwon Jeon
Device types which are supported by both host and device can be identified when EXT_CSD is read. There is no need to check host's capability anymore. Signed-off-by: Seungwon Jeon --- Changes in v2: Just rebased with latest one. drivers/mmc/core/mmc.c | 77 ++-