Commits

Arnd Bergmann committed f88309c6870
ARM: s3c24xx: osiris dvs needs tps65010 The osiris-dvs driver calls functions exported by the tps65010 driver, so we have to ensure that driver is enabled first. Using 'select' here doesn't work all that well, because it requires I2C to be enabled in turn. Signed-off-by: Arnd Bergmann <arnd@arndb.de>