Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754527AbYAXPsb (ORCPT ); Thu, 24 Jan 2008 10:48:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752697AbYAXPsV (ORCPT ); Thu, 24 Jan 2008 10:48:21 -0500 Received: from rtsoft3.corbina.net ([85.21.88.6]:4522 "EHLO buildserver.ru.mvista.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752623AbYAXPsU (ORCPT ); Thu, 24 Jan 2008 10:48:20 -0500 Date: Thu, 24 Jan 2008 18:48:04 +0300 From: Anton Vorontsov To: Poonam_Aggrwal-b10812 Cc: kumar.gala@freescale.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, rubini@vision.unipv.it, linuxppc-dev@ozlabs.org, michael.barkowski@freescale.com, rich.cutler@freescale.com, ashish.kalra@freescale.com, timur@freescale.com Subject: Re: [PATCH UCC TDM 1/3 Updated] Platform changes for UCC TDM driver for MPC8323eRDB. Also includes related QE changes and dts entries. Message-ID: <20080124154804.GA22178@localhost.localdomain> Reply-To: avorontsov@ru.mvista.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2537 Lines: 67 Hello Poonam, On Thu, Jan 24, 2008 at 04:00:06PM +0530, Poonam_Aggrwal-b10812 wrote: > Thanks Stephen for your comments, incorporated them. > From: Poonam Aggrwal > > This patch makes necessary changes in the QE and UCC framework to support > TDM. It also adds support to configure the BRG properly through device > tree entries. Includes the device tree changes for UCC TDM driver as well. > It also includes device tree entries for UCC TDM driver. > > Tested on MPC8323ERDB platform. > > Signed-off-by: Poonam Aggrwal > Signed-off-by: Ashish Kalra > Signed-off-by: Kim Phillips > Signed-off-by: Michael Barkowski > --- > arch/powerpc/boot/dts/mpc832x_rdb.dts | 58 +++++++ > arch/powerpc/sysdev/qe_lib/qe.c | 184 +++++++++++++++++++++-- > arch/powerpc/sysdev/qe_lib/ucc.c | 265 +++++++++++++++++++++++++++++++++ > arch/powerpc/sysdev/qe_lib/ucc_fast.c | 37 +++++ > include/asm-powerpc/qe.h | 8 + > include/asm-powerpc/ucc.h | 4 + > include/asm-powerpc/ucc_fast.h | 4 + > 7 files changed, 548 insertions(+), 12 deletions(-) > > diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts > index 388c8a7..c0e6283 100644 > --- a/arch/powerpc/boot/dts/mpc832x_rdb.dts > +++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts > @@ -105,6 +105,17 @@ > device_type = "par_io"; > num-ports = <7>; > > + ucc1pio:ucc_pin@01 { > + pio-map = < > + /* port pin dir open_drain assignment has_irq */ > + 0 e 2 0 1 0 /* CLK11 */ > + 3 16 1 0 2 0 /* BRG9 */ > + 3 1b 1 0 2 0 /* BRG3 */ > + 0 0 3 0 2 0 /* TDMATxD0 */ > + 0 4 3 0 2 0 /* TDMARxD0 */ > + 3 1b 2 0 1 0>; /* CLK1 */ > + }; > + Can we not introduce new pio-maps in the device trees? There were debates regarding this, and if I understood everything correctly, pio-maps considered as a bad taste. Better do bunch of par_io_config_pin() in the board file. Better yet fixup the firmware (u-boot) to set up dedicated pins correctly. Thanks, -- Anton Vorontsov email: cbou@mail.ru backup email: ya-cbou@yandex.ru irc://irc.freenode.net/bd2 -- 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/