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 0/5] my imx patches for 2.6.39
Date: Wed, 23 Feb 2011 10:12:07 +0100	[thread overview]
Message-ID: <20110223091207.GP22310@pengutronix.de> (raw)
In-Reply-To: <20110218213022.GJ22310@pengutronix.de>

Hello 
On Fri, Feb 18, 2011 at 10:30:22PM +0100, Uwe Kleine-K?nig wrote:
> apart from the patches below there is another patch not yet applied.
> That's "mxs: irq_data conversion" that was already sent on this list.
> Because I assumed that it belongs to Russells domain I sent it to the
> patch system as
> http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=6744/1
> .  If you prefer, I can add it to this series; just tell me.
Russell asked Sascha to ack this patch, so I assume it will not go via
Sascha.
 
I found another patch that should be added to .39:

Uwe Kleine-K?nig (1):
      ARM: mx51_defconfig: enable various options

Will send this in reply to this mail.

> The following changes since commit b807afe41ceefef11a0d965cd9970142afc53d25:
> 
>   ARM: imx50: correct iomux-mx50.h wrong daisy chain settings (2011-02-18 11:01:34 +0100)
> 
> are available in the git repository at:
>   git://git.pengutronix.de/git/ukl/linux-2.6.git imx-for-2.6.39
> 
> Lothar Wa?mann (2):
>       ARM: mxs: free dma_mask in error path
>       ARM: mxs: add a dma mask to fec devices
> 
> Sascha Hauer (1):
>       ARM: mxs: Add pwm clocks and device registration
> 
> Uwe Kleine-K?nig (2):
>       ARM: mxc: free dma_mask in error path
>       ARM: mxc: add a dma mask to fec devices
> 
>  arch/arm/mach-mxs/Kconfig                       |    2 ++
>  arch/arm/mach-mxs/clock-mx23.c                  |    6 +++++-
>  arch/arm/mach-mxs/clock-mx28.c                  |    9 ++++++++-
>  arch/arm/mach-mxs/devices-mx23.h                |    2 ++
>  arch/arm/mach-mxs/devices-mx28.h                |    2 ++
>  arch/arm/mach-mxs/devices.c                     |    2 ++
>  arch/arm/mach-mxs/devices/Kconfig               |    3 +++
>  arch/arm/mach-mxs/devices/Makefile              |    1 +
>  arch/arm/mach-mxs/devices/platform-fec.c        |    5 +++--
>  arch/arm/mach-mxs/devices/platform-mxs-pwm.c    |   22 ++++++++++++++++++++++
>  arch/arm/mach-mxs/include/mach/devices-common.h |    4 ++++
>  arch/arm/plat-mxc/devices.c                     |    2 ++
>  arch/arm/plat-mxc/devices/platform-fec.c        |    4 ++--
>  13 files changed, 58 insertions(+), 6 deletions(-)
>  create mode 100644 arch/arm/mach-mxs/devices/platform-mxs-pwm.c

The new diffstat is:

 arch/arm/configs/mx51_defconfig                 |   53 +++++++++++++++++++----
 arch/arm/mach-mxs/Kconfig                       |    2 +
 arch/arm/mach-mxs/clock-mx23.c                  |    6 ++-
 arch/arm/mach-mxs/clock-mx28.c                  |    9 +++-
 arch/arm/mach-mxs/devices-mx23.h                |    2 +
 arch/arm/mach-mxs/devices-mx28.h                |    2 +
 arch/arm/mach-mxs/devices.c                     |    2 +
 arch/arm/mach-mxs/devices/Kconfig               |    3 +
 arch/arm/mach-mxs/devices/Makefile              |    1 +
 arch/arm/mach-mxs/devices/platform-fec.c        |    5 +-
 arch/arm/mach-mxs/devices/platform-mxs-pwm.c    |   22 +++++++++
 arch/arm/mach-mxs/include/mach/devices-common.h |    4 ++
 arch/arm/plat-mxc/devices.c                     |    2 +
 arch/arm/plat-mxc/devices/platform-fec.c        |    4 +-
 14 files changed, 102 insertions(+), 15 deletions(-)
 create mode 100644 arch/arm/mach-mxs/devices/platform-mxs-pwm.c

(only arch/arm/configs/mx51_defconfig added and a different scale for the other
lines)

Sascha, I hope that's OK for you.

Best regards
Uwe

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

  parent reply	other threads:[~2011-02-23  9:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-18 21:30 [PATCH 0/5] my imx patches for 2.6.39 Uwe Kleine-König
2011-02-18 21:30 ` [PATCH 1/5] ARM: mxs: free dma_mask in error path Uwe Kleine-König
2011-02-18 21:30 ` [PATCH 2/5] ARM: mxc: " Uwe Kleine-König
2011-02-18 21:30 ` [PATCH 3/5] ARM: mxs: add a dma mask to fec devices Uwe Kleine-König
2011-02-18 21:30 ` [PATCH 4/5] ARM: mxc: " Uwe Kleine-König
2011-02-18 21:30 ` [PATCH 5/5] ARM: mxs: Add pwm clocks and device registration Uwe Kleine-König
2011-02-23  9:12 ` Uwe Kleine-König [this message]
2011-02-23  9:13   ` [PATCH] ARM: mx51_defconfig: enable various options Uwe Kleine-König
2011-02-24 21:03 ` [PATCH 0/5] my imx patches for 2.6.39 Uwe Kleine-König
2011-02-24 21:04   ` [PATCH] ARM: mxs: Initial support for Ka-Ro TX28 Uwe Kleine-König
2011-02-25  9:00     ` Uwe Kleine-König
2011-02-26  7:50     ` Shawn Guo

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=20110223091207.GP22310@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).