All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] rename tas2764 to tas27xx
@ 2022-04-12  7:06 Raphael-Xu
  2022-04-12  7:06 ` [PATCH v2 2/2] update to support either TAS2764 or TAS2780 Raphael-Xu
  2022-04-12 11:34 ` [PATCH v2 1/2] rename tas2764 to tas27xx Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Raphael-Xu @ 2022-04-12  7:06 UTC (permalink / raw)
  To: broonie, robh; +Cc: navada, alsa-devel, shenghao-ding, raphael-xu, Raphael-Xu

rename tas2764.yaml to tas27xx.yaml

Signed-off-by: Raphael-Xu <13691752556@139.com>
---
 .../devicetree/bindings/sound/{tas2764.yaml => tas27xx.yaml}      | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/sound/{tas2764.yaml => tas27xx.yaml} (100%)

diff --git a/Documentation/devicetree/bindings/sound/tas2764.yaml b/Documentation/devicetree/bindings/sound/tas27xx.yaml
similarity index 100%
rename from Documentation/devicetree/bindings/sound/tas2764.yaml
rename to Documentation/devicetree/bindings/sound/tas27xx.yaml
-- 
2.35.1



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

* [PATCH v2 2/2] update to support either TAS2764 or TAS2780
  2022-04-12  7:06 [PATCH v2 1/2] rename tas2764 to tas27xx Raphael-Xu
@ 2022-04-12  7:06 ` Raphael-Xu
  2022-04-12 11:34 ` [PATCH v2 1/2] rename tas2764 to tas27xx Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Raphael-Xu @ 2022-04-12  7:06 UTC (permalink / raw)
  To: broonie, robh; +Cc: navada, alsa-devel, shenghao-ding, raphael-xu, Raphael-Xu

update tas27xx.yaml to support either TAS2764 or TAS2780

Signed-off-by: Raphael-Xu <13691752556@139.com>
---
 .../devicetree/bindings/sound/tas27xx.yaml      | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/tas27xx.yaml b/Documentation/devicetree/bindings/sound/tas27xx.yaml
index 5bf8c76ecda1..66a0df8850ea 100644
--- a/Documentation/devicetree/bindings/sound/tas27xx.yaml
+++ b/Documentation/devicetree/bindings/sound/tas27xx.yaml
@@ -1,25 +1,26 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
-# Copyright (C) 2020 Texas Instruments Incorporated
+# Copyright (C) 2020-2022 Texas Instruments Incorporated
 %YAML 1.2
 ---
-$id: "http://devicetree.org/schemas/sound/tas2764.yaml#"
+$id: "http://devicetree.org/schemas/sound/tas27xx.yaml#"
 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
 
-title: Texas Instruments TAS2764 Smart PA
+title: Texas Instruments TAS2764/TAS2780 Smart PA
 
 maintainers:
-  - Dan Murphy <dmurphy@ti.com>
+  - Shenghao Ding <shenghao-ding@ti.com>
 
 description: |
-  The TAS2764 is a mono, digital input Class-D audio amplifier optimized for
-  efficiently driving high peak power into small loudspeakers.
-  Integrated speaker voltage and current sense provides for
-  real time monitoring of loudspeaker behavior.
+  The TAS2764/TAS2780 is a mono, digital input Class-D audio amplifier
+  optimized for efficiently driving high peak power into small
+  loudspeakers. Integrated speaker voltage and current sense provides
+  for real time monitoring of loudspeaker behavior.
 
 properties:
   compatible:
     enum:
       - ti,tas2764
+      - ti,tas2780
 
   reg:
     maxItems: 1
-- 
2.35.1



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

* Re: [PATCH v2 1/2] rename tas2764 to tas27xx
  2022-04-12  7:06 [PATCH v2 1/2] rename tas2764 to tas27xx Raphael-Xu
  2022-04-12  7:06 ` [PATCH v2 2/2] update to support either TAS2764 or TAS2780 Raphael-Xu
@ 2022-04-12 11:34 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-04-12 11:34 UTC (permalink / raw)
  To: Raphael-Xu; +Cc: navada, robh, alsa-devel, shenghao-ding, raphael-xu

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

On Tue, Apr 12, 2022 at 03:06:20PM +0800, Raphael-Xu wrote:
> rename tas2764.yaml to tas27xx.yaml
> 
> Signed-off-by: Raphael-Xu <13691752556@139.com>

Please do not submit new versions of already applied patches, please
submit incremental updates to the existing code.  Modifying existing
commits creates problems for other users building on top of those
commits so it's best practice to only change pubished git commits if
absolutely essential.

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

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

end of thread, other threads:[~2022-04-12 11:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12  7:06 [PATCH v2 1/2] rename tas2764 to tas27xx Raphael-Xu
2022-04-12  7:06 ` [PATCH v2 2/2] update to support either TAS2764 or TAS2780 Raphael-Xu
2022-04-12 11:34 ` [PATCH v2 1/2] rename tas2764 to tas27xx Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.