2022-03-31 00:04:05

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH] soc/tegra: pmc: update Tegra234 reset sources

On Wed, Mar 30, 2022 at 12:06:35PM +0530, Sandipan Patra wrote:
> Reset_sources list is updated to add all reset sources
> and removing ones that do not actually exist.

...

> + "SYS_RESET_N", /*0*/

Missed spaces in the comment here and everywhere else.

Not sure about indices. If it's going to be a part of the hardware programming
interface it may make sense to use hexadecimal rather than decimal.

--
With Best Regards,
Andy Shevchenko



2022-04-01 14:13:49

by Sandipan Patra

[permalink] [raw]
Subject: RE: [PATCH] soc/tegra: pmc: update Tegra234 reset sources

Thanks Andy for reviewing the patch.


> -----Original Message-----
> From: Andy Shevchenko <[email protected]>
> Sent: Wednesday, March 30, 2022 2:46 PM
> To: Sandipan Patra <[email protected]>
> Cc: Thierry Reding <[email protected]>; Jonathan Hunter
> <[email protected]>; [email protected]; [email protected];
> [email protected]; Bibek Basu <[email protected]>; linux-
> [email protected]; [email protected]
> Subject: Re: [PATCH] soc/tegra: pmc: update Tegra234 reset sources
>
> External email: Use caution opening links or attachments
>
>
> On Wed, Mar 30, 2022 at 12:06:35PM +0530, Sandipan Patra wrote:
> > Reset_sources list is updated to add all reset sources and removing
> > ones that do not actually exist.
>
> ...
>
> > + "SYS_RESET_N", /*0*/
>
> Missed spaces in the comment here and everywhere else.
ACK
>
> Not sure about indices. If it's going to be a part of the hardware
> programming interface it may make sense to use hexadecimal rather than
> decimal.
Agree. That's a better suggestion for readability too, I will modify it to have hexadecimal in next patch.


Thanks & Regards,
Sandipan
>
> --
> With Best Regards,
> Andy Shevchenko
>