From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: Re: [GIT PULL] omap cleanup part3 for v3.2 merge window
Date: Fri, 30 Sep 2011 12:56:42 -0700 [thread overview]
Message-ID: <20110930195642.GL6324@atomide.com> (raw)
In-Reply-To: <20110923213735.GZ2937@atomide.com>
Hi Arnd,
Please pull omap cleanup part3 into cleanup from:
git://github.com/tmlind/linux.git cleanup-part3
If you did not already pull the earlier updated
cleanup, pulling this is enough and will bring that
in too.
Regards,
Tony
The following changes since commit 48b48fc996ad98bc7b7cf133882e08cd2331ae11:
Tony Lindgren (1):
Merge branch 'for_3.2/pm-cleanup' of git://gitorious.org/khilman/linux-omap-pm into cleanup
are available in the git repository at:
git://github.com/tmlind/linux.git cleanup-part3
Benoit Cousson (1):
ARM: OMAP2+: Add SoC specific map_io functions
Jarkko Nikula (13):
ARM: OMAP: mcbsp: Remove unused variables from platform data
ARM: OMAP: mcbsp: Move out omap_mcbsp_register_board_cfg from plat-omap/devices.c
ARM: OMAP: mcbsp: Implement generic register access
ARM: OMAP: mcbsp: Make wakeup control generic
ARM: OMAP: mcbsp: Make tranceiver configuration control register access generic
ARM: OMAP: mcbsp: Make threshold based transfer code generic
ARM: OMAP: mcbsp: Use per instance register cache size
ARM: OMAP: mcbsp: Move sidetone clock management to mach-omap2/mcbsp.c
ARM: OMAP: mcbsp: Cleanup sidetone control initialization and make it generic
ARM: OMAP: mcbsp: Update mcbsp.h include dependencies
ARM: OMAP: mcbsp: Move address definitions to arch/arm/mach-omap1/mcbsp.c
ARM: OMAP: mcbsp: Start generalize omap2_mcbsp_set_clks_src
ARM: OMAP: mcbsp: Start generalize signal muxing functions
Tony Lindgren (2):
ARM: OMAP2+: Use SoC specifc map_io
ARM: OMAP2+: Remove custom init_irq for remaining boards
arch/arm/mach-omap1/mcbsp.c | 45 ++++
arch/arm/mach-omap2/board-2430sdp.c | 8 +-
arch/arm/mach-omap2/board-4430sdp.c | 8 +-
arch/arm/mach-omap2/board-apollon.c | 8 +-
arch/arm/mach-omap2/board-devkit8000.c | 7 +-
arch/arm/mach-omap2/board-h4.c | 15 +-
arch/arm/mach-omap2/board-n8x0.c | 12 +-
arch/arm/mach-omap2/board-omap3beagle.c | 7 +-
arch/arm/mach-omap2/board-omap3stalker.c | 7 +-
arch/arm/mach-omap2/board-omap3touchbook.c | 7 +-
arch/arm/mach-omap2/board-omap4panda.c | 8 +-
arch/arm/mach-omap2/board-rm680.c | 8 +-
arch/arm/mach-omap2/board-rx51.c | 8 +-
arch/arm/mach-omap2/common.c | 18 ++
arch/arm/mach-omap2/mcbsp.c | 103 ++++++---
arch/arm/plat-omap/devices.c | 46 ----
arch/arm/plat-omap/include/plat/common.h | 4 +
arch/arm/plat-omap/include/plat/mcbsp.h | 208 +++++-----------
arch/arm/plat-omap/mcbsp.c | 358 +++++++++++++---------------
19 files changed, 379 insertions(+), 506 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap cleanup part3 for v3.2 merge window
Date: Fri, 30 Sep 2011 12:56:42 -0700 [thread overview]
Message-ID: <20110930195642.GL6324@atomide.com> (raw)
In-Reply-To: <20110923213735.GZ2937@atomide.com>
Hi Arnd,
Please pull omap cleanup part3 into cleanup from:
git://github.com/tmlind/linux.git cleanup-part3
If you did not already pull the earlier updated
cleanup, pulling this is enough and will bring that
in too.
Regards,
Tony
The following changes since commit 48b48fc996ad98bc7b7cf133882e08cd2331ae11:
Tony Lindgren (1):
Merge branch 'for_3.2/pm-cleanup' of git://gitorious.org/khilman/linux-omap-pm into cleanup
are available in the git repository at:
git://github.com/tmlind/linux.git cleanup-part3
Benoit Cousson (1):
ARM: OMAP2+: Add SoC specific map_io functions
Jarkko Nikula (13):
ARM: OMAP: mcbsp: Remove unused variables from platform data
ARM: OMAP: mcbsp: Move out omap_mcbsp_register_board_cfg from plat-omap/devices.c
ARM: OMAP: mcbsp: Implement generic register access
ARM: OMAP: mcbsp: Make wakeup control generic
ARM: OMAP: mcbsp: Make tranceiver configuration control register access generic
ARM: OMAP: mcbsp: Make threshold based transfer code generic
ARM: OMAP: mcbsp: Use per instance register cache size
ARM: OMAP: mcbsp: Move sidetone clock management to mach-omap2/mcbsp.c
ARM: OMAP: mcbsp: Cleanup sidetone control initialization and make it generic
ARM: OMAP: mcbsp: Update mcbsp.h include dependencies
ARM: OMAP: mcbsp: Move address definitions to arch/arm/mach-omap1/mcbsp.c
ARM: OMAP: mcbsp: Start generalize omap2_mcbsp_set_clks_src
ARM: OMAP: mcbsp: Start generalize signal muxing functions
Tony Lindgren (2):
ARM: OMAP2+: Use SoC specifc map_io
ARM: OMAP2+: Remove custom init_irq for remaining boards
arch/arm/mach-omap1/mcbsp.c | 45 ++++
arch/arm/mach-omap2/board-2430sdp.c | 8 +-
arch/arm/mach-omap2/board-4430sdp.c | 8 +-
arch/arm/mach-omap2/board-apollon.c | 8 +-
arch/arm/mach-omap2/board-devkit8000.c | 7 +-
arch/arm/mach-omap2/board-h4.c | 15 +-
arch/arm/mach-omap2/board-n8x0.c | 12 +-
arch/arm/mach-omap2/board-omap3beagle.c | 7 +-
arch/arm/mach-omap2/board-omap3stalker.c | 7 +-
arch/arm/mach-omap2/board-omap3touchbook.c | 7 +-
arch/arm/mach-omap2/board-omap4panda.c | 8 +-
arch/arm/mach-omap2/board-rm680.c | 8 +-
arch/arm/mach-omap2/board-rx51.c | 8 +-
arch/arm/mach-omap2/common.c | 18 ++
arch/arm/mach-omap2/mcbsp.c | 103 ++++++---
arch/arm/plat-omap/devices.c | 46 ----
arch/arm/plat-omap/include/plat/common.h | 4 +
arch/arm/plat-omap/include/plat/mcbsp.h | 208 +++++-----------
arch/arm/plat-omap/mcbsp.c | 358 +++++++++++++---------------
19 files changed, 379 insertions(+), 506 deletions(-)
next prev parent reply other threads:[~2011-09-30 19:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-23 21:37 [GIT PULL] omap cleanup part2 for v3.2 merge window Tony Lindgren
2011-09-23 21:37 ` Tony Lindgren
2011-09-30 19:56 ` Tony Lindgren [this message]
2011-09-30 19:56 ` [GIT PULL] omap cleanup part3 " Tony Lindgren
2011-09-30 20:56 ` Arnd Bergmann
2011-09-30 20:56 ` Arnd Bergmann
2011-09-30 21:59 ` Tony Lindgren
2011-09-30 21:59 ` Tony Lindgren
2011-09-30 20:01 ` [GIT PULL] omap cleanup part2 " Arnd Bergmann
2011-09-30 20:01 ` Arnd Bergmann
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=20110930195642.GL6324@atomide.com \
--to=tony@atomide.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.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 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.