Home | History | Annotate | Download | only in fdt
History log of /src/sys/dev/fdt/fixedregulator.c
RevisionDateAuthorComments
 1.10  27-Jan-2021  thorpej Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.9  17-Jan-2021  jmcneill trailing whitespace
 1.8  23-May-2019  jmcneill branches: 1.8.10;
Revert previous
 1.7  23-May-2019  jmcneill Honour the polarity of the pin xref
 1.6  28-Jan-2018  jmcneill branches: 1.6.4;
Allow set_voltage/get_voltage to succeed on a fixed regulator so long as
the requested range overlaps with the fixed rate defined in the devicetree.
 1.5  24-Apr-2017  jmcneill branches: 1.5.10;
Defer acquiring the gpio until first use.
 1.4  15-Jun-2016  jmcneill branches: 1.4.2;
If either "regulator-boot-on" or "regulator-always-on" properties are true,
explicitly enable the regulator at attach time. In addition, if the
"startup-delay-us" property is present, delay after enabling the regulator.
 1.3  22-Dec-2015  jmcneill branches: 1.3.2;
Add fdtbus_gpio_{read,write}_raw, which tells the controller not to take
polarity into account. Tegra GPIO pin data includes pin polarity, but so
does a regulator-fixed node, so the end result was that the enable value
was being swapped twice. Change fregulator to use the raw APIs, and adapt
Tegra and Exynos GPIO drivers to support this flag.
 1.2  16-Dec-2015  jmcneill Use of_getprop_bool/of_getprop_uint32
 1.1  13-Dec-2015  jmcneill Add a framework for enumerating devices using a Flattened Device Tree (FDT).
 1.3.2.4  28-Aug-2017  skrll Sync with HEAD
 1.3.2.3  09-Jul-2016  skrll Sync with HEAD
 1.3.2.2  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.3.2.1  22-Dec-2015  skrll file fixedregulator.c was added on branch nick-nhusb on 2015-12-27 12:09:49 +0000
 1.4.2.1  26-Apr-2017  pgoyette Sync with HEAD
 1.5.10.2  03-Dec-2017  jdolecek update from HEAD
 1.5.10.1  24-Apr-2017  jdolecek file fixedregulator.c was added on branch tls-maxphys on 2017-12-03 11:37:01 +0000
 1.6.4.1  10-Jun-2019  christos Sync with HEAD
 1.8.10.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed