linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio'
@ 2020-08-26 18:48 Rob Herring
  2020-08-26 18:48 ` [PATCH 2/3] dt-bindings: phy: Remove phy-stih41x-usb binding Rob Herring
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Rob Herring @ 2020-08-26 18:48 UTC (permalink / raw)
  To: devicetree; +Cc: linux-kernel, Liam Girdwood, Mark Brown, alsa-devel

The binding was added in 2013 and has had no driver since 2015.

Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/sound/hdmi.txt | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/sound/hdmi.txt

diff --git a/Documentation/devicetree/bindings/sound/hdmi.txt b/Documentation/devicetree/bindings/sound/hdmi.txt
deleted file mode 100644
index 56407c30e954..000000000000
--- a/Documentation/devicetree/bindings/sound/hdmi.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Device-Tree bindings for dummy HDMI codec
-
-Required properties:
-	- compatible: should be "linux,hdmi-audio".
-
-CODEC output pins:
-  * TX
-
-CODEC input pins:
-  * RX
-
-Example node:
-
-	hdmi_audio: hdmi_audio@0 {
-		compatible = "linux,hdmi-audio";
-	};
-- 
2.25.1


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

* [PATCH 2/3] dt-bindings: phy: Remove phy-stih41x-usb binding
  2020-08-26 18:48 [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio' Rob Herring
@ 2020-08-26 18:48 ` Rob Herring
  2020-08-26 18:48 ` [PATCH 3/3] dt-bindings: interrupt-controller: Remove obsolete 'img,meta-intc' Rob Herring
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2020-08-26 18:48 UTC (permalink / raw)
  To: devicetree; +Cc: linux-kernel, Peter Griffin, Kishon Vijay Abraham I

The driver was removed in 2016 in commit fb954c48aea6 ("phy:
stih41x-usb: Remove usb phy driver and dt binding  documentation.") and
somehow the DT binding got dropped despite the subject.

Cc: Peter Griffin <peter.griffin@linaro.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../bindings/phy/phy-stih41x-usb.txt          | 24 -------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt

diff --git a/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt b/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt
deleted file mode 100644
index 744b4809542e..000000000000
--- a/Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-STMicroelectronics STiH41x USB PHY binding
-------------------------------------------
-
-This file contains documentation for the usb phy found in STiH415/6 SoCs from
-STMicroelectronics.
-
-Required properties:
-- compatible	: should be "st,stih416-usb-phy" or "st,stih415-usb-phy"
-- st,syscfg	: should be a phandle of the syscfg node
-- clock-names	: must contain "osc_phy"
-- clocks	: must contain an entry for each name in clock-names.
-See: Documentation/devicetree/bindings/clock/clock-bindings.txt
-- #phy-cells	: must be 0 for this phy
-See: Documentation/devicetree/bindings/phy/phy-bindings.txt
-
-Example:
-
-usb2_phy: usb2phy@0 {
-	compatible	= "st,stih416-usb-phy";
-	#phy-cells	= <0>;
-	st,syscfg	= <&syscfg_rear>;
-	clocks		= <&clk_sysin>;
-	clock-names	= "osc_phy";
-};
-- 
2.25.1


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

* [PATCH 3/3] dt-bindings: interrupt-controller: Remove obsolete 'img,meta-intc'
  2020-08-26 18:48 [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio' Rob Herring
  2020-08-26 18:48 ` [PATCH 2/3] dt-bindings: phy: Remove phy-stih41x-usb binding Rob Herring
@ 2020-08-26 18:48 ` Rob Herring
  2020-08-26 18:53 ` [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio' Mark Brown
  2020-10-01 22:46 ` Mark Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2020-08-26 18:48 UTC (permalink / raw)
  To: devicetree; +Cc: linux-kernel, Thomas Gleixner, Jason Cooper, Marc Zyngier

The driver and metag arch were removed in 2018.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <maz@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../interrupt-controller/img,meta-intc.txt    | 82 -------------------
 1 file changed, 82 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/img,meta-intc.txt

diff --git a/Documentation/devicetree/bindings/interrupt-controller/img,meta-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/img,meta-intc.txt
deleted file mode 100644
index 42431f44697f..000000000000
--- a/Documentation/devicetree/bindings/interrupt-controller/img,meta-intc.txt
+++ /dev/null
@@ -1,82 +0,0 @@
-* Meta External Trigger Controller Binding
-
-This binding specifies what properties must be available in the device tree
-representation of a Meta external trigger controller.
-
-Required properties:
-
-    - compatible: Specifies the compatibility list for the interrupt controller.
-      The type shall be <string> and the value shall include "img,meta-intc".
-
-    - num-banks: Specifies the number of interrupt banks (each of which can
-      handle 32 interrupt sources).
-
-    - interrupt-controller: The presence of this property identifies the node
-      as an interrupt controller. No property value shall be defined.
-
-    - #interrupt-cells: Specifies the number of cells needed to encode an
-      interrupt source. The type shall be a <u32> and the value shall be 2.
-
-    - #address-cells: Specifies the number of cells needed to encode an
-      address. The type shall be <u32> and the value shall be 0. As such,
-      'interrupt-map' nodes do not have to specify a parent unit address.
-
-Optional properties:
-
-    - no-mask: The controller doesn't have any mask registers.
-
-* Interrupt Specifier Definition
-
-  Interrupt specifiers consists of 2 cells encoded as follows:
-
-    - <1st-cell>: The interrupt-number that identifies the interrupt source.
-
-    - <2nd-cell>: The Linux interrupt flags containing level-sense information,
-                  encoded as follows:
-                    1 = edge triggered
-                    4 = level-sensitive
-
-* Examples
-
-Example 1:
-
-	/*
-	 * Meta external trigger block
-	 */
-	intc: intc {
-		// This is an interrupt controller node.
-		interrupt-controller;
-
-		// No address cells so that 'interrupt-map' nodes which
-		// reference this interrupt controller node do not need a parent
-		// address specifier.
-		#address-cells = <0>;
-
-		// Two cells to encode interrupt sources.
-		#interrupt-cells = <2>;
-
-		// Number of interrupt banks
-		num-banks = <2>;
-
-		// No HWMASKEXT is available (specify on Chorus2 and Comet ES1)
-		no-mask;
-
-		// Compatible with Meta hardware trigger block.
-		compatible = "img,meta-intc";
-	};
-
-Example 2:
-
-	/*
-	 * An interrupt generating device that is wired to a Meta external
-	 * trigger block.
-	 */
-	uart1: uart@02004c00 {
-		// Interrupt source '5' that is level-sensitive.
-		// Note that there are only two cells as specified in the
-		// interrupt parent's '#interrupt-cells' property.
-		interrupts = <5 4 /* level */>;
-
-		// The interrupt controller that this device is wired to.
-		interrupt-parent = <&intc>;
-	};
-- 
2.25.1


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

* Re: [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio'
  2020-08-26 18:48 [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio' Rob Herring
  2020-08-26 18:48 ` [PATCH 2/3] dt-bindings: phy: Remove phy-stih41x-usb binding Rob Herring
  2020-08-26 18:48 ` [PATCH 3/3] dt-bindings: interrupt-controller: Remove obsolete 'img,meta-intc' Rob Herring
@ 2020-08-26 18:53 ` Mark Brown
  2020-08-28 19:34   ` Rob Herring
  2020-10-01 22:46 ` Mark Brown
  3 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2020-08-26 18:53 UTC (permalink / raw)
  To: Rob Herring; +Cc: devicetree, linux-kernel, Liam Girdwood, alsa-devel

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

On Wed, Aug 26, 2020 at 12:48:49PM -0600, Rob Herring wrote:
> The binding was added in 2013 and has had no driver since 2015.

There is the hdmi-codec driver that covers such hardware and would be
compatible with the binding.  Of course there are no current users so...

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

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

* Re: [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio'
  2020-08-26 18:53 ` [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio' Mark Brown
@ 2020-08-28 19:34   ` Rob Herring
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2020-08-28 19:34 UTC (permalink / raw)
  To: Mark Brown; +Cc: devicetree, linux-kernel, Liam Girdwood, Linux-ALSA

On Wed, Aug 26, 2020 at 12:54 PM Mark Brown <broonie@kernel.org> wrote:
>
> On Wed, Aug 26, 2020 at 12:48:49PM -0600, Rob Herring wrote:
> > The binding was added in 2013 and has had no driver since 2015.
>
> There is the hdmi-codec driver that covers such hardware and would be
> compatible with the binding.  Of course there are no current users so...

I didn't dig into how TI restructured things to not need the binding
anymore, but I'd assume the hdmi-codec is instantiated as part of some
hdmi bridge device rather than being some standalone thing.

Rob

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

* Re: [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio'
  2020-08-26 18:48 [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio' Rob Herring
                   ` (2 preceding siblings ...)
  2020-08-26 18:53 ` [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio' Mark Brown
@ 2020-10-01 22:46 ` Mark Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2020-10-01 22:46 UTC (permalink / raw)
  To: devicetree, Rob Herring; +Cc: Liam Girdwood, linux-kernel, alsa-devel

On Wed, 26 Aug 2020 12:48:49 -0600, Rob Herring wrote:
> The binding was added in 2013 and has had no driver since 2015.

Applied to

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

Thanks!

[1/1] ASoC: Remove unused 'linux,hdmi-audio'
      commit: 08dd413b9ddf253ec3ee783a0a21df3754823be9

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:[~2020-10-01 22:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26 18:48 [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio' Rob Herring
2020-08-26 18:48 ` [PATCH 2/3] dt-bindings: phy: Remove phy-stih41x-usb binding Rob Herring
2020-08-26 18:48 ` [PATCH 3/3] dt-bindings: interrupt-controller: Remove obsolete 'img,meta-intc' Rob Herring
2020-08-26 18:53 ` [PATCH 1/3] dt-bindings: sound: Remove unused 'linux,hdmi-audio' Mark Brown
2020-08-28 19:34   ` Rob Herring
2020-10-01 22:46 ` 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).