From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755000Ab1L3C6K (ORCPT ); Thu, 29 Dec 2011 21:58:10 -0500 Received: from mail-ee0-f46.google.com ([74.125.83.46]:36425 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754979Ab1L3C6I (ORCPT ); Thu, 29 Dec 2011 21:58:08 -0500 From: Marek Vasut To: linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH RESEND] pxa/hx4700: add platform device and I2C info for AK4641 codec Date: Fri, 30 Dec 2011 03:58:01 +0100 User-Agent: KMail/1.13.7 (Linux/3.1.0-1-amd64; KDE/4.6.5; x86_64; ; ) Cc: Axel Lin , linux-kernel@vger.kernel.org, Eric Miao , Dmitry Artamonow , Mark Brown , Haojian Zhuang , Philipp Zabel , Liam Girdwood References: <1325212494.2569.1.camel@phoenix> In-Reply-To: <1325212494.2569.1.camel@phoenix> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201112300358.02236.marek.vasut@gmail.com> 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