regulator: tps65090: move to device tree based probing
authorOlof Johansson <olofj@chromium.org>
Sun, 27 May 2012 00:12:20 +0000 (17:12 -0700)
committerOlof Johansson <olofj@chromium.org>
Wed, 20 Jun 2012 19:03:35 +0000 (12:03 -0700)
commit051f028832f6946f96d306d9ea9290a8466b0962
tree15a8f44a86dccaafa9774eae60e1dfa8643e3973
parent7cc93240bf9cab1abd49f8abf354591e4be9772e
regulator: tps65090: move to device tree based probing

Move away from the platform device probing to a model that only uses device-tree.

There were no in-tree users of the old configuration method, and all known platforms
where this device is in use are ARM platforms that are enabled for device tree,
which makes this a good target for this conversion.

BUG=chrome-os-partner:9776
TEST=build, boot, see graphics on console

Change-Id: I1fc85512ba5757ae7ec598781ea3da5d4adacace
Signed-off-by: Olof Johansson <olofj@chromium.org>
Reviewed-on: https://gerrit-int.chromium.org/18607
Reviewed-by: Doug Anderson <dianders@google.com>
Commit-Ready: Olof Johansson <olofj@google.com>
Tested-by: Olof Johansson <olofj@google.com>
drivers/regulator/Kconfig
drivers/regulator/tps65090-regulator.c
include/linux/regulator/tps65090-regulator.h [deleted file]