linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/3] ARM: Initial support for Cortex-M3
Date: Wed, 4 Apr 2012 23:08:38 +0200	[thread overview]
Message-ID: <20120404210838.GA23126@pengutronix.de> (raw)

Hello,

I rebased the series to 3.4-rc1. Apart from the asm/system.h
disintegration this was trivial and git did it just right for me.

I dropped patch 3 (ARM: force branch instructions to use long distance
encoding) as I don't need that anymore for reasons I didn't try to find
out. With the rework of patch 1 (ARM: protect usage of cr_alignment by
#ifdef CONFIG_CPU_CP15 -> ARM: make cr_alignment read-only #ifndef
CONFIG_CPU_CP15) patch 2 isn't needed anymore, too.

The patches are available via git at

	git://git.pengutronix.de/git/ukl/linux.git cortexm3

I also updated the efm32 branch in the same repository that additionally
contains support for Energymicro's efm32 processor. The patches in this
series were tested on such a machine.

As before interrupt support and Makefile/Kconfig glue are missing. The
former needs some more love as I think it should be possible to
support the Cortex M3's nvic using common/gic.c. I plan to address this
when this series made it into Linus' tree.

See the mails with the respective patches for some more details about
what changed compared to v3.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

             reply	other threads:[~2012-04-04 21:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04 21:08 Uwe Kleine-König [this message]
2012-04-04 21:10 ` [PATCH v4 1/3] ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15 Uwe Kleine-König
2012-04-04 21:10 ` [PATCH v4 2/3] Cortex-M3: Add base support for Cortex-M3 Uwe Kleine-König
2012-04-23  9:46   ` Russell King - ARM Linux
2012-04-04 21:10 ` [PATCH v4 3/3] Cortex-M3: Add support for exception handling Uwe Kleine-König
2012-04-16  8:27 ` [PATCH v4 0/3] ARM: Initial support for Cortex-M3 Uwe Kleine-König
2012-04-23  9:27   ` 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=20120404210838.GA23126@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).