[U-Boot] [PATCH v2 10/22] dm: sound: Add conversion to driver model

sjg at google.com sjg at google.com
Fri Dec 14 15:35:57 UTC 2018


Move the existing hardware drivers over to use driver model.

Signed-off-by: Simon Glass <sjg at 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


More information about the U-Boot mailing list