[PATCH v3 03/23] serial: omap: don't access the platform_device
From: Greg KH <hidden>
Date: 2012-09-05 20:29:56
Also in:
linux-omap, linux-serial, lkml
From: Greg KH <hidden>
Date: 2012-09-05 20:29:56
Also in:
linux-omap, linux-serial, lkml
On Thu, Aug 23, 2012 at 01:32:43PM +0300, Felipe Balbi wrote:
The driver doesn't need to know about its platform_device. Everything the driver needs can be done through the struct device pointer. In case we need to use the OMAP-specific PM function pointers, those can make sure to find the device's platform_device pointer so they can find the struct omap_device through pdev->archdata field. Tested-by: Shubhrajyoti D <redacted> Acked-by: Santosh Shilimkar <redacted> Signed-off-by: Felipe Balbi <redacted> Acked-by: Tony Lindgren <tony@atomide.com>
This series fails when applying to my tty-next branch at this patch :( Care to refresh it, and resend it, with Tony's acks added, so I can apply it? Note, I've already applied the first two. thanks, greg k-h