From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934037AbbI1PFc (ORCPT ); Mon, 28 Sep 2015 11:05:32 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:19727 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933483AbbI1PFa (ORCPT ); Mon, 28 Sep 2015 11:05:30 -0400 From: Cyrille Pitchen To: , , , CC: , , , , Cyrille Pitchen Subject: [PATCH 0/2] ASoc: add driver for Atmel I2S controller Date: Mon, 28 Sep 2015 17:05:48 +0200 Message-ID: X-Mailer: git-send-email 1.8.2.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series of patches add support to the new Atmel I2S controller embedded on sama5d2 SoCs. Cyrille Pitchen (2): ASoC: atmel-i2s: add DT bindings for I2S controller ASoC: atmel-i2s: add driver for the new Atmel I2S controller .../devicetree/bindings/sound/atmel-i2s.txt | 43 ++ sound/soc/atmel/Kconfig | 10 + sound/soc/atmel/Makefile | 2 + sound/soc/atmel/atmel-i2s.c | 760 +++++++++++++++++++++ 4 files changed, 815 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/atmel-i2s.txt create mode 100644 sound/soc/atmel/atmel-i2s.c -- 1.8.2.2