Re: [PATCH v2 1/2] ASoC: fsl_xcvr: Add XCVR ASoC CPU DAI driver

2020-09-22 Thread Philipp Zabel
On Mon, Sep 21, 2020 at 10:08:11PM +0300, Viorel Suman (OSS) wrote: > From: Viorel Suman > > XCVR (Audio Transceiver) is a on-chip functional module found > on i.MX8MP. It support HDMI2.1 eARC, HDMI1.4 ARC and SPDIF. > > Signed-off-by: Viorel Suman > --- > sound/soc/fsl/Kconfig| 10 + >

[PATCH v2 2/5] Documentation: Add isl1208 and isl12022 to trivial-devices list

2014-09-08 Thread Philipp Zabel
This patch adds the Intersil ISL1208 and ISL12022 I2C RTCs to the trivial-devices list. For ISL1208 a deprecated intersil,isl1208 entry is added since that is used in ppa8548.dts. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Changes since v1: - Added deprecated entries that are still

[PATCH v2 4/5] rtc: rtc-isl12022: Change vendor prefix for Intersil Corporation to isil

2014-09-08 Thread Philipp Zabel
device tree support using the then documented isl vendor prefix, so we keep that around for backwards compatibility. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/rtc/rtc-isl12022.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-isl12022.c b

[PATCH v2 0/5] Change vendor prefix for Intersil Corporation

2014-09-08 Thread Philipp Zabel
referencing commit ids - Added deprecated names to the documentation regards Philipp Philipp Zabel (5): of: Change vendor prefix for Intersil Corporation to isil Documentation: Add isl1208 and isl12022 to trivial-devices list ARM: mvebu: Change vendor prefix for Intersil Corporation to isil

[PATCH v2 3/5] ARM: mvebu: Change vendor prefix for Intersil Corporation to isil

2014-09-08 Thread Philipp Zabel
Currently there is a wild mixture of isl, isil, and intersil compatibles in the kernel. At this point, changing the vendor symbol to the most often used variant, which is equal to the NASDAQ symbol, isil, should not hurt. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- arch/arm/boot/dts

[PATCH v2 5/5] rtc: rtc-isl12057: Change vendor prefix for Intersil Corporation to isil

2014-09-08 Thread Philipp Zabel
) added this driver with device tree support using the then documented isl vendor prefix, so we keep that around for backwards compatibility. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/rtc/rtc-isl12057.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH v2 1/5] of: Change vendor prefix for Intersil Corporation to isil

2014-09-08 Thread Philipp Zabel
the isil prefix in the vendor prefix list. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Changes since v1: - Added deprecated entries that are still in use --- Documentation/devicetree/bindings/i2c/trivial-devices.txt | 3 ++- Documentation/devicetree/bindings/vendor-prefixes.txt | 4

Re: [RFC PATCH 0/6] Change vendor prefix for Intersil Corporation

2014-09-08 Thread Philipp Zabel
Hi Jason, Am Sonntag, den 07.09.2014, 09:32 -0400 schrieb Jason Cooper: Just to dot our i's and cross our t's, would you mind sending out a non-rfc version of this series? Thank you for the reminder, I have sent an updated version. regards Philipp

Re: [RFC PATCH 5/6] rtc: rtc-isl12022: Change vendor prefix for Intersil Corporation to isil

2014-08-22 Thread Philipp Zabel
Am Mittwoch, den 20.08.2014, 10:43 +0200 schrieb Philipp Zabel: Currently there is a wild mixture of isl, isil, and intersil compatibles in the kernel. At this point, changing the vendor symbol to the most often used variant, which is equal to the NASDAQ symbol, isil, should not hurt, since

[RFC PATCH 6/6] rtc: rtc-isl12057: Change vendor prefix for Intersil Corporation to isil

2014-08-20 Thread Philipp Zabel
this driver with device tree support using the then documented isl vendor prefix, so we keep that around for backwards compatibility. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/rtc/rtc-isl12057.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/rtc

