* [PATCH v2] ASoC: dt-bindings: Update maintainer email id
@ 2023-07-07 7:43 Rohit kumar
2023-07-11 21:21 ` Mark Brown
2023-07-12 9:18 ` Geert Uytterhoeven
0 siblings, 2 replies; 4+ messages in thread
From: Rohit kumar @ 2023-07-07 7:43 UTC (permalink / raw)
To: lgirdwood, broonie, robh+dt, krzysztof.kozlowski+dt, conor+dt,
srinivas.kandagatla, bgoswami, agross, andersson, konrad.dybcio,
quic_rohkumar, cychiang, alsa-devel, devicetree, linux-kernel,
linux-arm-msm
Cc: Krzysztof Kozlowski
Updated my mail id to latest quicinc id.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Rohit kumar <quic_rohkumar@quicinc.com>
---
v2: Updated commit header
.../devicetree/bindings/sound/google,sc7180-trogdor.yaml | 2 +-
Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml b/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml
index 666a95ac22c8..ba5b7728cf33 100644
--- a/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml
+++ b/Documentation/devicetree/bindings/sound/google,sc7180-trogdor.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Google SC7180-Trogdor ASoC sound card driver
maintainers:
- - Rohit kumar <rohitkr@codeaurora.org>
+ - Rohit kumar <quic_rohkumar@quicinc.com>
- Cheng-Yi Chiang <cychiang@chromium.org>
description:
diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
index 6cc8f86c7531..3a559bd07a79 100644
--- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
+++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
@@ -8,7 +8,7 @@ title: Qualcomm Technologies Inc. LPASS CPU dai driver
maintainers:
- Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
- - Rohit kumar <rohitkr@codeaurora.org>
+ - Rohit kumar <quic_rohkumar@quicinc.com>
description: |
Qualcomm Technologies Inc. SOC Low-Power Audio SubSystem (LPASS) that consist
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] ASoC: dt-bindings: Update maintainer email id
2023-07-07 7:43 [PATCH v2] ASoC: dt-bindings: Update maintainer email id Rohit kumar
@ 2023-07-11 21:21 ` Mark Brown
2023-07-12 9:18 ` Geert Uytterhoeven
1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-07-11 21:21 UTC (permalink / raw)
To: lgirdwood, robh+dt, krzysztof.kozlowski+dt, conor+dt,
srinivas.kandagatla, bgoswami, agross, andersson, konrad.dybcio,
cychiang, alsa-devel, devicetree, linux-kernel, linux-arm-msm,
Rohit kumar
Cc: Krzysztof Kozlowski
On Fri, 07 Jul 2023 13:13:36 +0530, Rohit kumar wrote:
> Updated my mail id to latest quicinc id.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: dt-bindings: Update maintainer email id
commit: a1ff5802da3806e916de100130a7850b3f80c377
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] ASoC: dt-bindings: Update maintainer email id
2023-07-07 7:43 [PATCH v2] ASoC: dt-bindings: Update maintainer email id Rohit kumar
2023-07-11 21:21 ` Mark Brown
@ 2023-07-12 9:18 ` Geert Uytterhoeven
2023-07-12 10:47 ` Rohit Kumar
1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-07-12 9:18 UTC (permalink / raw)
To: Rohit kumar
Cc: lgirdwood, broonie, robh+dt, krzysztof.kozlowski+dt, conor+dt,
srinivas.kandagatla, bgoswami, agross, andersson, konrad.dybcio,
cychiang, alsa-devel, devicetree, linux-kernel, linux-arm-msm,
Krzysztof Kozlowski
Hi Rohit,
Thanks for your patch!
On Fri, Jul 7, 2023 at 9:49 AM Rohit kumar <quic_rohkumar@quicinc.com> wrote:
> [PATCH v2] ASoC: dt-bindings: Update maintainer email id
Thank you for stepping forward to become a maintainer for all ASoC
DT bindings ;-)
> Updated my mail id to latest quicinc id.
>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Rohit kumar <quic_rohkumar@quicinc.com>
> ---
> v2: Updated commit header
>
> .../devicetree/bindings/sound/google,sc7180-trogdor.yaml | 2 +-
> Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml | 2 +-
Oh wait, this is not for all of ASoC...
Please use one-line summaries that reflect the actual changes.
Thanks!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] ASoC: dt-bindings: Update maintainer email id
2023-07-12 9:18 ` Geert Uytterhoeven
@ 2023-07-12 10:47 ` Rohit Kumar
0 siblings, 0 replies; 4+ messages in thread
From: Rohit Kumar @ 2023-07-12 10:47 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: lgirdwood, broonie, robh+dt, krzysztof.kozlowski+dt, conor+dt,
srinivas.kandagatla, bgoswami, agross, andersson, konrad.dybcio,
cychiang, alsa-devel, devicetree, linux-kernel, linux-arm-msm,
Krzysztof Kozlowski
On 7/12/2023 2:48 PM, Geert Uytterhoeven wrote:
> Hi Rohit,
>
> Thanks for your patch!
>
> On Fri, Jul 7, 2023 at 9:49 AM Rohit kumar <quic_rohkumar@quicinc.com> wrote:
>> [PATCH v2] ASoC: dt-bindings: Update maintainer email id
> Thank you for stepping forward to become a maintainer for all ASoC
> DT bindings ;-)
>
>> Updated my mail id to latest quicinc id.
>>
>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> Signed-off-by: Rohit kumar <quic_rohkumar@quicinc.com>
>> ---
>> v2: Updated commit header
>>
>> .../devicetree/bindings/sound/google,sc7180-trogdor.yaml | 2 +-
>> Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml | 2 +-
> Oh wait, this is not for all of ASoC...
>
> Please use one-line summaries that reflect the actual changes.
> Thanks!
Sorry, Looks like change is already applied. I will take care of it from
next time.
Thanks,
Rohit
>
> Gr{oetje,eeting}s,
>
> Geert
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-07-12 10:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-07 7:43 [PATCH v2] ASoC: dt-bindings: Update maintainer email id Rohit kumar
2023-07-11 21:21 ` Mark Brown
2023-07-12 9:18 ` Geert Uytterhoeven
2023-07-12 10:47 ` Rohit Kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).