Message ID | 20220615163408.30154-1-ansuelsmth@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | [1/3] dt-bindings: clock: add pcm reset for ipq806x lcc | expand |
On 15/06/2022 09:34, Christian 'Ansuel' Marangi wrote: > Add pcm reset define for ipq806x lcc. > > Signed-off-by: Christian 'Ansuel' Marangi <ansuelsmth@gmail.com> To prevent any confusion about identities (we have strict rules about these), I need to ask - who uses this email address? https://lore.kernel.org/all/?q=ansuelsmth%40gmail.com Best regards, Krzysztof
On 15/06/2022 09:53, Ansuel Smith wrote: > On Wed, Jun 15, 2022 at 10:43:10AM -0700, Krzysztof Kozlowski wrote: >> On 15/06/2022 09:34, Christian 'Ansuel' Marangi wrote: >>> Add pcm reset define for ipq806x lcc. >>> >>> Signed-off-by: Christian 'Ansuel' Marangi <ansuelsmth@gmail.com> >> To prevent any confusion about identities (we have strict rules about >> these), I need to ask - who uses this email address? >> >> https://lore.kernel.org/all/?q=ansuelsmth%40gmail.com >> >> Best regards, >> Krzysztof > > Same person. Started using extended name, wanted to do this change from > a long time but all the patch were already pushed so I couldn't change > it since they were already proposed and on the various mailing list. Previously "Ansuel Smith" was used entirely, without any parts of this name. Here 'Ansuel' appears in quotes, which usually is used for nicknames. Is "Ansuel Smith" your real name or a nickname? What do you mean by "extended name"? Best regards, Krzysztof
Quoting Ansuel Smith (2022-06-15 10:04:40) > > Ansuel is second name. Smith is not real... (sorry) > So with extendend name I mean full name + second name that is > Christian Ansuel Marangi. > > Honestly it's a very stupid mistake by me not using the full name from > the start. Please send a patch to the .mailmap file to fix up the name.
diff --git a/include/dt-bindings/clock/qcom,lcc-ipq806x.h b/include/dt-bindings/clock/qcom,lcc-ipq806x.h index 25b92bbf0ab4..e0fb4acf4ba8 100644 --- a/include/dt-bindings/clock/qcom,lcc-ipq806x.h +++ b/include/dt-bindings/clock/qcom,lcc-ipq806x.h @@ -19,4 +19,6 @@ #define SPDIF_CLK 10 #define AHBIX_CLK 11 +#define LCC_PCM_RESET 0 + #endif
Add pcm reset define for ipq806x lcc. Signed-off-by: Christian 'Ansuel' Marangi <ansuelsmth@gmail.com> --- include/dt-bindings/clock/qcom,lcc-ipq806x.h | 2 ++ 1 file changed, 2 insertions(+)