* [GIT PULL] OMAP: omap_device cleanup for v3.2
@ 2011-09-15 23:38 Kevin Hilman
2011-09-15 23:56 ` Kevin Hilman
0 siblings, 1 reply; 5+ messages in thread
From: Kevin Hilman @ 2011-09-15 23:38 UTC (permalink / raw)
To: linux-arm-kernel
Tony,
Please pull this omap_device cleanup series for v3.2. This sets the
groundwork for Benoit's DT infrastructure work.
Kevin
The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb:
Linux 3.1-rc6 (2011-09-12 14:02:02 -0700)
are available in the git repository at:
git://gitorious.org/khilman/linux-omap-pm.git for_3.2/omap_device
Grazvydas Ignotas (1):
OMAP: omap_device: make latency autoadjust messages debug
Jarkko Nikula (1):
omap: mcbsp: Remove omap device API
Kevin Hilman (6):
OMAP: omap_device: replace debug/warning/error prints with dev_* macros
OMAP: omap_device: remove internal functions from omap_device.h
OMAP: omap_device: when building return platform_device instead of omap_device
OMAP: omap_device: device register functions now take platform_device pointer
OMAP: omap_device: _disable_idle_on_suspend() takes platform_device pointer
OMAP: omap_device: decouple platform_device from omap_device
arch/arm/mach-omap2/devices.c | 44 +++---
arch/arm/mach-omap2/display.c | 6 +-
arch/arm/mach-omap2/dma.c | 16 +-
arch/arm/mach-omap2/gpio.c | 10 +-
arch/arm/mach-omap2/hsmmc.c | 8 +-
arch/arm/mach-omap2/hwspinlock.c | 8 +-
arch/arm/mach-omap2/mcbsp.c | 8 +-
arch/arm/mach-omap2/opp.c | 2 +-
arch/arm/mach-omap2/pm.c | 8 +-
arch/arm/mach-omap2/serial.c | 14 +-
arch/arm/mach-omap2/sr_device.c | 6 +-
arch/arm/plat-omap/i2c.c | 8 +-
arch/arm/plat-omap/include/plat/omap_device.h | 30 ++--
arch/arm/plat-omap/mcbsp.c | 27 ----
arch/arm/plat-omap/omap_device.c | 185 +++++++++++++------------
15 files changed, 180 insertions(+), 200 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] OMAP: omap_device cleanup for v3.2
2011-09-15 23:38 [GIT PULL] OMAP: omap_device cleanup for v3.2 Kevin Hilman
@ 2011-09-15 23:56 ` Kevin Hilman
2011-09-21 18:20 ` Tony Lindgren
0 siblings, 1 reply; 5+ messages in thread
From: Kevin Hilman @ 2011-09-15 23:56 UTC (permalink / raw)
To: linux-arm-kernel
Kevin Hilman <khilman@ti.com> writes:
> Please pull this omap_device cleanup series for v3.2. This sets the
> groundwork for Benoit's DT infrastructure work.
Turns out this series has a dependency on a patch[1] in Russell's
for-next branch.
Russell, any chance of picking this patch into your devel-stable so we
have a fixed point to merge with?
Thanks,
Kevin
[1]
commit 456f69c544d4298e921dc0c606492cdbaa60b34b
Author: Kevin Hilman <khilman@deeprootsystems.com>
Date: Tue Sep 6 21:04:10 2011 +0100
ARM: 7082/1: platform_device: pdev_archdata: add omap_device pointer
Add omap_device pointer to the ARM-specific arch data in the
platform_device. This will be used to attach OMAP-specific
device-data to the platform device with device lifetime.
Suggested-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] OMAP: omap_device cleanup for v3.2
2011-09-15 23:56 ` Kevin Hilman
@ 2011-09-21 18:20 ` Tony Lindgren
2011-09-21 18:39 ` Kevin Hilman
2011-09-22 16:33 ` Kevin Hilman
0 siblings, 2 replies; 5+ messages in thread
From: Tony Lindgren @ 2011-09-21 18:20 UTC (permalink / raw)
To: linux-arm-kernel
* Kevin Hilman <khilman@ti.com> [110915 16:23]:
> Kevin Hilman <khilman@ti.com> writes:
>
> > Please pull this omap_device cleanup series for v3.2. This sets the
> > groundwork for Benoit's DT infrastructure work.
>
> Turns out this series has a dependency on a patch[1] in Russell's
> for-next branch.
>
> Russell, any chance of picking this patch into your devel-stable so we
> have a fixed point to merge with?
Or maybe Kevin can add it to his series instead?
Tony
> [1]
> commit 456f69c544d4298e921dc0c606492cdbaa60b34b
> Author: Kevin Hilman <khilman@deeprootsystems.com>
> Date: Tue Sep 6 21:04:10 2011 +0100
>
> ARM: 7082/1: platform_device: pdev_archdata: add omap_device pointer
>
> Add omap_device pointer to the ARM-specific arch data in the
> platform_device. This will be used to attach OMAP-specific
> device-data to the platform device with device lifetime.
>
> Suggested-by: Russell King <rmk+kernel@arm.linux.org.uk>
>
> Acked-by: Grant Likely <grant.likely@secretlab.ca>
> Signed-off-by: Kevin Hilman <khilman@ti.com>
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] OMAP: omap_device cleanup for v3.2
2011-09-21 18:20 ` Tony Lindgren
@ 2011-09-21 18:39 ` Kevin Hilman
2011-09-22 16:33 ` Kevin Hilman
1 sibling, 0 replies; 5+ messages in thread
From: Kevin Hilman @ 2011-09-21 18:39 UTC (permalink / raw)
To: linux-arm-kernel
Tony Lindgren <tony@atomide.com> writes:
> * Kevin Hilman <khilman@ti.com> [110915 16:23]:
>> Kevin Hilman <khilman@ti.com> writes:
>>
>> > Please pull this omap_device cleanup series for v3.2. This sets the
>> > groundwork for Benoit's DT infrastructure work.
>>
>> Turns out this series has a dependency on a patch[1] in Russell's
>> for-next branch.
>>
>> Russell, any chance of picking this patch into your devel-stable so we
>> have a fixed point to merge with?
>
> Or maybe Kevin can add it to his series instead?
Sure.
Russell, if you're OK with dropping it from your for-next, I'll just
add it to my series where the dependencies are.
Kevin
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] OMAP: omap_device cleanup for v3.2
2011-09-21 18:20 ` Tony Lindgren
2011-09-21 18:39 ` Kevin Hilman
@ 2011-09-22 16:33 ` Kevin Hilman
1 sibling, 0 replies; 5+ messages in thread
From: Kevin Hilman @ 2011-09-22 16:33 UTC (permalink / raw)
To: linux-arm-kernel
Tony Lindgren <tony@atomide.com> writes:
> * Kevin Hilman <khilman@ti.com> [110915 16:23]:
>> Kevin Hilman <khilman@ti.com> writes:
>>
>> > Please pull this omap_device cleanup series for v3.2. This sets the
>> > groundwork for Benoit's DT infrastructure work.
>>
>> Turns out this series has a dependency on a patch[1] in Russell's
>> for-next branch.
>>
>> Russell, any chance of picking this patch into your devel-stable so we
>> have a fixed point to merge with?
>
> Or maybe Kevin can add it to his series instead?
OK, Russell and I agreed (offline) that I would just take this patch,
and he will drop from his for-next branch.
I've cherry-picked it into the my branch, and here's the updated pull
request. Should have no external dependencies now, and I compile tested
for OMAP1 and OMAP2+ on top of the arm-soc/next/cleanup branch.
Kevin
The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb:
Linux 3.1-rc6 (2011-09-12 14:02:02 -0700)
are available in the git repository at:
git://gitorious.org/khilman/linux-omap-pm.git for_3.2/omap_device
Grazvydas Ignotas (1):
OMAP: omap_device: make latency autoadjust messages debug
Jarkko Nikula (1):
omap: mcbsp: Remove omap device API
Kevin Hilman (7):
OMAP: omap_device: replace debug/warning/error prints with dev_* macros
OMAP: omap_device: remove internal functions from omap_device.h
OMAP: omap_device: when building return platform_device instead of omap_device
OMAP: omap_device: device register functions now take platform_device pointer
OMAP: omap_device: _disable_idle_on_suspend() takes platform_device pointer
OMAP: omap_device: decouple platform_device from omap_device
ARM: 7082/1: platform_device: pdev_archdata: add omap_device pointer
arch/arm/include/asm/device.h | 5 +
arch/arm/mach-omap2/devices.c | 44 +++---
arch/arm/mach-omap2/display.c | 6 +-
arch/arm/mach-omap2/dma.c | 16 +-
arch/arm/mach-omap2/gpio.c | 10 +-
arch/arm/mach-omap2/hsmmc.c | 8 +-
arch/arm/mach-omap2/hwspinlock.c | 8 +-
arch/arm/mach-omap2/mcbsp.c | 8 +-
arch/arm/mach-omap2/opp.c | 2 +-
arch/arm/mach-omap2/pm.c | 8 +-
arch/arm/mach-omap2/serial.c | 14 +-
arch/arm/mach-omap2/sr_device.c | 6 +-
arch/arm/plat-omap/i2c.c | 8 +-
arch/arm/plat-omap/include/plat/omap_device.h | 30 ++--
arch/arm/plat-omap/mcbsp.c | 27 ----
arch/arm/plat-omap/omap_device.c | 185 +++++++++++++------------
16 files changed, 185 insertions(+), 200 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-09-22 16:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15 23:38 [GIT PULL] OMAP: omap_device cleanup for v3.2 Kevin Hilman
2011-09-15 23:56 ` Kevin Hilman
2011-09-21 18:20 ` Tony Lindgren
2011-09-21 18:39 ` Kevin Hilman
2011-09-22 16:33 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox