devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: Drop Jee Heng Sia
@ 2022-12-03 16:21 Krzysztof Kozlowski
  2022-12-03 16:21 ` [PATCH 2/2] ASoC: dt-bindings: Correct Alexandre Belloni email Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-03 16:21 UTC (permalink / raw)
  To: Eugeniy Paltsev, Vinod Koul, Rob Herring, Krzysztof Kozlowski,
	Liam Girdwood, Mark Brown, Alexandre Belloni,
	Daniele Alessandrelli, Paul J. Murphy, dmaengine, devicetree,
	linux-kernel, alsa-devel
  Cc: Krzysztof Kozlowski

Emails to Jee Heng Sia bounce ("550 #5.1.0 Address rejected.").  Add
Keembay platform maintainers as Keembay I2S maintainers.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml    | 1 -
 Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
index 67aa7bb6d36a..ad107a4d3b33 100644
--- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
+++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
@@ -8,7 +8,6 @@ title: Synopsys DesignWare AXI DMA Controller
 
 maintainers:
   - Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
-  - Jee Heng Sia <jee.heng.sia@intel.com>
 
 description:
   Synopsys DesignWare AXI DMA Controller DT Binding
diff --git a/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml b/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml
index 2ac0a4b3cd18..33ab0be036a1 100644
--- a/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml
+++ b/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml
@@ -8,7 +8,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Intel KeemBay I2S
 
 maintainers:
-  - Sia, Jee Heng <jee.heng.sia@intel.com>
+  - Daniele Alessandrelli <daniele.alessandrelli@intel.com>
+  - Paul J. Murphy <paul.j.murphy@intel.com
 
 description: |
  Intel KeemBay I2S
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] ASoC: dt-bindings: Correct Alexandre Belloni email
  2022-12-03 16:21 [PATCH 1/2] dt-bindings: Drop Jee Heng Sia Krzysztof Kozlowski
@ 2022-12-03 16:21 ` Krzysztof Kozlowski
  2022-12-05 13:38 ` [PATCH 1/2] dt-bindings: Drop Jee Heng Sia Mark Brown
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-03 16:21 UTC (permalink / raw)
  To: Eugeniy Paltsev, Vinod Koul, Rob Herring, Krzysztof Kozlowski,
	Liam Girdwood, Mark Brown, Alexandre Belloni,
	Daniele Alessandrelli, Paul J. Murphy, dmaengine, devicetree,
	linux-kernel, alsa-devel
  Cc: Krzysztof Kozlowski

Correct domain name in Alexandre Belloni's email address.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/sound/adi,adau1372.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/adi,adau1372.yaml b/Documentation/devicetree/bindings/sound/adi,adau1372.yaml
index f1ba70723e6a..044bcd370d49 100644
--- a/Documentation/devicetree/bindings/sound/adi,adau1372.yaml
+++ b/Documentation/devicetree/bindings/sound/adi,adau1372.yaml
@@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Analog Devices ADAU1372 CODEC
 
 maintainers:
-  - Alexandre Belloni <alexandre.belloni@bootlin.om>
+  - Alexandre Belloni <alexandre.belloni@bootlin.com>
 
 description: |
   Analog Devices ADAU1372 four inputs and two outputs codec.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] dt-bindings: Drop Jee Heng Sia
  2022-12-03 16:21 [PATCH 1/2] dt-bindings: Drop Jee Heng Sia Krzysztof Kozlowski
  2022-12-03 16:21 ` [PATCH 2/2] ASoC: dt-bindings: Correct Alexandre Belloni email Krzysztof Kozlowski
@ 2022-12-05 13:38 ` Mark Brown
  2022-12-05 16:34 ` Rob Herring
  2022-12-05 17:29 ` (subset) " Mark Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-12-05 13:38 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Eugeniy Paltsev, Vinod Koul, Rob Herring, Krzysztof Kozlowski,
	Liam Girdwood, Alexandre Belloni, Daniele Alessandrelli,
	Paul J. Murphy, dmaengine, devicetree, linux-kernel, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

On Sat, Dec 03, 2022 at 05:21:43PM +0100, Krzysztof Kozlowski wrote:
> Emails to Jee Heng Sia bounce ("550 #5.1.0 Address rejected.").  Add
> Keembay platform maintainers as Keembay I2S maintainers.

Acked-by: Mark Brown <broonie@kernel.org>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] dt-bindings: Drop Jee Heng Sia
  2022-12-03 16:21 [PATCH 1/2] dt-bindings: Drop Jee Heng Sia Krzysztof Kozlowski
  2022-12-03 16:21 ` [PATCH 2/2] ASoC: dt-bindings: Correct Alexandre Belloni email Krzysztof Kozlowski
  2022-12-05 13:38 ` [PATCH 1/2] dt-bindings: Drop Jee Heng Sia Mark Brown
@ 2022-12-05 16:34 ` Rob Herring
  2022-12-05 16:41   ` Krzysztof Kozlowski
  2022-12-05 17:29 ` (subset) " Mark Brown
  3 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2022-12-05 16:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Eugeniy Paltsev, Vinod Koul, Krzysztof Kozlowski, Liam Girdwood,
	Mark Brown, Alexandre Belloni, Daniele Alessandrelli,
	Paul J. Murphy, dmaengine, devicetree, linux-kernel, alsa-devel

