RE: [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32

2022-10-12 Thread Soma, Ashok Reddy
krishna.potth...@amd.com; > shravya.kumb...@amd.com > Subject: RE: [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32 > > Hi, > > > -Original Message- > > From: Soma, Ashok Reddy [mailto:ashok.reddy.s...@amd.com] > > Sent: Wednesday, October 12, 2022 3:27 PM &

RE: [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32

2022-10-12 Thread 정재훈
Kumar ; Mehta, Piyush ; > lakshmi.sai.krishna.potth...@amd.com; shravya.kumb...@amd.com > Subject: RE: [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32 > > Hi Jaehoon, > > >-Original Message- > >From: Jaehoon Chung > >Sent: Friday, October 7, 2022 6:16 PM

RE: [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32

2022-10-12 Thread Soma, Ashok Reddy
shna.potth...@amd.com; >shravya.kumb...@amd.com >Subject: Re: [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32 > > > >On 9/30/22 18:25, Ashok Reddy Soma wrote: >> In Versal platform power domain node_id is bigger than u8, hence >> change prototype to u32 t

Re: [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32

2022-10-07 Thread Jaehoon Chung
On 9/30/22 18:25, Ashok Reddy Soma wrote: > In Versal platform power domain node_id is bigger than u8, hence > change prototype to u32 to accommodate. Change u8 to u32 in the function > prototypes that use node_id and remove casting to u32 from > xilinx_pm_request() call parameters. > >

[PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32

2022-09-30 Thread Ashok Reddy Soma
In Versal platform power domain node_id is bigger than u8, hence change prototype to u32 to accommodate. Change u8 to u32 in the function prototypes that use node_id and remove casting to u32 from xilinx_pm_request() call parameters. Signed-off-by: Ashok Reddy Soma --- drivers/mmc/zynq_sdhci.c