From mboxrd@z Thu Jan 1 00:00:00 1970 From: RongJun Ying Subject: [PATCH v2 0/2] mfd: Add SiRF audio MFD driver Date: Tue, 11 Mar 2014 10:36:25 +0800 Message-ID: <1394505387-13665-1-git-send-email-rongjun.ying@csr.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lee Jones , Samuel Ortiz Cc: Mark Brown , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, workgroup.linux-kQvG35nSl+M@public.gmane.org, Rongjun Ying List-Id: devicetree@vger.kernel.org From: Rongjun Ying This patchset adds SiRF audio MFD driver including: 1. The SiRF audio MFD driver 2. The document of device tree binding Rongjun Ying (2): mfd: Support SiRF audio modules Documentation: Describe the SiRF audio Device Tree bindings .../devicetree/bindings/mfd/sirf-audio.txt | 51 ++++++++ drivers/mfd/Kconfig | 10 ++ drivers/mfd/Makefile | 1 + drivers/mfd/sirf-audio.c | 128 ++++++++++++++++++++ include/linux/mfd/sirf/audio.h | 22 ++++ 5 files changed, 212 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/sirf-audio.txt create mode 100644 drivers/mfd/sirf-audio.c create mode 100644 include/linux/mfd/sirf/audio.h -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html