Re: [U-Boot] [PATCH v3] board: wandboard: add usb storage

2014-10-30 Thread Stefano Babic
On 23/10/2014 23:02, Jeroen Hofstee wrote: > Cc: Fabio Estevam > Signed-off-by: Jeroen Hofstee > > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk &

Re: [U-Boot] [PATCH v3] board: wandboard: add usb storage

2014-10-26 Thread Stefano Babic
Hi Jeroen, On 23/10/2014 23:17, Jeroen Hofstee wrote: > Hello Fabio, > > On 23-10-14 23:04, Fabio Estevam wrote: >> On Thu, Oct 23, 2014 at 7:02 PM, Jeroen Hofstee >> wrote: >>> Cc: Fabio Estevam >>> Signed-off-by: Jeroen Hofstee >> Acked-by: Fabio Estevam >> >> Please add Stefano on Cc next

Re: [U-Boot] [PATCH v3] board: wandboard: add usb storage

2014-10-23 Thread Fabio Estevam
On Thu, Oct 23, 2014 at 7:17 PM, Jeroen Hofstee wrote: >> Please add Stefano on Cc next time. > > > I would have normally, but get_maintainer instructed me > not to do so. Shouldn't it be adjusted then to include the > responsible custodian as well if that is what we want? Yes, I think it should

Re: [U-Boot] [PATCH v3] board: wandboard: add usb storage

2014-10-23 Thread Jeroen Hofstee
Hello Fabio, On 23-10-14 23:04, Fabio Estevam wrote: On Thu, Oct 23, 2014 at 7:02 PM, Jeroen Hofstee wrote: Cc: Fabio Estevam Signed-off-by: Jeroen Hofstee Acked-by: Fabio Estevam Please add Stefano on Cc next time. I would have normally, but get_maintainer instructed me not to do so. S

Re: [U-Boot] [PATCH v3] board: wandboard: add usb storage

2014-10-23 Thread Fabio Estevam
On Thu, Oct 23, 2014 at 7:02 PM, Jeroen Hofstee wrote: > Cc: Fabio Estevam > Signed-off-by: Jeroen Hofstee Acked-by: Fabio Estevam Please add Stefano on Cc next time. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

[U-Boot] [PATCH v3] board: wandboard: add usb storage

2014-10-23 Thread Jeroen Hofstee
Cc: Fabio Estevam Signed-off-by: Jeroen Hofstee --- version 3: - don't blindly copy get_mainter output - don't forget the subject-prefix version 2: - remove the duplicated CONFIG_CMD_FAT --- include/configs/wandboard.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/conf