[RFC PATCH 4/6] powerpc/85xx: Change vendor prefix for Intersil Corporation to isil

2014-08-20 Thread Philipp Zabel
Currently there is a wild mixture of isl, isil, and intersil compatibles in the kernel. At this point, changing the vendor symbol to the most often used variant, which is equal to the NASDAQ symbol, isil, should not hurt, since the isl1208 driver doesn't care either way. Signed-off-by: Philipp

[RFC PATCH 2/6] Documentation: Add isl1208 and isl12022 to trivial-devices list

2014-08-20 Thread Philipp Zabel
This patch adds the Intersil ISL1208 and ISL12022 I2C RTCs to the trivial-devices list. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Documentation/devicetree/bindings/i2c/trivial-devices.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c

[RFC PATCH 1/6] of: Change vendor prefix for Intersil Corporation to isil

2014-08-20 Thread Philipp Zabel
Currently there is a wild mixture of isl, isil, and intersil compatibles in the kernel. At this point, changing the vendor symbol to the most often used variant, which is equal to the NASDAQ symbol, isil, should not hurt. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Documentation

[RFC PATCH 3/6] ARM: mvebu: Change vendor prefix for Intersil Corporation to isil

2014-08-20 Thread Philipp Zabel
Currently there is a wild mixture of isl, isil, and intersil compatibles in the kernel. At this point, changing the vendor symbol to the most often used variant, which is equal to the NASDAQ symbol, isil, should not hurt. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- arch/arm/boot/dts

[RFC PATCH 5/6] rtc: rtc-isl12022: Change vendor prefix for Intersil Corporation to isil

2014-08-20 Thread Philipp Zabel
device tree support using the then documented isl vendor prefix, so we keep that around for backwards compatibility. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/rtc/rtc-isl12022.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-isl12022.c b

[RFC PATCH 0/6] Change vendor prefix for Intersil Corporation

2014-08-20 Thread Philipp Zabel
/dts/tegra30-cardhu.dtsi arch/powerpc/boot/dts/p1022rdk.dts drivers/staging/iio/light/isl29018.c drivers/staging/iio/light/isl29028.c regards Philipp Philipp Zabel (6): of: Change vendor prefix for Intersil Corporation to isil Documentation: Add isl1208 and isl12022

Re: [PATCH v7 2/2] ASoC: fsl: Add S/PDIF machine driver

2013-08-19 Thread Philipp Zabel
Am Montag, den 19.08.2013, 11:01 +0100 schrieb Mark Rutland: On Mon, Aug 19, 2013 at 10:50:43AM +0100, Nicolin Chen wrote: Hi, On Mon, Aug 19, 2013 at 10:24:58AM +0100, Mark Rutland wrote: Is this used semantically, or is it a completely arbitrary string? In either case I don't see

Re: [PATCH v4 resent 1/2] ASoC: fsl: Add S/PDIF CPU DAI driver

2013-08-14 Thread Philipp Zabel
Am Mittwoch, den 14.08.2013, 16:48 +0800 schrieb Nicolin Chen: Hi Sascha, On Wed, Aug 14, 2013 at 09:50:17AM +0200, Sascha Hauer wrote: + - tx-clksrc-names : The names for all available clock sources for tx, which + is also being listed in SoC reference manual, ClkSrc_Sel bit of

Re: [PATCH v3 1/2] ASoC: fsl: Add S/PDIF CPU DAI driver

2013-08-05 Thread Philipp Zabel
Hi Nicolin, Am Montag, den 05.08.2013, 15:29 +0800 schrieb Nicolin Chen: This patch add S/PDIF controller driver for Freescale SoC. Signed-off-by: Nicolin Chen b42...@freescale.com --- .../devicetree/bindings/sound/fsl,spdif.txt| 62 + sound/soc/fsl/Kconfig