From: Tomasz Figa Date: Thu, 26 Jun 2014 11:24:34 +0000 (+0200) Subject: serial: samsung: Consider DT alias when probing ports X-Git-Tag: cleanup-for-v3.18~124^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13a9f6c64fdc55eb6c5e129c1f56cb022613a96f;p=pandora-kernel.git serial: samsung: Consider DT alias when probing ports Current driver code relies on probe order of particular samsung-uart instances, which makes it impossible to get proper initialization of ports when not all ports are available on board, not even saying of deterministic device naming. This patch fixes this on DT-enabled systems by using DT aliases for ports as instance ID, if specified, or falling back to legacy method otherwise to provide backwards compatibility. Signed-off-by: Tomasz Figa Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed