Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-27 Thread Simon Glass
Hi Stephen, On Sat, Jan 26, 2013 at 11:10 AM, Stephen Warren wrote: > On 01/25/2013 01:49 PM, Simon Glass wrote: >> Hi Lucas, >> >> On Sat, Jan 26, 2013 at 10:38 AM, Lucas Stach wrote: >>> Hello Simon, >>> >>> Am Samstag, den 26.01.2013, 10:20 +1300 schrieb Simon Glass: Hi Lucas,

Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-25 Thread Stephen Warren
On 01/24/2013 10:22 AM, Lucas Stach wrote: > Am Freitag, den 25.01.2013, 06:54 +1300 schrieb Simon Glass: >> Hi Lucas, >> >> On Fri, Jan 25, 2013 at 5:48 AM, Lucas Stach wrote: >>> Init pinmux in one shot, in order to avoid any conflicts. >>> >>> Signed-off-by: Lucas Stach >>> --- >>> board/nvid

Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-25 Thread Stephen Warren
On 01/25/2013 01:49 PM, Simon Glass wrote: > Hi Lucas, > > On Sat, Jan 26, 2013 at 10:38 AM, Lucas Stach wrote: >> Hello Simon, >> >> Am Samstag, den 26.01.2013, 10:20 +1300 schrieb Simon Glass: >>> Hi Lucas, >>> >>> On Fri, Jan 25, 2013 at 7:22 AM, Lucas Stach wrote: Am Freitag, den 25.01.

Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-25 Thread Stephen Warren
On 01/25/2013 01:57 PM, Lucas Stach wrote: > Am Samstag, den 26.01.2013, 10:49 +1300 schrieb Simon Glass: > [...] >>> But yes in the end we want to pack this information into the DT files. >>> But even then it would be nice if people would test this pachset, as I >>> imagine DT based pinmux is the

Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-25 Thread Lucas Stach
Am Samstag, den 26.01.2013, 10:49 +1300 schrieb Simon Glass: [...] > > But yes in the end we want to pack this information into the DT files. > > But even then it would be nice if people would test this pachset, as I > > imagine DT based pinmux is the same as tablebased pinmux, just in a > > slight

Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-25 Thread Simon Glass
Hi Lucas, On Sat, Jan 26, 2013 at 10:38 AM, Lucas Stach wrote: > Hello Simon, > > Am Samstag, den 26.01.2013, 10:20 +1300 schrieb Simon Glass: >> Hi Lucas, >> >> On Fri, Jan 25, 2013 at 7:22 AM, Lucas Stach wrote: >> > Am Freitag, den 25.01.2013, 06:54 +1300 schrieb Simon Glass: >> >> Hi Lucas,

Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-25 Thread Lucas Stach
Hello Simon, Am Samstag, den 26.01.2013, 10:20 +1300 schrieb Simon Glass: > Hi Lucas, > > On Fri, Jan 25, 2013 at 7:22 AM, Lucas Stach wrote: > > Am Freitag, den 25.01.2013, 06:54 +1300 schrieb Simon Glass: > >> Hi Lucas, > >> > >> On Fri, Jan 25, 2013 at 5:48 AM, Lucas Stach wrote: > >> > Init

Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-25 Thread Simon Glass
Hi Lucas, On Fri, Jan 25, 2013 at 7:22 AM, Lucas Stach wrote: > Am Freitag, den 25.01.2013, 06:54 +1300 schrieb Simon Glass: >> Hi Lucas, >> >> On Fri, Jan 25, 2013 at 5:48 AM, Lucas Stach wrote: >> > Init pinmux in one shot, in order to avoid any conflicts. >> > >> > Signed-off-by: Lucas Stach

Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-24 Thread Lucas Stach
Am Freitag, den 25.01.2013, 06:54 +1300 schrieb Simon Glass: > Hi Lucas, > > On Fri, Jan 25, 2013 at 5:48 AM, Lucas Stach wrote: > > Init pinmux in one shot, in order to avoid any conflicts. > > > > Signed-off-by: Lucas Stach > > --- > > board/nvidia/seaboard/seaboard.c | 133 > > +

Re: [U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-24 Thread Simon Glass
Hi Lucas, On Fri, Jan 25, 2013 at 5:48 AM, Lucas Stach wrote: > Init pinmux in one shot, in order to avoid any conflicts. > > Signed-off-by: Lucas Stach > --- > board/nvidia/seaboard/seaboard.c | 133 > +-- > include/configs/seaboard.h | 3 + > inclu

[U-Boot] [PATCH 06/11] tegra20: switch over seaboard and ventana to use tablebased pinmux

2013-01-24 Thread Lucas Stach
Init pinmux in one shot, in order to avoid any conflicts. Signed-off-by: Lucas Stach --- board/nvidia/seaboard/seaboard.c | 133 +-- include/configs/seaboard.h | 3 + include/configs/ventana.h| 3 + 3 files changed, 121 insertions(+), 18 dele