From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] late omap mailbox clean-up, driver parts
Date: Tue, 29 Jul 2014 04:39:18 -0700 [thread overview]
Message-ID: <20140729113917.GP29045@atomide.com> (raw)
The following changes since commit cbf14f3ab9bd6295b345fc812f08ddd844fb183e:
ARM: AM33xx: hwmod_data: Remove legacy mailbox addrs (2014-07-15 05:08:56 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.17/mailbox-cleanup
for you to fetch changes up to 72c1c8179cdc5ba7208d375bd3f104659fc50ad0:
mailbox/omap: add a parent structure for every IP instance (2014-07-29 01:57:25 -0700)
----------------------------------------------------------------
Driver specific omap mailbox cleanup. Mostly to remove
broken legacy code for omap1 and move things towards
device tree.
These patches were posted a while back, but I did not
realize I was supposed to merge the driver related
parts too. So apologies for a late pull request on
these changes.
----------------------------------------------------------------
Note that these are based on the SoC related changes already
pulled.
----------------------------------------------------------------
Suman Anna (7):
mailbox/omap: use devm_* interfaces
mailbox/omap: remove OMAP1 mailbox driver
mailbox/omap: remove omap_mbox_type_t from mailbox ops
mailbox/omap: simplify the fifo assignment by using macros
mailbox/omap: consolidate OMAP mailbox driver
mailbox/omap: remove the private mailbox structure
mailbox/omap: add a parent structure for every IP instance
arch/arm/configs/omap1_defconfig | 2 -
drivers/mailbox/Kconfig | 19 +-
drivers/mailbox/Makefile | 6 +-
drivers/mailbox/mailbox-omap1.c | 203 ------------------
drivers/mailbox/mailbox-omap2.c | 357 -------------------------------
drivers/mailbox/omap-mailbox.c | 444 +++++++++++++++++++++++++++++++--------
drivers/mailbox/omap-mbox.h | 67 ------
7 files changed, 360 insertions(+), 738 deletions(-)
delete mode 100644 drivers/mailbox/mailbox-omap1.c
delete mode 100644 drivers/mailbox/mailbox-omap2.c
delete mode 100644 drivers/mailbox/omap-mbox.h
next reply other threads:[~2014-07-29 11:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-29 11:39 Tony Lindgren [this message]
2014-07-29 15:36 ` [GIT PULL] late omap mailbox clean-up, driver parts 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=20140729113917.GP29045@atomide.com \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--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 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).