]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: efuse: change to use dev_read_addr_ptr
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 12 Sep 2017 15:32:26 +0000 (17:32 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 18 Sep 2017 18:40:37 +0000 (20:40 +0200)
commit5a7af64cd9369d48ae15a9797ddb3ec88394656f
tree4f27020e84c59dec64a20a6823f3bbbd6a988454
parentf19c3f8bb474224c7e22defbaab966a0088b4728
rockchip: efuse: change to use dev_read_addr_ptr

With the dev_read_addr_ptr function available, we can change the
efuse driver to use it (and eliminate the explicit type-cast).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/misc/rockchip-efuse.c