<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/Documentation/devicetree/bindings/power_supply, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/Documentation/devicetree/bindings/power_supply?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/Documentation/devicetree/bindings/power_supply?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2017-06-14T20:10:26Z</updated>
<entry>
<title>dt-bindings: power: supply: move maxim,max14656.txt to proper location</title>
<updated>2017-06-14T20:10:26Z</updated>
<author>
<name>Sebastian Reichel</name>
<email>sre@kernel.org</email>
</author>
<published>2017-06-08T21:36:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a9b819f5fb33132253374e69b9a94a79603a0b24'/>
<id>urn:sha1:a9b819f5fb33132253374e69b9a94a79603a0b24</id>
<content type='text'>
This moves maxim,max14656.txt to proper location for
power-supply bindings.

Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>dt-bindings: power: supply: Add max14656_charger_detector</title>
<updated>2017-01-16T22:02:52Z</updated>
<author>
<name>Alexander Kurz</name>
<email>akurz@blala.de</email>
</author>
<published>2016-10-19T16:04:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=0f36ba6185b13e32c2243e8e6cbd1e82801b5aa5'/>
<id>urn:sha1:0f36ba6185b13e32c2243e8e6cbd1e82801b5aa5</id>
<content type='text'>
Signed-off-by: Alexander Kurz &lt;akurz@blala.de&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>power/supply: unify DT documentation</title>
<updated>2016-08-10T23:11:29Z</updated>
<author>
<name>Sebastian Reichel</name>
<email>sre@kernel.org</email>
</author>
<published>2016-06-17T12:12:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f3332532463fef7d56507c08b33993db398d7a91'/>
<id>urn:sha1:f3332532463fef7d56507c08b33993db398d7a91</id>
<content type='text'>
Currently the power supply device tree documentation is spread
in .../bindings/power_supply and .../bindings/power. This
unifies the files for chargers and battery fuel gauges in
.../bindings/power/supply and the ones for system reset/shutdown
in .../bindings/power/reset (same structure as used for the
drivers itself).

Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>power: axp20x_usb: Add support for usb power-supply on axp22x pmics</title>
<updated>2016-06-10T01:31:27Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2016-06-02T17:18:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=cecbf8d52e6c7f16d954091be9283b928199ed92'/>
<id>urn:sha1:cecbf8d52e6c7f16d954091be9283b928199ed92</id>
<content type='text'>
The usb power-supply on the axp22x pmics is mostly identical to the
one on the axp20x pmics. One significant difference is that it cannot
measure / monitor the usb voltage / current.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>power: bq24735-charger: document 'ti,external-control' option</title>
<updated>2016-02-15T05:35:34Z</updated>
<author>
<name>Jonathan Tinkham</name>
<email>sctincman@gmail.com</email>
</author>
<published>2016-02-03T06:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a60da83fd8949ebd6000e2d4b2876a899e38612b'/>
<id>urn:sha1:a60da83fd8949ebd6000e2d4b2876a899e38612b</id>
<content type='text'>
Implement an 'external-control' option for when the charger
shouldn't be configured by the kernel.

Signed-off-by: Jonathan Tinkham &lt;sctincman@gmail.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>devicetree: Add TPS65217 charger binding.</title>
<updated>2015-09-24T20:43:13Z</updated>
<author>
<name>Enric Balletbo i Serra</name>
<email>eballetbo@gmail.com</email>
</author>
<published>2015-09-24T19:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8e97a88c5b5864004ec5e87e7088dba7dcf79fdc'/>
<id>urn:sha1:8e97a88c5b5864004ec5e87e7088dba7dcf79fdc</id>
<content type='text'>
The TPS65217 charger is a subnode of the TPS65217 MFD.

Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>dt-binding: power: Add Qualcomm SMBB binding</title>
<updated>2015-09-22T11:35:30Z</updated>
<author>
<name>Courtney Cavin</name>
<email>courtney.cavin@sonymobile.com</email>
</author>
<published>2015-07-30T17:53:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=43fde00b264e261d18a273751c48912b02f66245'/>
<id>urn:sha1:43fde00b264e261d18a273751c48912b02f66245</id>
<content type='text'>
Add the Qualcomm Switch-Mode Battery Charger and Boost device tree
binding.

Signed-off-by: Courtney Cavin &lt;courtney.cavin@sonymobile.com&gt;
Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@sonymobile.com&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>ARM: dts: Add binding documentation for AXP20x pmic usb power supply</title>
<updated>2015-09-22T11:35:16Z</updated>
<author>
<name>Hans de Goede</name>
<email>hdegoede@redhat.com</email>
</author>
<published>2015-08-01T08:39:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=264905209a58779566a1d80c96110eea69b09440'/>
<id>urn:sha1:264905209a58779566a1d80c96110eea69b09440</id>
<content type='text'>
Add binding documentation for the usb power supply part of the AXP20x pmic.

Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>power_supply: max17042: Add OF support for setting thresholds</title>
<updated>2015-06-10T14:14:03Z</updated>
<author>
<name>Krzysztof Kozlowski</name>
<email>k.kozlowski@samsung.com</email>
</author>
<published>2015-06-08T01:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a6e6b63ee2798f18e0e786feb407cc7846077ea3'/>
<id>urn:sha1:a6e6b63ee2798f18e0e786feb407cc7846077ea3</id>
<content type='text'>
The commit edd4ab055931 ("power: max17042_battery: add HEALTH and TEMP_*
properties support") added support for setting voltage and temperature
thresholds with platform data. For DeviceTree default of 0 was always
used.

This caused reporting battery health always as over voltage or
over heated.

Signed-off-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;
Fixes: edd4ab055931 ("power: max17042_battery: add HEALTH and TEMP_* properties support")
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
<entry>
<title>power: reset: imx-snvs-poweroff: add power off driver for i.mx6</title>
<updated>2014-11-17T02:07:08Z</updated>
<author>
<name>Robin Gong</name>
<email>b38343@freescale.com</email>
</author>
<published>2014-09-26T03:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b8e64eea41ea71b58e61e35ee347464efd60ca21'/>
<id>urn:sha1:b8e64eea41ea71b58e61e35ee347464efd60ca21</id>
<content type='text'>
This driver register pm_power_off with snvs power off function. If
your boards NOT use PMIC_ON_REQ to turn on/off external pmic, or use
other pin to do, please disable the driver in dts, otherwise, your
pm_power_off maybe overwrote by this driver.

Signed-off-by: Robin Gong &lt;b38343@freescale.com&gt;
Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;
</content>
</entry>
</feed>
