On Tuesday 25 November 2014, 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. Looks all good to me, Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>