mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Enrico Joerns <ejo@pengutronix.de>
Cc: Barebox List <barebox@lists.infradead.org>
Subject: Re: [PATCH 1/2] ARM: i.MX: Add i.MX5 debug functions
Date: Mon, 13 Jul 2015 07:20:25 +0200	[thread overview]
Message-ID: <20150713052025.GB18700@pengutronix.de> (raw)
In-Reply-To: <559D2602.8060001@pengutronix.de>

On Wed, Jul 08, 2015 at 03:30:42PM +0200, Enrico Joerns wrote:
> On 07/08/2015 02:18 PM, Sascha Hauer wrote:
> >We recently introduced ungate_all_peripherals and SoC specific low
> >level UART init functions. Add some more for i.MX5 SoCs.
> >
> >Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> >---
> >  arch/arm/mach-imx/include/mach/debug_ll.h | 15 +++++++++++++++
> >  1 file changed, 15 insertions(+)
> >
> >diff --git a/arch/arm/mach-imx/include/mach/debug_ll.h b/arch/arm/mach-imx/include/mach/debug_ll.h
> >index ab939b3..f2f4768 100644
> >--- a/arch/arm/mach-imx/include/mach/debug_ll.h
> >+++ b/arch/arm/mach-imx/include/mach/debug_ll.h
> >@@ -75,6 +75,11 @@ static inline void imx51_uart_setup_ll(void)
> >  	__imx_uart_setup_ll(54000000);
> >  }
> >
> >+static inline void imx53_uart_setup_ll(void)
> >+{
> >+	__imx_uart_setup_ll(66666666);
> >+}
> >+
> 
> Currently, the patch does not compile when CONFIG_DEBUG_LL is unset.
> Seems you forgot to add this line to your patch:

Fixed that up, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      reply	other threads:[~2015-07-13  5:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08 12:18 Sascha Hauer
2015-07-08 12:18 ` [PATCH 2/2] ARM: vincell: move to DT probing Sascha Hauer
2015-07-08 13:30 ` [PATCH 1/2] ARM: i.MX: Add i.MX5 debug functions Enrico Joerns
2015-07-13  5:20   ` Sascha Hauer [this message]

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=20150713052025.GB18700@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=ejo@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox