From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 00/15] ARM: mxs: Add initial support for MX23 and MX28
Date: Mon, 13 Dec 2010 15:20:45 +0100 [thread overview]
Message-ID: <20101213142045.GD26210@pengutronix.de> (raw)
In-Reply-To: <1292244903-30392-1-git-send-email-shawn.guo@freescale.com>
Hello Shawn,
On Mon, Dec 13, 2010 at 08:54:57PM +0800, Shawn Guo wrote:
> Changes for v6 of this patch series:
> - Introduce inline functions __mxs_setl(), __mxs_clrl()
> and __mxs_togl() for bit set/clear/toggle operations
> - Address comments given by Uwe on gpio.c (detailed change log
> can be found in the patch version log)
> - Remove cpu.o from arch/arm/mach-mxs/Makefile
>
> [PATCH v6 01/15] ARM: mxs: Add core definitions
> [PATCH v6 03/15] ARM: mxs: Add reset routines
> [PATCH v6 06/15] ARM: mxs: Add timer support
> [PATCH v6 07/15] ARM: mxs: Add gpio support
> [PATCH v6 08/15] ARM: mxs: Add iomux support
> [PATCH v6 15/15] ARM: mxs: Add build configuration for mxs
There are some things still on my list. Most of them are only nitpicks,
but there is at least one bigger issue left:
- use virtual address in get_irqnr_preamble (comment by Lothar Wa?mann)
(Does irq handling really works without that?)
- various namespace problems, at least:
- ICOLL_VBASE in arch/arm/mach-mxs/include/mach/entry-macro.S
- uart_base, UART in arch/arm/mach-mxs/include/mach/uncompress.h
- clockevent_mxs, clockevent_mode in arch/arm/mach-mxs/timer.c
- on TIMROTv1 there is no HW_TIMROT_RUNNING_COUNTn register. That's
called HW_TIMROT_TIMCOUNTn.
- Typo in comment above timrot_is_v1: MX23 uses timers 0 and 1, too.
- Would it make sense to detect the version of the TIMROT block by
reading the TIMROT_VERSION register instead of using cpu_is_mxXYZ?
- IMHO you could better use MXS_CLKCTRL_RESET instead of the watchdog
in arch_reset. You argued that this needs an cpu_is_mxXYZ, still I
think this would be preferable. Alternatively you can use an
initcall that sets the address similar to how wdog_base is
initialized now. (BTW, wdog_base is another item in the namespace
list above.)
- Use clocksource_register_hz (recent comment by Russell King)
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
next prev parent reply other threads:[~2010-12-13 14:20 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-13 12:54 [PATCH v6 00/15] ARM: mxs: Add initial support for MX23 and MX28 Shawn Guo
2010-12-13 12:54 ` [PATCH v6 01/15] ARM: mxs: Add core definitions Shawn Guo
2010-12-15 16:22 ` Arnd Bergmann
2010-12-15 16:40 ` Uwe Kleine-König
2010-12-15 16:58 ` Arnd Bergmann
2010-12-15 17:06 ` Uwe Kleine-König
2010-12-15 17:17 ` Arnd Bergmann
2010-12-15 17:27 ` Russell King - ARM Linux
2010-12-15 22:26 ` Arnd Bergmann
2010-12-15 18:49 ` Uwe Kleine-König
2010-12-16 1:37 ` Shawn Guo
2010-12-15 16:47 ` Russell King - ARM Linux
2010-12-15 17:08 ` Arnd Bergmann
2010-12-15 17:23 ` Russell King - ARM Linux
2010-12-15 17:51 ` Arnd Bergmann
2010-12-13 12:54 ` [PATCH v6 03/15] ARM: mxs: Add reset routines Shawn Guo
2010-12-13 12:55 ` [PATCH v6 06/15] ARM: mxs: Add timer support Shawn Guo
2010-12-13 13:53 ` Russell King - ARM Linux
2010-12-13 12:55 ` [PATCH v6 07/15] ARM: mxs: Add gpio support Shawn Guo
2010-12-13 12:55 ` [PATCH v6 08/15] ARM: mxs: Add iomux support Shawn Guo
2010-12-16 9:51 ` Uwe Kleine-König
2010-12-16 10:26 ` Shawn Guo
2010-12-13 12:55 ` [PATCH v6 15/15] ARM: mxs: Add build configuration for mxs Shawn Guo
2010-12-13 14:20 ` Uwe Kleine-König [this message]
2010-12-14 8:31 ` [PATCH v6 00/15] ARM: mxs: Add initial support for MX23 andMX28 Shawn Guo
2010-12-14 13:00 ` Shawn Guo
2010-12-15 16:24 ` [PATCH v6 00/15] ARM: mxs: Add initial support for MX23 and MX28 Arnd Bergmann
2010-12-15 16:34 ` Uwe Kleine-König
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=20101213142045.GD26210@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).