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

2013-08-29 Thread Stephen Warren
On 08/27/2013 10:04 PM, Nicolin Chen wrote: > This patch implements a device-tree-only machine driver for Freescale > i.MX series Soc. It works with spdif_transmitter/spdif_receiver and > fsl_spdif.c drivers. Sorry for the slow response. For the record, the binding, Acked-by: Stephen Warren _

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

2013-08-29 Thread Mark Brown
On Wed, Aug 28, 2013 at 12:04:46PM +0800, Nicolin Chen wrote: > This patch implements a device-tree-only machine driver for Freescale > i.MX series Soc. It works with spdif_transmitter/spdif_receiver and > fsl_spdif.c drivers. Applied, thanks. signature.asc Description: Digital signature ___

[PATCH v12] ASoC: fsl: Add S/PDIF machine driver

2013-08-27 Thread Nicolin Chen
This patch implements a device-tree-only machine driver for Freescale i.MX series Soc. It works with spdif_transmitter/spdif_receiver and fsl_spdif.c drivers. Signed-off-by: Nicolin Chen --- Changelog v11->v12: * Dropped unused spdif_pdev. * Register spdif-dit/dir depending on DT bool property.