mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
a832a3e36f
At present the driver-private data is global. To allow this code to be used with driver model, change it to pass the data down to each function. Use the name 'priv' consistently throughout. Also rename max98095_update_bits() to max98095_bic_or() which is more descriptive and shorter, thus breaking fewer lines with the parameter addition. Signed-off-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
max98095.c | ||
max98095.h | ||
samsung-i2s.c | ||
sandbox.c | ||
sound-i2s.c | ||
sound.c | ||
wm8994.c | ||
wm8994.h | ||
wm8994_registers.h |