From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754968Ab1L3CfO (ORCPT ); Thu, 29 Dec 2011 21:35:14 -0500 Received: from mail-gy0-f174.google.com ([209.85.160.174]:45303 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752918Ab1L3CfM (ORCPT ); Thu, 29 Dec 2011 21:35:12 -0500 Message-ID: <1325212494.2569.1.camel@phoenix> Subject: [PATCH RESEND] pxa/hx4700: add platform device and I2C info for AK4641 codec From: Axel Lin To: linux-kernel@vger.kernel.org Cc: Philipp Zabel , Dmitry Artamonow , Mark Brown , Liam Girdwood , Haojian Zhuang , Eric Miao , linux-arm-kernel@lists.infradead.org Date: Fri, 30 Dec 2011 10:34:54 +0800 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.1- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Also rename AK4641 power GPIOs to document the codec chip. Signed-off-by: Philipp Zabel Signed-off-by: Dmitry Artamonow Signed-off-by: Axel Lin --- This patch was sent by Dmitry Artamonow on https://lkml.org/lkml/2011/5/18/222 and was resent on https://lkml.org/lkml/2011/9/12/100 The audio on hx4700 needs this patch to properly work. arch/arm/mach-pxa/hx4700.c | 25 +++++++++++++++++++++++++ arch/arm/mach-pxa/include/mach/hx4700.h | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index fb9b62d..1e2b627 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c @@ -45,6 +45,7 @@ #include #include +#include #include