On Tue, Nov 03, 2015 at 09:01:07AM -0600, Timur Tabi wrote: > Finally, note that pl011_putc() is untouched, because that function > does not have access to the 'uap' object. A separate mechanism > is needed to switch accessors in that function. Thanks for pointing that out... that's a mistake in my patches. It's very difficult to see how we could ever support earlyconsole on ZTE without massively overhauling the earlycon stuff. I'll undo the changes there in my series. Now, as for this patch... > unsigned int (*get_fifosize)(struct amba_device *dev); > + u16 (*regreadw)(const void __iomem *addr); > + void (*regwritew)(u16 val, void __iomem *addr); > + void (*regwriteb)(u8 val, void __iomem *addr); regwriteb() is used nowhere in this patch. -- FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net. -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html