From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 25 Nov 2014 22:11:32 +0100 (CET) Received: from mail.linuxfoundation.org ([140.211.169.12]:43981 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27007028AbaKYVLXpt8ec (ORCPT ); Tue, 25 Nov 2014 22:11:23 +0100 Received: from localhost (c-24-22-230-10.hsd1.wa.comcast.net [24.22.230.10]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 604EAAE1; Tue, 25 Nov 2014 21:11:16 +0000 (UTC) Date: Tue, 25 Nov 2014 13:11:16 -0800 From: Greg KH To: Grant Likely Cc: Kevin Cernekee , jslaby@suse.cz, robh@kernel.org, arnd@arndb.de, f.fainelli@gmail.com, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-mips@linux-mips.org Subject: Re: [PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT Message-ID: <20141125211116.GA9997@kroah.com> References: <1416872182-6440-1-git-send-email-cernekee@gmail.com> <20141125151018.359EAC44343@trevor.secretlab.ca> <20141125173859.GA27287@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141125173859.GA27287@kroah.com> User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 44450 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: gregkh@linuxfoundation.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Tue, Nov 25, 2014 at 09:38:59AM -0800, Greg KH wrote: > On Tue, Nov 25, 2014 at 03:10:18PM +0000, Grant Likely wrote: > > On Mon, 24 Nov 2014 15:36:15 -0800 > > , Kevin Cernekee > > wrote: > > > My last submission attempted to work around serial driver coexistence > > > problems on multiplatform kernels. Since there are still questions > > > surrounding the best way to solve that problem, this patch series > > > will focus on the narrower topic of big endian MMIO support on serial. > > > > > > > > > V2->V3: > > > > > > - Document the new DT properties. > > > > > > - Add libfdt-based wrapper, to complement the "struct device_node" based > > > version. > > > > > > - Restructure early_init_dt_scan_chosen_serial() changes to use a > > > temporary variable, so it is easy to add more of_setup_earlycon() > > > properties later. > > > > > > - Make of_serial and serial8250 honor the new "big-endian" property. > > > > > > > > > This series applies cleanly to: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git devicetree/next-overlay > > > > > > but was tested on the mips-for-linux-next branch because my BE platform > > > isn't supported in mainline yet. > > > > For the whole series: > > Acked-by: Grant Likely > > > > Greg, which tree do you want to merge this through? My DT tree, or the > > tty tree? > > I can take these through my tty tree, thanks. I take that back, it doesn't apply to my tty tree due to changes in the of codebase. So feel free to take all of these through your DT tree please: Acked-by: Greg Kroah-Hartman