commit | e753345bec8fef81d1e87710917f89dc75f39b2a | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@ti.com> | Tue Jul 10 11:13:16 2012 -0700 |
committer | Kevin Hilman <khilman@ti.com> | Wed Sep 12 10:51:49 2012 -0700 |
tree | 16ea644456b7caf76baf9bae2fb9c9228778a2cb | |
parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee [diff] |
ARM: OMAP: omap_device: keep track of driver bound status Use the bus notifier to keep track of driver bound status by adding a new internal field to struct omap_device: _driver_status. This will be useful for follow-up patches which need to know whether or not a driver is bound in order to make intelligent omap_device enable/idle decisions. Reviewed-by: Paul Walmsley <paul@pwsan.com> Signed-off-by: Kevin Hilman <khilman@ti.com>