]> Git Repo - linux.git/commitdiff
Merge tag 'for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power...
authorLinus Torvalds <[email protected]>
Fri, 8 Mar 2019 17:24:00 +0000 (09:24 -0800)
committerLinus Torvalds <[email protected]>
Fri, 8 Mar 2019 17:24:00 +0000 (09:24 -0800)
Pull power supply and reset updates from Sebastian Reichel:
 "Nothing too fancy in the power-supply subsystem this time. There are
  less patches than usual, since I did not have enough time to review
  them in time. The good news is, that all patches have been in
  linux-next for more than two weeks and there are no complicated
  cross-subsystem patchsets this time!

  Summary:

   - at91-reset: add sam9x60 support

   - sc27xx: improve capacity logic

   - goldfish_battery: enhance driver by adding many new properties

   - isp1704: drop platform data and migrate to gpiod

   - misc small fixes and improvements"

* tag 'for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: (25 commits)
  power: reset: at91-reset: add support for sam9x60 SoC
  dt-bindings: arm: atmel: add new sam9x60 reset controller binding
  dt-bindings: arm: atmel: add missing samx7 to reset controller
  max17042_battery: fix potential use-after-free on device remove
  power: supply: core: Add a field to support battery max voltage
  dt-bindings: power: supply: Add voltage-max-design-microvolt property
  bq27x00: use cached flags
  power: supply: ds2782: fix possible use-after-free on remove
  power: supply: bq25890: show max charge current/voltage as configured
  power: supply: sc27xx: Fix capacity saving function
  power: supply: sc27xx: Fix the incorrect formula when converting capacity to coulomb counter
  power: supply: sc27xx: Add one property to read charge voltage
  dt-bindings: power: sc27xx: Add one IIO channel to read charge voltage
  drivers: power: supply: goldfish_battery: Add support for reading more properties
  power: supply: charger-manager: Fix trivial language typos
  cpcap-charger: generate events for userspace
  power: supply: remove some duplicated includes
  power: twl4030: fix a missing check of return value
  drivers: power: supply: goldfish_battery: Use tabs for alignment
  drivers: power: supply: goldfish_battery: Fix alignment
  ...

1  2 
Documentation/devicetree/bindings/arm/atmel-sysregs.txt

index 3363d9ae4e7436999d4c9bf2e6d6cf0038a672c9,badce6ef3ab3e766f8cab29d25ab414f01f273e3..e61d00e25b9572487231438ec668392d7d46e3fc
@@@ -21,7 -21,8 +21,8 @@@ Its subnodes can be
  
  RSTC Reset Controller required properties:
  - compatible: Should be "atmel,<chip>-rstc".
-   <chip> can be "at91sam9260" or "at91sam9g45" or "sama5d3"
+   <chip> can be "at91sam9260", "at91sam9g45", "sama5d3" or "samx7"
+   it also can be "microchip,sam9x60-rstc"
  - reg: Should contain registers location and length
  - clocks: phandle to input clock.
  
@@@ -147,7 -148,6 +148,7 @@@ required properties
  - compatible: Should be "atmel,<chip>-sfr", "syscon" or
        "atmel,<chip>-sfrbu", "syscon"
    <chip> can be "sama5d3", "sama5d4" or "sama5d2".
 +  It also can be "microchip,sam9x60-sfr", "syscon".
  - reg: Should contain registers location and length
  
        sfr@f0038000 {
This page took 0.070005 seconds and 4 git commands to generate.