mbox series

[v2,0/5] soc: loongson: Fix some issues about loongson_pm2

Message ID cover.1693474728.git.zhoubinbin@loongson.cn (mailing list archive)
Headers show
Series soc: loongson: Fix some issues about loongson_pm2 | expand

Message

Binbin Zhou Aug. 31, 2023, 11:43 a.m. UTC
Hi all:

Since commit 67694c076bd7 ("soc: loongson2_pm: add power management support"),
the Loongson-2K PM driver was added, some issues have been found and
this patchset is planned to fix these issues.

Specific:
Patch 1: Compilation error found by Randy;
Patch 2/3: Rewriting the ls2k-pmc compatible attribute with fallback
compatible;
Patch 4/5: Add Loongson-2K SoC reboot/shutdown support as part of power
management.

Thanks.

-----
V2:
patch 1:
 - Change "depends on INPUT" to "depends on INPUT=y", because the
   compilation error still exists when "INPUT=m".
patch 2:
  - Use ls2k0500 as the fallback compatible;
  - Add ls2k2000 compatible.
patch 3:
 - Drop ls2k1000 compatible, for ls2k0500 is used as the fallback
   compatible.
patch 4:
  - Drop label;
  - Drop regmap property in syscon-reboot, for it's deprecated;
  - Add missing space.

Link to V1:
https://lore.kernel.org/all/cover.1693218539.git.zhoubinbin@loongson.cn/

Binbin Zhou (5):
  soc: loongson: loongson_pm2: Add dependency for INPUT
  dt-bindings: soc: loongson,ls2k-pmc: Use fallbacks for ls2k-pmc
    compatible
  soc: loongson: loongson_pm2: Drop useless of_device_id compatible
  dt-bindings: soc: loongson,ls2k-pmc: Allow
    syscon-reboot/syscon-poweroff as child
  soc: loongson: loongson_pm2: Populate children syscon nodes

 .../soc/loongson/loongson,ls2k-pmc.yaml       | 43 ++++++++++++++++---
 drivers/soc/loongson/Kconfig                  |  1 +
 drivers/soc/loongson/loongson2_pm.c           |  7 ++-
 3 files changed, 44 insertions(+), 7 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Sept. 26, 2023, 9:03 p.m. UTC | #1
Hello:

This series was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 31 Aug 2023 19:43:10 +0800 you wrote:
> Hi all:
> 
> Since commit 67694c076bd7 ("soc: loongson2_pm: add power management support"),
> the Loongson-2K PM driver was added, some issues have been found and
> this patchset is planned to fix these issues.
> 
> Specific:
> Patch 1: Compilation error found by Randy;
> Patch 2/3: Rewriting the ls2k-pmc compatible attribute with fallback
> compatible;
> Patch 4/5: Add Loongson-2K SoC reboot/shutdown support as part of power
> management.
> 
> [...]

Here is the summary with links:
  - [v2,1/5] soc: loongson: loongson_pm2: Add dependency for INPUT
    https://git.kernel.org/soc/soc/c/9a7c9c7e34ac
  - [v2,2/5] dt-bindings: soc: loongson,ls2k-pmc: Use fallbacks for ls2k-pmc compatible
    https://git.kernel.org/soc/soc/c/8e5f17483ab4
  - [v2,3/5] soc: loongson: loongson_pm2: Drop useless of_device_id compatible
    https://git.kernel.org/soc/soc/c/59598d7ba6a8
  - [v2,4/5] dt-bindings: soc: loongson,ls2k-pmc: Allow syscon-reboot/syscon-poweroff as child
    https://git.kernel.org/soc/soc/c/019d79fe6c3d
  - [v2,5/5] soc: loongson: loongson_pm2: Populate children syscon nodes
    https://git.kernel.org/soc/soc/c/4e7b558e320a

You are awesome, thank you!