From: Kalle Valo Date: Fri, 28 Aug 2009 17:51:31 +0000 (-0700) Subject: OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idle X-Git-Tag: v2.6.32-rc1~645^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ac408ee5a509053a765b816e9179515329369f;p=pandora-kernel.git OMAP: UART: drop OMAP_TAG_UART, enable all UARTs, auto-disabled on idle OMAP tags are deprecrated so drop them. Drop UART config data which decides which UARTs to enable during boot. This is no longer necessary since serial core code disables clocks after inactivity. Background: with new UART idle code, all on-chip UARTs are idled using a configurable inactivity timer (default 5 seconds.) After the inactivity timer, UART clocks are disabled automatically. Signed-off-by: Kalle Valo Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed