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 <cernekee@xxxxxxxxx> > > 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 <grant.likely@xxxxxxxxxx> > > > > 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 <gregkh@xxxxxxxxxxxxxxxxxxx>