From: Paul Gortmaker Date: Thu, 24 Jan 2008 16:59:12 +0000 (-0500) Subject: [POWERPC] Reduce code duplication in legacy_serial, add UART parent types X-Git-Tag: v2.6.25-rc1~1131^2~54 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a7507c7da2df6856e085e0fbb0c9ea8c12ac4e2;p=pandora-kernel.git [POWERPC] Reduce code duplication in legacy_serial, add UART parent types The legacy_serial was treating each UART parent in a separate code block. Rather than continue this trend for the new parent IDs, this condenses all (soc, tsi, opb, plus two more new types) into one of_device_id array. The new types are wrs,epld-localbus for the Wind River sbc8560, and a more generic "simple-bus" as requested by Scott Wood. Signed-off-by: Paul Gortmaker Signed-off-by: Kumar Gala --- Reading git-diff-tree failed