
7 Apr
2015
7 Apr
'15
8:40 p.m.
On 25 March 2015 at 12:21, Simon Glass sjg@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@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.