[PATCH 0/3] Add support for assigned-performance-states for geni i2c driver

2020-12-24 Thread Roja Rani Yarubandi
Roja Rani Yarubandi (3): dt-bindings: power: Introduce 'assigned-performance-states' property arm64: dts: sc7180: Add assigned-performance-states for i2c i2c: i2c-qcom-geni: Add support for 'assigned-performance-states' .../bindings/power/power-domain.yaml | 49 +++

[PATCH 0/3] Add support for assigned-performance-states

2020-08-04 Thread Rajendra Nayak
Some devics within power-domains with performance states do not support DVFS, but still need to vote on a default/static state while they are active. Add support for a new device tree property which the clients can use to specify this and add support in kernel to parse this value and vote. Rajendr