From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jackson Subject: [PATCH 0/5] ASoC: dwc: Add device tree support to designware I2S Date: Wed, 03 Dec 2014 16:38:36 +0000 Message-ID: <547F3C8C.5000607@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by alsa0.perex.cz (Postfix) with ESMTP id 77A8826047A for ; Wed, 3 Dec 2014 17:38:38 +0100 (CET) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Jaroslav Kysela , Takashi Iwai Cc: "alsa-devel@alsa-project.org" , Liviu Dudau , Liam Girdwood , "linux-kernel@vger.kernel.org" , Mark Brown , Rajeev Kumar , "linux-arm-kernel@lists.infradead.org" List-Id: alsa-devel@alsa-project.org This patch set extends the DesignWare I2S driver to provide device tree support and fixes a couple of small faults. Andrew Jackson (5): ASoC: dwc: Allocate resources with devm_ioremap_resource ASoC: dwc: Don't allow negative use counts ASoC: dwc: Iterate over all channels ASoC: dwc: Add devicetree support for Designware I2S ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap .../devicetree/bindings/sound/designware-i2s.txt | 32 ++ sound/soc/dwc/Kconfig | 1 + sound/soc/dwc/designware_i2s.c | 313 ++++++++++++++------ 3 files changed, 260 insertions(+), 86 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/designware-i2s.txt