[U-Boot] [PATCH v4 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-09-14 Thread Bastian Ruppert
ini Signed-off-by: Bastian Ruppert --- v4: - use more expressive CONFIG name v3: v2: - related to other patches of this series --- drivers/net/davinci_emac.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c index b251

[U-Boot] [PATCH v4 3/6] video: cfb_console: logo can be positioned via the splashpos variable

2012-09-14 Thread Bastian Ruppert
Extend the driver for placing the video/bmp logo as specified by "splashpos" environment variable. Signed-off-by: Bastian Ruppert Signed-off-by: Anatolij Gustschin CC: Tom Rini CC: Stefano Babic --- v3: - logo offset calculation is no longer based on BMP_ALIGN_CENTER if "

[U-Boot] [PATCH v4 4/6] video: cfb_console: add function to plot the logo area black

2012-09-14 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Anatolij Gustschin CC: Tom Rini CC: Stefano Babic --- drivers/video/cfb_console.c | 46 +++--- 1 files changed, 42 insertions(+), 4 deletions(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c

[U-Boot] [PATCH v4 6/6] davinci: ea20: add some configs and default environmet variables

2012-09-14 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Tom Rini Acked-by: Stefano Babic --- v4: - use more expressive CONFIG name for emac rmii no autonegotiation v3: v2: - related to other patches of this series --- include/configs/ea20.h | 106 ++-- 1 files

[U-Boot] [PATCH v4 2/6] davinci: ea20: the console is always set to the serial line

2012-09-14 Thread Bastian Ruppert
Do not allow to overwrite it when video is enabled. Signed-off-by: Bastian Ruppert CC: Tom Rini Acked-by: Stefano Babic --- board/davinci/ea20/ea20.c | 11 +-- include/configs/ea20.h|2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/board/davinci/ea20

[U-Boot] [PATCH v4 1/6] davinci: ea20: reorganisation LCD startup

2012-09-14 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Tom Rini Acked-by: Stefano Babic --- board/davinci/ea20/ea20.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20.c index 7e00040..69307e4 100644 --- a/board

Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-09-10 Thread Bastian . Ruppert
f needed > >>> > >>> On Fri, Sep 7, 2012 at 1:08 AM, Prabhakar Lad > >>> wrote: > >>>> Hi Bastian, > >>>> > >>>> Thanks for the patch. > >>>> > >>>> On Thu, Sep 6, 2012 at 11:37 AM, Bastia

Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-09-09 Thread Bastian . Ruppert
Hello, > Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress > auto negotiation if needed > > On Fri, Sep 7, 2012 at 1:08 AM, Prabhakar Lad > wrote: > > Hi Bastian, > > > > Thanks for the patch. > > > > On Thu, Sep 6, 2012 at 11:37 A

Re: [U-Boot] [PATCH 1/6] davinci: ea20: reorganisation LCD startup

2012-09-06 Thread Bastian . Ruppert
Hello Tom, > Re: [U-Boot] [PATCH 1/6] davinci: ea20: reorganisation LCD startup > > On Wed, Aug 15, 2012 at 09:55:40AM -0700, Tom Rini wrote: > > On Fri, Aug 10, 2012 at 09:26:41AM +0200, Bastian Ruppert wrote: > > > > > Signed-off-by: Bastian Ruppert > > >

[U-Boot] [PATCH v3 3/6] video: cfb_console: logo can be positioned via the splashpos variable

2012-09-05 Thread Bastian Ruppert
Extend the driver for placing the video/bmp logo as specified by "splashpos" environment variable. Signed-off-by: Bastian Ruppert Signed-off-by: Anatolij Gustschin CC: Tom Rini CC: Stefano Babic --- v3: - logo offset calculation is no longer based on BMP_ALIGN_CENTER if "

[U-Boot] [PATCH v3 1/6] davinci: ea20: reorganisation LCD startup

2012-09-05 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Tom Rini Acked-by: Stefano Babic --- board/davinci/ea20/ea20.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20.c index 7e00040..69307e4 100644 --- a/board

[U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-09-05 Thread Bastian Ruppert
ini Signed-off-by: Bastian Ruppert --- drivers/net/davinci_emac.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c index b2516d1..fe988d7 100644 --- a/drivers/net/davinci_emac.c +++ b/drivers/net/davinci_emac.c @@ -89

[U-Boot] [PATCH v3 6/6] davinci: ea20: add some configs and default environmet variables

2012-09-05 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Tom Rini Acked-by: Stefano Babic --- include/configs/ea20.h | 106 ++-- 1 files changed, 66 insertions(+), 40 deletions(-) diff --git a/include/configs/ea20.h b/include/configs/ea20.h index f9a1462..373db74 100644

[U-Boot] [PATCH v3 4/6] video: cfb_console: add function to plot the logo area black

2012-09-05 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Anatolij Gustschin CC: Tom Rini CC: Stefano Babic --- drivers/video/cfb_console.c | 46 +++--- 1 files changed, 42 insertions(+), 4 deletions(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c

[U-Boot] [PATCH v3 2/6] davinci: ea20: the console is always set to the serial line

2012-09-05 Thread Bastian Ruppert
Do not allow to overwrite it when video is enabled. Signed-off-by: Bastian Ruppert CC: Tom Rini Acked-by: Stefano Babic --- board/davinci/ea20/ea20.c | 11 +-- include/configs/ea20.h|2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/board/davinci/ea20

Re: [U-Boot] [PATCH 3/6] video: cfb_console: logo can be positioned via the splashpos variable

2012-09-05 Thread Bastian . Ruppert
> Hi Bastian, Hello Anatolij, > > there is a number of issues with this patch, please see comments > below. > > On Fri, 10 Aug 2012 09:26:43 +0200 > Bastian Ruppert wrote: > > > Signed-off-by: Bastian Ruppert > > CC: Anatolij Gustschin >

Re: [U-Boot] [PATCH v2 3/6] video: cfb_console: logo can be positioned via the splashpos variable

2012-09-05 Thread Bastian . Ruppert
Hello Anatolij, > [U-Boot] [PATCH v2 3/6] video: cfb_console: logo can be positioned > via the splashpos variable > > From: Bastian Ruppert > > Extend the driver for placing the video/bmp logo as specified > by "splashpos" environment variable. > > Signed-off

[U-Boot] [PATCH 4/6] video: cfb_console: add function to plot the logo area black

2012-08-10 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Anatolij Gustschin CC: Tom Rini CC: Stefano Babic --- drivers/video/cfb_console.c | 46 +++--- 1 files changed, 42 insertions(+), 4 deletions(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c

[U-Boot] [PATCH 6/6] davinci: ea20: add some configs and default environmet variables

2012-08-10 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Tom Rini CC: Stefano Babic --- include/configs/ea20.h | 106 ++-- 1 files changed, 66 insertions(+), 40 deletions(-) diff --git a/include/configs/ea20.h b/include/configs/ea20.h index f9a1462..373db74 100644 --- a

[U-Boot] [PATCH 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-08-10 Thread Bastian Ruppert
>From this commit id: b78375a806ed04eb22b963255cfdef8df702de47 auto negotiation is enabled in RMII mode. Some boards based on da850 need to suppress this procedure. CC: Rajashekhara, Sudhakar CC: Lad, Prabhakar CC: Hadli, Manjunath CC: sba...@denx.de CC: Tom Rini Signed-off-by: Bast

[U-Boot] [PATCH 3/6] video: cfb_console: logo can be positioned via the splashpos variable

2012-08-10 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Anatolij Gustschin CC: Tom Rini CC: Stefano Babic --- drivers/video/cfb_console.c | 61 --- 1 files changed, 40 insertions(+), 21 deletions(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c

[U-Boot] [PATCH 2/6] davinci: ea20: the console is always set to the serial line

2012-08-10 Thread Bastian Ruppert
Do not allow to overwrite it when video is enabled. Signed-off-by: Bastian Ruppert CC: Tom Rini CC: Stefano Babic --- board/davinci/ea20/ea20.c | 11 +-- include/configs/ea20.h|2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/board/davinci/ea20/ea20.c b

[U-Boot] [PATCH 1/6] davinci: ea20: reorganisation LCD startup

2012-08-10 Thread Bastian Ruppert
Signed-off-by: Bastian Ruppert CC: Tom Rini CC: Stefano Babic --- board/davinci/ea20/ea20.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20.c index 7e00040..69307e4 100644 --- a/board/davinci

[U-Boot] [PATCH v2] UBIFS: Change ubifsload to set the filesize variable

2011-09-05 Thread Bastian Ruppert
This is the same behaviour like tftp or fatload command. Signed-off-by: Bastian Ruppert CC: kmp...@infradead.org --- fs/ubifs/ubifs.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c index 5a5c739..75a2edc 100644 --- a/fs/ubifs

[U-Boot] [PATCH] UBIFS: Change ubifsload to set the filesize variable

2011-09-05 Thread Bastian Ruppert
This is the same behaviour like tftp or fatload command. Signed-off-by: Bastian Ruppert CC: kmp...@infradead.org --- fs/ubifs/ubifs.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c index 5a5c739..2b9d2d2 100644 --- a/fs/ubifs