All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hoeun Ryu <hoeun.ryu@gmail.com>
To: Tony Lindgren <tony@atomide.com>, linux-omap@vger.kernel.org
Cc: Russell King <linux@armlinux.org.uk>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/7] Clean-up for debug_ll for omap variants
Date: Wed, 14 Jun 2017 17:12:09 +0900	[thread overview]
Message-ID: <1497427929.1935.6.camel@gmail.com> (raw)
In-Reply-To: <20170614073118.28246-1-tony@atomide.com>

On Wed, 2017-06-14 at 00:31 -0700, Tony Lindgren wrote:
> Hi all,
> 
> Inspired by earlier patches to remove DEBUG_OMAP2PLUS_UART dependency
> to DEBUG_UNCOMPRESS by Hoeun Ryu <hoeun.ryu@gmail.com>, I converted
> all mach-omap2 to use generic 8250 debug_ll code.

Great! Thank you.

> 
> I've tested this on omap2/3/4/5, ti81xx and am437x so far and things
> seem to work as expected.
> 
> Regards,
> 
> Tony
> 
> Tony Lindgren (7):
>   ARM: debug: Use generic 8250 debug_ll for omap2 and omap3/4/5
> common
>     uarts
>   ARM: debug: Use generic 8250 debug_ll for omap3/4/5
>   ARM: debug: Use generic 8250 debug_ll for ti81xx
>   ARM: debug: Use generic 8250 debug_ll for am3517 and am335x
>   ARM: debug: Use generic 8250 debug_ll for omap zoom
>   ARM: debug: Update port descriptions for omap variants
>   ARM: OMAP2+: Drop unused serial.h
> 
>  arch/arm/Kconfig.debug                             |  60 ++++---
>  arch/arm/include/debug/omap2plus.S                 | 190 ---------
> ------------
>  arch/arm/mach-omap2/common.h                       |   1 -
>  arch/arm/mach-omap2/include/mach/serial.h          |  66 -------
>  arch/arm/mach-omap2/io.c                           |   1 -
>  arch/arm/mach-omap2/omap_hwmod_2420_data.c         |   1 -
>  .../mach-omap2/omap_hwmod_2xxx_interconnect_data.c |   1 -
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |   1 -
>  arch/arm/mach-omap2/serial.h                       |   1 -
>  9 files changed, 40 insertions(+), 282 deletions(-)
>  delete mode 100644 arch/arm/include/debug/omap2plus.S
>  delete mode 100644 arch/arm/mach-omap2/include/mach/serial.h
>  delete mode 100644 arch/arm/mach-omap2/serial.h
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: hoeun.ryu@gmail.com (Hoeun Ryu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] Clean-up for debug_ll for omap variants
Date: Wed, 14 Jun 2017 17:12:09 +0900	[thread overview]
Message-ID: <1497427929.1935.6.camel@gmail.com> (raw)
In-Reply-To: <20170614073118.28246-1-tony@atomide.com>

On Wed, 2017-06-14 at 00:31 -0700, Tony Lindgren wrote:
> Hi all,
> 
> Inspired by earlier patches to remove DEBUG_OMAP2PLUS_UART dependency
> to DEBUG_UNCOMPRESS by Hoeun Ryu <hoeun.ryu@gmail.com>, I converted
> all mach-omap2 to use generic 8250 debug_ll code.

Great! Thank you.

> 
> I've tested this on omap2/3/4/5, ti81xx and am437x so far and things
> seem to work as expected.
> 
> Regards,
> 
> Tony
> 
> Tony Lindgren (7):
> ? ARM: debug: Use generic 8250 debug_ll for omap2 and omap3/4/5
> common
> ????uarts
> ? ARM: debug: Use generic 8250 debug_ll for omap3/4/5
> ? ARM: debug: Use generic 8250 debug_ll for ti81xx
> ? ARM: debug: Use generic 8250 debug_ll for am3517 and am335x
> ? ARM: debug: Use generic 8250 debug_ll for omap zoom
> ? ARM: debug: Update port descriptions for omap variants
> ? ARM: OMAP2+: Drop unused serial.h
> 
> ?arch/arm/Kconfig.debug?????????????????????????????|??60 ++++---
> ?arch/arm/include/debug/omap2plus.S?????????????????| 190 ---------
> ------------
> ?arch/arm/mach-omap2/common.h???????????????????????|???1 -
> ?arch/arm/mach-omap2/include/mach/serial.h??????????|??66 -------
> ?arch/arm/mach-omap2/io.c???????????????????????????|???1 -
> ?arch/arm/mach-omap2/omap_hwmod_2420_data.c?????????|???1 -
> ?.../mach-omap2/omap_hwmod_2xxx_interconnect_data.c |???1 -
> ?arch/arm/mach-omap2/omap_hwmod_3xxx_data.c?????????|???1 -
> ?arch/arm/mach-omap2/serial.h???????????????????????|???1 -
> ?9 files changed, 40 insertions(+), 282 deletions(-)
> ?delete mode 100644 arch/arm/include/debug/omap2plus.S
> ?delete mode 100644 arch/arm/mach-omap2/include/mach/serial.h
> ?delete mode 100644 arch/arm/mach-omap2/serial.h
> 

  parent reply	other threads:[~2017-06-14  8:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-14  7:31 [PATCH 0/7] Clean-up for debug_ll for omap variants Tony Lindgren
2017-06-14  7:31 ` Tony Lindgren
2017-06-14  7:31 ` [PATCH 1/7] ARM: debug: Use generic 8250 debug_ll for omap2 and omap3/4/5 common uarts Tony Lindgren
2017-06-14  7:31   ` Tony Lindgren
2017-06-14  7:31 ` [PATCH 2/7] ARM: debug: Use generic 8250 debug_ll for omap3/4/5 Tony Lindgren
2017-06-14  7:31   ` Tony Lindgren
2017-06-14  7:31 ` [PATCH 3/7] ARM: debug: Use generic 8250 debug_ll for ti81xx Tony Lindgren
2017-06-14  7:31   ` Tony Lindgren
2017-06-14  7:31 ` [PATCH 4/7] ARM: debug: Use generic 8250 debug_ll for am3517 and am335x Tony Lindgren
2017-06-14  7:31   ` Tony Lindgren
2017-06-14  7:31 ` [PATCH 5/7] ARM: debug: Use generic 8250 debug_ll for omap zoom Tony Lindgren
2017-06-14  7:31   ` Tony Lindgren
2017-06-14  7:31 ` [PATCH 6/7] ARM: debug: Update port descriptions for omap variants Tony Lindgren
2017-06-14  7:31   ` Tony Lindgren
2017-06-14  7:31 ` [PATCH 7/7] ARM: OMAP2+: Drop unused serial.h Tony Lindgren
2017-06-14  7:31   ` Tony Lindgren
2017-06-14  8:12 ` Hoeun Ryu [this message]
2017-06-14  8:12   ` [PATCH 0/7] Clean-up for debug_ll for omap variants Hoeun Ryu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1497427929.1935.6.camel@gmail.com \
    --to=hoeun.ryu@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.