From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Klauser Subject: Re: [PATCH 3/5] altera_uart: Add support for getting mapbase and IRQ from resources Date: Wed, 29 Sep 2010 07:39:56 +0200 Message-ID: <20100929053956.GF3137@distanz.ch> References: <20100928133531.GC8289@oksana.dev.rtsoft.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from symlink.to.noone.org ([85.10.207.172]:52996 "EHLO sym.noone.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751357Ab0I2Fj5 (ORCPT ); Wed, 29 Sep 2010 01:39:57 -0400 Content-Disposition: inline In-Reply-To: <20100928133531.GC8289@oksana.dev.rtsoft.ru> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Anton Vorontsov Cc: Greg Kroah-Hartman , Alan Cox , Andrew Morton , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org On 2010-09-28 at 15:35:31 +0200, Anton Vorontsov wrote: > This makes it much easier to integrate the driver with the rest of > the Linux (e.g. MFD subsystem). > > The old method is still supported though. > > Also, from now on, there is one platform device per port (no > changes are needed for the platform code, as no one registers > the devices anywhere in-tree yet). > > Signed-off-by: Anton Vorontsov Looks good to me. Acked-by: Tobias Klauser