mbox series

[0/3] Read mmc "power-domains" id from DT and use for firmware calls

Message ID 20220930092548.18453-1-ashok.reddy.soma@amd.com
Headers show
Series Read mmc "power-domains" id from DT and use for firmware calls | expand

Message

Ashok Reddy Soma Sept. 30, 2022, 9:25 a.m. UTC
In this patch series
- Existing node_id is u8, change it to u32 to accommodate Versal node_id
- Read "power-domains" id from DT and use in all firmware calls in place
  of node_id.
- Remove static values of node_id which are set based on "device_id"
- Remove "xlnx,device_id" from all dts files


Ashok Reddy Soma (3):
  mmc: zynq_sdhci: Change node_id prototype to u32
  mmc: zynq_sdhci: Read power-domains id from DT and use
  arm64: dts: Remove unused property device_id

 arch/arm/dts/versal-mini-emmc0.dts |  1 -
 arch/arm/dts/versal-mini-emmc1.dts |  1 -
 arch/arm/dts/zynqmp-mini-emmc0.dts |  1 -
 arch/arm/dts/zynqmp-mini-emmc1.dts |  1 -
 arch/arm/dts/zynqmp.dtsi           |  2 --
 drivers/mmc/zynq_sdhci.c           | 53 +++++++++++++++---------------
 6 files changed, 27 insertions(+), 32 deletions(-)

Comments

Michal Simek Oct. 4, 2022, 12:42 p.m. UTC | #1
On 9/30/22 11:25, Ashok Reddy Soma wrote:
> In this patch series
> - Existing node_id is u8, change it to u32 to accommodate Versal node_id
> - Read "power-domains" id from DT and use in all firmware calls in place
>    of node_id.
> - Remove static values of node_id which are set based on "device_id"
> - Remove "xlnx,device_id" from all dts files
> 
> 
> Ashok Reddy Soma (3):
>    mmc: zynq_sdhci: Change node_id prototype to u32
>    mmc: zynq_sdhci: Read power-domains id from DT and use
>    arm64: dts: Remove unused property device_id
> 
>   arch/arm/dts/versal-mini-emmc0.dts |  1 -
>   arch/arm/dts/versal-mini-emmc1.dts |  1 -
>   arch/arm/dts/zynqmp-mini-emmc0.dts |  1 -
>   arch/arm/dts/zynqmp-mini-emmc1.dts |  1 -
>   arch/arm/dts/zynqmp.dtsi           |  2 --
>   drivers/mmc/zynq_sdhci.c           | 53 +++++++++++++++---------------
>   6 files changed, 27 insertions(+), 32 deletions(-)
> 

Applied.
M