Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934803AbXEHNeT (ORCPT ); Tue, 8 May 2007 09:34:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934782AbXEHNeT (ORCPT ); Tue, 8 May 2007 09:34:19 -0400 Received: from nommos.sslcatacombnetworking.com ([67.18.224.114]:25341 "EHLO nommos.sslcatacombnetworking.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934769AbXEHNeS (ORCPT ); Tue, 8 May 2007 09:34:18 -0400 In-Reply-To: <20070508013044.6407.20509.stgit@localhost.localdomain> References: <20070508013044.6407.20509.stgit@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <522959B8-DDF1-4AA1-87AE-336793EDA181@kernel.crashing.org> Cc: Samuel Ortiz , Andrew Morton , linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit From: Kumar Gala Subject: Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support Date: Tue, 8 May 2007 08:33:19 -0500 To: Vitaly Bordug X-Mailer: Apple Mail (2.752.2) X-PopBeforeSMTPSenders: kumar-chaos@kgala.com,kumar-statements@kgala.com,kumar@kgala.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - nommos.sslcatacombnetworking.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kernel.crashing.org X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2145 Lines: 70 On May 7, 2007, at 8:30 PM, Vitaly Bordug wrote: > > Adds support of IRDA transceiver residing on PowerQUICC processors and > enabling such on mpc885ads reference board. The driver is implemented > using of_device concept, hereby implies arch/powerpc support of the > target. > > Signed-off-by: Vitaly Bordug > > Signed-off-by: Vitaly Bordug > --- > > arch/powerpc/Kconfig | 1 > arch/powerpc/boot/dts/mpc885ads.dts | 10 > arch/powerpc/platforms/8xx/mpc885ads_setup.c | 39 + > arch/powerpc/sysdev/fsl_soc.c | 58 ++ > drivers/net/irda/Kconfig | 4 > drivers/net/irda/Makefile | 1 > drivers/net/irda/m8xx-sir.c | 715 +++++++++++++++ > +++++++++++ > include/asm-ppc/commproc.h | 67 ++ > 8 files changed, 895 insertions(+), 0 deletions(-) > > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig > index a8e08f4..c283907 100644 > --- a/arch/powerpc/Kconfig > +++ b/arch/powerpc/Kconfig > @@ -605,6 +605,7 @@ endmenu > config ISA_DMA_API > bool > default y > + depends on !PPC_8xx > > menu "Bus options" > > diff --git a/arch/powerpc/boot/dts/mpc885ads.dts b/arch/powerpc/ > boot/dts/mpc885ads.dts > index 110bf61..95b280c 100644 > --- a/arch/powerpc/boot/dts/mpc885ads.dts > +++ b/arch/powerpc/boot/dts/mpc885ads.dts > @@ -178,6 +178,16 @@ > interrupt-parent = <930>; > phy-handle = ; > }; > + > + scc@a20 { > + device_type = "network"; > + compatible = "fsl,irda"; is this specific enough? 52xx also has irda and I'm guessing they'd require different drivers (haven't looked). > + model = "SCC"; > + device-id = <2>; > + reg = ; > + interrupts = <1d 3>; > + interrupt-parent = <930>; > + }; > }; > }; > }; [snip] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/