All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx6qsabrelite: Fix the serial console port
@ 2012-03-28 19:45 Fabio Estevam
  2012-03-30 16:07 ` Fabio Estevam
  2012-04-01 13:35 ` Stefano Babic
  0 siblings, 2 replies; 5+ messages in thread
From: Fabio Estevam @ 2012-03-28 19:45 UTC (permalink / raw)
  To: u-boot

On mx6qsabrelite the console is ttymxc1.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx6qsabrelite.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index 8bc8a83..2643817 100644
--- a/include/configs/mx6qsabrelite.h
+++ b/include/configs/mx6qsabrelite.h
@@ -116,7 +116,7 @@
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "script=boot.scr\0" \
        "uimage=uImage\0" \
-       "console=ttymxc3\0" \
+       "console=ttymxc1\0" \
 	"fdt_high=0xffffffff\0"	  \
 	"initrd_high=0xffffffff\0" \
        "mmcdev=0\0" \
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] mx6qsabrelite: Fix the serial console port
  2012-03-28 19:45 [U-Boot] [PATCH] mx6qsabrelite: Fix the serial console port Fabio Estevam
@ 2012-03-30 16:07 ` Fabio Estevam
  2012-04-01 13:35 ` Stefano Babic
  1 sibling, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2012-03-30 16:07 UTC (permalink / raw)
  To: u-boot

Hi Stefano,

On Wed, Mar 28, 2012 at 4:45 PM, Fabio Estevam
<fabio.estevam@freescale.com> wrote:
> On mx6qsabrelite the console is ttymxc1.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Along with the mx28 README patches, this one would be nice to get into
12.03 as well.

Thanks,

Fabio Estevam

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] mx6qsabrelite: Fix the serial console port
  2012-03-28 19:45 [U-Boot] [PATCH] mx6qsabrelite: Fix the serial console port Fabio Estevam
  2012-03-30 16:07 ` Fabio Estevam
@ 2012-04-01 13:35 ` Stefano Babic
  2012-04-01 16:27   ` Marek Vasut
  1 sibling, 1 reply; 5+ messages in thread
From: Stefano Babic @ 2012-04-01 13:35 UTC (permalink / raw)
  To: u-boot

On 28/03/2012 21:45, Fabio Estevam wrote:
> On mx6qsabrelite the console is ttymxc1.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Applied to u-boot-imx after fixing the checkpatch warning:

WARNING: please, no spaces at the start of a line
#30: FILE: include/configs/mx6qsabrelite.h:119:
+       "console=ttymxc1\0" \$

total: 0 errors, 1 warnings, 8 lines checked

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] mx6qsabrelite: Fix the serial console port
  2012-04-01 13:35 ` Stefano Babic
@ 2012-04-01 16:27   ` Marek Vasut
  2012-04-01 16:36     ` Stefano Babic
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2012-04-01 16:27 UTC (permalink / raw)
  To: u-boot

Dear Stefano Babic,

> On 28/03/2012 21:45, Fabio Estevam wrote:
> > On mx6qsabrelite the console is ttymxc1.
> > 
> > Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> > ---
> 
> Applied to u-boot-imx after fixing the checkpatch warning:

Stefano, do you run this checkpatch stuff by hand on every file or do you have 
some kind of git hook?

> WARNING: please, no spaces at the start of a line
> #30: FILE: include/configs/mx6qsabrelite.h:119:
> +       "console=ttymxc1\0" \$
> 
> total: 0 errors, 1 warnings, 8 lines checked
> 
> Best regards,
> Stefano Babic

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] mx6qsabrelite: Fix the serial console port
  2012-04-01 16:27   ` Marek Vasut
@ 2012-04-01 16:36     ` Stefano Babic
  0 siblings, 0 replies; 5+ messages in thread
From: Stefano Babic @ 2012-04-01 16:36 UTC (permalink / raw)
  To: u-boot

On 01/04/2012 18:27, Marek Vasut wrote:
> Dear Stefano Babic,
> 
>> On 28/03/2012 21:45, Fabio Estevam wrote:
>>> On mx6qsabrelite the console is ttymxc1.
>>>
>>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>>> ---
>>
>> Applied to u-boot-imx after fixing the checkpatch warning:
> 
> Stefano, do you run this checkpatch stuff by hand on every file or do you have 
> some kind of git hook?

I have only a simple script calling checkpatch before git am. It calls
git am and pwclient to change patchwork if everything is ok, to avoid
forgetting to update patch's status. I have not a git hook.

Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-01 16:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-28 19:45 [U-Boot] [PATCH] mx6qsabrelite: Fix the serial console port Fabio Estevam
2012-03-30 16:07 ` Fabio Estevam
2012-04-01 13:35 ` Stefano Babic
2012-04-01 16:27   ` Marek Vasut
2012-04-01 16:36     ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.