* [GIT PULL] late omap mailbox clean-up, driver parts
@ 2014-07-29 11:39 Tony Lindgren
2014-07-29 15:36 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Tony Lindgren @ 2014-07-29 11:39 UTC (permalink / raw)
To: arm; +Cc: linux-arm-kernel, linux-omap
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
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] late omap mailbox clean-up, driver parts
2014-07-29 11:39 [GIT PULL] late omap mailbox clean-up, driver parts Tony Lindgren
@ 2014-07-29 15:36 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2014-07-29 15:36 UTC (permalink / raw)
To: linux-arm-kernel; +Cc: Tony Lindgren, arm, linux-omap
On Tuesday 29 July 2014 04:39:18 Tony Lindgren wrote:
> 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.
Ok, I see. I've merged them into next/drivers now, after first merging in the
first half of the series that we have in the next/soc branch.
Arnd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-29 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-29 11:39 [GIT PULL] late omap mailbox clean-up, driver parts Tony Lindgren
2014-07-29 15:36 ` Arnd Bergmann
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).