From: Kevin Cernekee Date: Tue, 21 Oct 2014 22:22:58 +0000 (-0700) Subject: tty: serial: bcm63xx: Add support for unnamed clock outputs from DT X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048c1df7e22b2d40c639837440527ba43b6a591c;p=pandora-kernel.git tty: serial: bcm63xx: Add support for unnamed clock outputs from DT The original non-DT bcm63xx clk code ignores the struct device argument and looks up a global clock name. DT platforms, by contrast, often just use a phandle to reference a clock node with no "clock-output-names" property. Modify the UART driver to support both schemes. Signed-off-by: Kevin Cernekee Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed