
14 Dec
2018
14 Dec
'18
4:35 p.m.
Move the existing hardware drivers over to use driver model.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Correct conversion for pit - Use void * for i2c and sound data
arch/arm/dts/exynos5250-smdk5250.dts | 1 + arch/arm/dts/exynos5420-smdk5420.dts | 1 + drivers/sound/Makefile | 6 +- drivers/sound/max98095.c | 59 +++++++++++++- drivers/sound/samsung-i2s.c | 111 +++++++++++++++++++++++---- drivers/sound/samsung_sound.c | 101 ++++++++++++++++++++++++ drivers/sound/wm8994.c | 53 ++++++++++++- 7 files changed, 316 insertions(+), 16 deletions(-) create mode 100644 drivers/sound/samsung_sound.c
Applied to u-boot-dm/master