On Sat, Dec 03, 2022 at 05:21:43PM +0100, Krzysztof Kozlowski wrote:
> Emails to Jee Heng Sia bounce ("550 #5.1.0 Address rejected.").  Add
> Keembay platform maintainers as Keembay I2S maintainers.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml    | 1 -
>  Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml | 3 ++-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> index 67aa7bb6d36a..ad107a4d3b33 100644
> --- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> +++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
> @@ -8,7 +8,6 @@ title: Synopsys DesignWare AXI DMA Controller
>  
>  maintainers:
>    - Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
> -  - Jee Heng Sia <jee.heng.sia@intel.com>
>  
>  description:
>    Synopsys DesignWare AXI DMA Controller DT Binding
> diff --git a/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml b/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml
> index 2ac0a4b3cd18..33ab0be036a1 100644
> --- a/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml
> +++ b/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml
> @@ -8,7 +8,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>  title: Intel KeemBay I2S
>  
>  maintainers:
> -  - Sia, Jee Heng <jee.heng.sia@intel.com>
> +  - Daniele Alessandrelli <daniele.alessandrelli@intel.com>
> +  - Paul J. Murphy <paul.j.murphy@intel.com

Missing '>'

>  
>  description: |
>   Intel KeemBay I2S
> -- 
> 2.34.1
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] dt-bindings: Drop Jee Heng Sia
  2022-12-05 16:34 ` Rob Herring
@ 2022-12-05 16:41   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-05 16:41 UTC (permalink / raw)
  To: Rob Herring
  Cc: Eugeniy Paltsev, Vinod Koul, Krzysztof Kozlowski, Liam Girdwood,
	Mark Brown, Alexandre Belloni, Daniele Alessandrelli,
	Paul J. Murphy, dmaengine, devicetree, linux-kernel, alsa-devel

On 05/12/2022 17:34, Rob Herring wrote:
> On Sat, Dec 03, 2022 at 05:21:43PM +0100, Krzysztof Kozlowski wrote:
>> Emails to Jee Heng Sia bounce ("550 #5.1.0 Address rejected.").  Add
>> Keembay platform maintainers as Keembay I2S maintainers.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>  Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml    | 1 -
>>  Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml | 3 ++-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
>> index 67aa7bb6d36a..ad107a4d3b33 100644
>> --- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
>> +++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
>> @@ -8,7 +8,6 @@ title: Synopsys DesignWare AXI DMA Controller
>>  
>>  maintainers:
>>    - Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
>> -  - Jee Heng Sia <jee.heng.sia@intel.com>
>>  
>>  description:
>>    Synopsys DesignWare AXI DMA Controller DT Binding
>> diff --git a/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml b/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml
>> index 2ac0a4b3cd18..33ab0be036a1 100644
>> --- a/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml
>> +++ b/Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml
>> @@ -8,7 +8,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>>  title: Intel KeemBay I2S
>>  
>>  maintainers:
>> -  - Sia, Jee Heng <jee.heng.sia@intel.com>
>> +  - Daniele Alessandrelli <daniele.alessandrelli@intel.com>
>> +  - Paul J. Murphy <paul.j.murphy@intel.com
> 
> Missing '>'

Indeed, thanks.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: (subset) [PATCH 1/2] dt-bindings: Drop Jee Heng Sia
  2022-12-03 16:21 [PATCH 1/2] dt-bindings: Drop Jee Heng Sia Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2022-12-05 16:34 ` Rob Herring
@ 2022-12-05 17:29 ` Mark Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-12-05 17:29 UTC (permalink / raw)
  To: linux-kernel, Liam Girdwood, Rob Herring, Eugeniy Paltsev,
	Vinod Koul, dmaengine, alsa-devel, devicetree, Paul J. Murphy,
	Krzysztof Kozlowski, Krzysztof Kozlowski, Alexandre Belloni,
	Daniele Alessandrelli

On Sat, 3 Dec 2022 17:21:43 +0100, Krzysztof Kozlowski wrote:
> Emails to Jee Heng Sia bounce ("550 #5.1.0 Address rejected.").  Add
> Keembay platform maintainers as Keembay I2S maintainers.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[2/2] ASoC: dt-bindings: Correct Alexandre Belloni email
      commit: 1cd7de447cbbc49876f4df3f269b0562b8fe5b2f

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] 6+ messages in thread

end of thread, other threads:[~2022-12-05 17:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-03 16:21 [PATCH 1/2] dt-bindings: Drop Jee Heng Sia Krzysztof Kozlowski
2022-12-03 16:21 ` [PATCH 2/2] ASoC: dt-bindings: Correct Alexandre Belloni email Krzysztof Kozlowski
2022-12-05 13:38 ` [PATCH 1/2] dt-bindings: Drop Jee Heng Sia Mark Brown
2022-12-05 16:34 ` Rob Herring
2022-12-05 16:41   ` Krzysztof Kozlowski
2022-12-05 17:29 ` (subset) " Mark Brown

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).