From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756673Ab3LFAC5 (ORCPT ); Thu, 5 Dec 2013 19:02:57 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:49201 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755594Ab3LFACy (ORCPT ); Thu, 5 Dec 2013 19:02:54 -0500 Date: Thu, 5 Dec 2013 16:02:53 -0800 From: Greg Kroah-Hartman To: Sergei Ianovich Cc: linux-kernel@vger.kernel.org, Heikki Krogerus , Russell King , Jiri Slaby , Grant Likely , Rob Herring , Zhou Zhu , Andrew Morton , Haojian Zhuang , Ralf Baechle , John Crispin , "moderated list:ARM PORT" , "open list:SERIAL DRIVERS" , "open list:OPEN FIRMWARE AND..." Subject: Re: [PATCH] serial: rewrite pxa2xx-uart to use 8250_core Message-ID: <20131206000253.GC21358@kroah.com> References: <20131205043544.GA28580@kroah.com> <1386286149-2855-1-git-send-email-ynvich@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1386286149-2855-1-git-send-email-ynvich@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 06, 2013 at 03:28:37AM +0400, Sergei Ianovich wrote: > pxa2xx-uart was a separate uart platform driver. It was declaring > the same device names and numbers as 8250 driver. As a result, > it was impossible to use 8250 driver on PXA SoCs. > > Upon closer examination pxa2xx-uart turned out to be a clone of > 8250_core driver. > > Signed-off-by: Sergei Ianovich > CC: Heikki Krogerus > CC: Greg Kroah-Hartman Wonderful! Can someone else test this to verify it works for them on their platform as well? thanks, greg k-h