From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Crispin Subject: Re: [RESEND PATCH V2 10/17] SERIAL: MIPS: lantiq: implement OF support Date: Mon, 14 May 2012 21:49:01 +0200 Message-ID: <4FB161AD.5000008@openwrt.org> References: <1337017363-14424-1-git-send-email-blogic@openwrt.org> <1337017363-14424-10-git-send-email-blogic@openwrt.org> <20120514193232.GA5741@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from nbd.name ([46.4.11.11]:60369 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932240Ab2ENTtH (ORCPT ); Mon, 14 May 2012 15:49:07 -0400 In-Reply-To: <20120514193232.GA5741@kroah.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Greg KH Cc: Ralf Baechle , linux-mips@linux-mips.org, Alan Cox , linux-serial@vger.kernel.org On 14/05/12 21:32, Greg KH wrote: > On Mon, May 14, 2012 at 07:42:36PM +0200, John Crispin wrote: >> Add devicetree and handling for our new clkdev clocks. The patch is rather >> straightforward. .of_match_table is set and the 3 irqs are now loaded from the >> devicetree. >> >> This series converts the lantiq target to clkdev amongst other things. The >> driver needs to handle two clocks now. The fpi bus clock used to derive the >> divider and the clock gate needed on some socs to make the secondary port work. >> >> Signed-off-by: John Crispin >> Cc: Alan Cox >> Cc: linux-serial@vger.kernel.org >> --- >> This patch is part of a series moving the mips/lantiq target to OF and clkdev >> support. The patch, once Acked, should go upstream via Ralf's MIPS tree. > Fine with me as well, if you need it: > Acked-by: Greg Kroah-Hartman Thank you very much !