Re: [U-Boot] [PATCH] imx6: add Bachmann OT1200 board v2

2014-10-01 Thread Christian Gmeiner
Hi Stefano > On 22/09/2014 13:57, Christian Gmeiner wrote: > > This patch adds support for the OT1200 series of devices. > > > > Following components are used in u-boot: > > + ethernet > > + i2c > > + emmc > > + gpio > > > > For more details see README. > > > > Changes v1 > v2 > > Can you also ver

Re: [U-Boot] [PATCH] imx6: add Bachmann OT1200 board v2

2014-09-29 Thread Stefano Babic
Hi Christian, On 22/09/2014 13:57, Christian Gmeiner wrote: > This patch adds support for the OT1200 series of devices. > > Following components are used in u-boot: > + ethernet > + i2c > + emmc > + gpio > > For more details see README. > > Changes v1 > v2 Can you also version your patches in

[U-Boot] [PATCH] imx6: add Bachmann OT1200 board v2

2014-09-22 Thread Christian Gmeiner
This patch adds support for the OT1200 series of devices. Following components are used in u-boot: + ethernet + i2c + emmc + gpio For more details see README. Changes v1 > v2 - make use of enable_cspi_clock(..) - fix usage of OUTPUT_40OHM define - added README Signed-off-by: Christian Gme

Re: [U-Boot] [PATCH] imx6: add Bachmann OT1200 board

2014-09-17 Thread Christian Gmeiner
Hi Stefano. Thanks for you review. I will send a V2 after the other patches I have send got reviewed too. > > On 09/09/2014 16:41, Christian Gmeiner wrote: >> This patch adds support for the OT1200 series of devices. >> >> Following components are used in u-boot: >> + ethernet >> + i2c >> + emmc

Re: [U-Boot] [PATCH] imx6: add Bachmann OT1200 board

2014-09-16 Thread Stefano Babic
Hi Christian, On 09/09/2014 16:41, Christian Gmeiner wrote: > This patch adds support for the OT1200 series of devices. > > Following components are used in u-boot: > + ethernet > + i2c > + emmc > + gpio It looks incomplete or wrong. I see you set up sata, too. > > The main difference between

Re: [U-Boot] [PATCH] imx6: add Bachmann OT1200 board

2014-09-15 Thread Stefano Babic
Hi Christian, On 15/09/2014 08:37, Christian Gmeiner wrote: > 2014-09-09 16:41 GMT+02:00 Christian Gmeiner : >> This patch adds support for the OT1200 series of devices. >> >> Following components are used in u-boot: >> + ethernet >> + i2c >> + emmc >> + gpio >> >> The main difference between the

Re: [U-Boot] [PATCH] imx6: add Bachmann OT1200 board

2014-09-14 Thread Christian Gmeiner
2014-09-09 16:41 GMT+02:00 Christian Gmeiner : > This patch adds support for the OT1200 series of devices. > > Following components are used in u-boot: > + ethernet > + i2c > + emmc > + gpio > > The main difference between the different models of the OT1200 > series is how ethernet is connected (di

[U-Boot] [PATCH] imx6: add Bachmann OT1200 board

2014-09-09 Thread Christian Gmeiner
This patch adds support for the OT1200 series of devices. Following components are used in u-boot: + ethernet + i2c + emmc + gpio The main difference between the different models of the OT1200 series is how ethernet is connected (directly to a switch or to a normal phy). Signed-off-by: Christian