[U-Boot] [PATCH v2 07/80] dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
sjg at chromium.org
Tue Apr 7 20:40:03 CEST 2015
On 25 March 2015 at 12:21, Simon Glass <sjg at chromium.org> wrote:
> The existing get_get_of_data() function provides access to both the driver's
> compatible string and its driver data. However only the latter is actually
> useful. Update the interface to reflect this and fix up existing users.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> drivers/core/device.c | 4 ++--
> drivers/core/lists.c | 2 +-
> drivers/i2c/s3c24x0_i2c.c | 2 +-
> drivers/i2c/tegra_i2c.c | 6 +++---
> include/dm/device.h | 16 +++++++++++-----
> 5 files changed, 18 insertions(+), 12 deletions(-)
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list