u-boot-brain/drivers/power/pmic
Simon Glass a821c4af79 dm: Rename dev_addr..() functions
These support the flat device tree. We want to use the dev_read_..()
prefix for functions that support both flat tree and live tree. So rename
the existing functions to avoid confusion.

In the end we will have:

   1. dev_read_addr...()    - works on devices, supports flat/live tree
   2. devfdt_get_addr...()  - current functions, flat tree only
   3. of_get_address() etc. - new functions, live tree only

All drivers will be written to use 1. That function will in turn call
either 2 or 3 depending on whether the flat or live tree is in use.

Note this involves changing some dead code - the imx_lpi2c.c file.

Signed-off-by: Simon Glass <sjg@chromium.org>
2017-06-01 07:03:01 -06:00
..
act8846.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
as3722.c power: Move as3722 pmic to pmic/ directory 2017-04-30 10:29:49 -04:00
i2c_pmic_emul.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
Kconfig power: rk808: rename to rk8xx 2017-05-10 13:37:22 -06:00
lp873x.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
Makefile power: rk808: rename to rk8xx 2017-05-10 13:37:22 -06:00
max8997.c power: pmic: add the max8997 controller for DM 2017-02-09 14:28:37 +09:00
max8998.c power: pmic: add the max8997 controller for DM 2017-02-09 14:28:37 +09:00
max77686.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
muic_max8997.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
palmas.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pfuze100.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pm8916.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
pmic_hi6553.c power: change from meaningless value to error number 2017-01-11 19:40:14 +09:00
pmic_ltc3676.c power: Add support for LTC3676 PMIC 2014-05-09 14:38:23 +02:00
pmic_max8997.c power: change from meaningless value to error number 2017-01-11 19:40:14 +09:00
pmic_max8998.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
pmic_max77686.c power: change from meaningless value to error number 2017-01-11 19:40:14 +09:00
pmic_max77696.c power: pmic: Add support for MAX77696 PMIC 2015-07-26 12:11:33 +02:00
pmic_mc34vr500.c pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic 2017-01-18 09:28:53 -08:00
pmic_pfuze100.c Add missing part of: "power: pmic: pfuze100 support driver model" 2015-08-14 16:53:02 +02:00
pmic_pfuze3000.c power: pmic: add pfuze3000 support 2015-09-02 15:31:33 +02:00
pmic_tps62362.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
pmic_tps65217.c drivers/power/pmic: Add tps65217 driver 2013-09-20 11:01:26 -04:00
pmic_tps65218.c power: pmic: tps65218: Fix tps65218_voltage_update function 2017-05-29 17:28:52 +09:00
pmic_tps65910.c drivers/power/pmic: Add tps65910 driver 2013-09-20 11:01:26 -04:00
pmic-uclass.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
rk8xx.c power: rk808: rename to rk8xx 2017-05-10 13:37:22 -06:00
rn5t567.c power: pmic: add Ricoh RN5T567 PMIC support 2016-10-07 12:26:15 +02:00
s2mps11.c dm: pmic: add s2mps11 PMIC I/O driver 2015-11-02 10:38:00 +09:00
s5m8767.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
sandbox.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
tps65090.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00