[PATCH 0/2] Add cap-aggressive-pm support

Shawn Lin posted 2 patches 1 month, 3 weeks ago
Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml | 5 +++++
drivers/mmc/core/host.c                                          | 2 ++
2 files changed, 7 insertions(+)
[PATCH 0/2] Add cap-aggressive-pm support
Posted by Shawn Lin 1 month, 3 weeks ago
Aggressive power-management is now all-or-nothing set by host drivers.
This should be board-specific, add a new dt property to support adding
it via firmware;



Shawn Lin (2):
  dt-bindings: mmc: Add cap-aggressive-pm property
  mmc: core: Parse property for aggressive power management

 Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml | 5 +++++
 drivers/mmc/core/host.c                                          | 2 ++
 2 files changed, 7 insertions(+)

-- 
2.7.4
Re: [PATCH 0/2] Add cap-aggressive-pm support
Posted by Shawn Lin 1 month, 3 weeks ago
在 2026/04/21 星期二 10:46, Shawn Lin 写道:
> Aggressive power-management is now all-or-nothing set by host drivers.
> This should be board-specific, add a new dt property to support adding
> it via firmware;
> 

Nak myslef.  I forgot we could set it via debugfs now. Sorry for
the noise.

> 
> 
> Shawn Lin (2):
>    dt-bindings: mmc: Add cap-aggressive-pm property
>    mmc: core: Parse property for aggressive power management
> 
>   Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml | 5 +++++
>   drivers/mmc/core/host.c                                          | 2 ++
>   2 files changed, 7 insertions(+)
>