Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Pavel Herrmann
On Thursday 20 of September 2012 22:05:36 Marek Vasut wrote: Dear Pavel Herrmann, This core provides unified access to different block controllers (SATA, SCSI). Description of the patch missing or is sub-par. You should work on this skill. Signed-off-by: Pavel Herrmann

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Marek Vasut
Dear Pavel Herrmann, On Thursday 20 of September 2012 22:05:36 Marek Vasut wrote: Dear Pavel Herrmann, This core provides unified access to different block controllers (SATA, SCSI). Description of the patch missing or is sub-par. You should work on this skill.

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Pavel Herrmann
On Friday 21 of September 2012 14:51:33 Marek Vasut wrote: Dear Pavel Herrmann, On Thursday 20 of September 2012 22:05:36 Marek Vasut wrote: Dear Pavel Herrmann, This core provides unified access to different block controllers (SATA, SCSI). Description of the patch

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Pavel Herrmann
On Friday 21 of September 2012 14:51:33 Marek Vasut wrote: Dear Pavel Herrmann, On Thursday 20 of September 2012 22:05:36 Marek Vasut wrote: Dear Pavel Herrmann, This core provides unified access to different block controllers (SATA, SCSI). Description of the patch

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Marek Vasut
Dear Pavel Herrmann, On Friday 21 of September 2012 14:51:33 Marek Vasut wrote: Dear Pavel Herrmann, On Thursday 20 of September 2012 22:05:36 Marek Vasut wrote: Dear Pavel Herrmann, This core provides unified access to different block controllers (SATA, SCSI).

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Marek Vasut
Dear Pavel Herrmann, On Friday 21 of September 2012 14:51:33 Marek Vasut wrote: Dear Pavel Herrmann, On Thursday 20 of September 2012 22:05:36 Marek Vasut wrote: Dear Pavel Herrmann, This core provides unified access to different block controllers (SATA, SCSI).

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Pavel Herrmann
On Friday 21 of September 2012 15:56:38 Marek Vasut wrote: Dear Pavel Herrmann, On Friday 21 of September 2012 14:51:33 Marek Vasut wrote: Dear Pavel Herrmann, On Thursday 20 of September 2012 22:05:36 Marek Vasut wrote: Dear Pavel Herrmann, This core provides

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Pavel Herrmann
On Friday 21 of September 2012 15:58:55 Marek Vasut wrote: Dear Pavel Herrmann, On Friday 21 of September 2012 14:51:33 Marek Vasut wrote: Dear Pavel Herrmann, On Thursday 20 of September 2012 22:05:36 Marek Vasut wrote: Dear Pavel Herrmann, This core provides

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Marek Vasut
Dear Pavel Herrmann, [...] Can't the old driver just have a compat section in them? Like I did with serial stuff: 1) rename the internal functions to ${driver}_${function_name} from pure ${function_name} and introduce section which behaves as a wrapper (implement ${function_name}

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Pavel Herrmann
On Friday 21 of September 2012 17:39:21 Marek Vasut wrote: Dear Pavel Herrmann, [...] Can't the old driver just have a compat section in them? Like I did with serial stuff: 1) rename the internal functions to ${driver}_${function_name} from pure ${function_name} and introduce

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Marek Vasut
Dear Pavel Herrmann, On Friday 21 of September 2012 17:39:21 Marek Vasut wrote: Dear Pavel Herrmann, [...] Can't the old driver just have a compat section in them? Like I did with serial stuff: 1) rename the internal functions to ${driver}_${function_name} from

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Pavel Herrmann
On Friday 21 of September 2012 18:08:13 Marek Vasut wrote: Dear Pavel Herrmann, On Friday 21 of September 2012 17:39:21 Marek Vasut wrote: Dear Pavel Herrmann, [...] Can't the old driver just have a compat section in them? Like I did with serial stuff: 1)

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Marek Vasut
Dear Pavel Herrmann, On Friday 21 of September 2012 18:08:13 Marek Vasut wrote: Dear Pavel Herrmann, On Friday 21 of September 2012 17:39:21 Marek Vasut wrote: Dear Pavel Herrmann, [...] Can't the old driver just have a compat section in them? Like I did

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Pavel Herrmann
On Friday 21 of September 2012 20:01:27 Marek Vasut wrote: Dear Pavel Herrmann, On Friday 21 of September 2012 18:08:13 Marek Vasut wrote: Dear Pavel Herrmann, On Friday 21 of September 2012 17:39:21 Marek Vasut wrote: Dear Pavel Herrmann, [...] Can't

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-21 Thread Marek Vasut
Dear Pavel Herrmann, On Friday 21 of September 2012 20:01:27 Marek Vasut wrote: Dear Pavel Herrmann, On Friday 21 of September 2012 18:08:13 Marek Vasut wrote: Dear Pavel Herrmann, On Friday 21 of September 2012 17:39:21 Marek Vasut wrote: Dear Pavel Herrmann,

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-20 Thread Marek Vasut
Dear Pavel Herrmann, This core provides unified access to different block controllers (SATA, SCSI). Description of the patch missing or is sub-par. You should work on this skill. Signed-off-by: Pavel Herrmann morpheus.i...@gmail.com --- Makefile | 1 +