ARM: socfpga: Zap all the UART handling complexity
authorMarek Vasut <marex@denx.de>
Sun, 15 Apr 2018 14:29:12 +0000 (16:29 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 13 Aug 2018 20:35:40 +0000 (22:35 +0200)
commitf9edeb32a9dcf23571ab2ae076be9ad1c61d06fa
treec288e50a0dbfe5414afdfe9589527d0356e2331f
parentfe88c2fea7e1081993dbb4207f6610eb5d8ae912
ARM: socfpga: Zap all the UART handling complexity

The UART reset handling is now done via reset framework using the
SoCFPGA reset driver. The UART console assignment is done using the
DM and console framework. Nuke all this comlexity, since it is just
duplicating the same functionality, badly.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/mach-socfpga/include/mach/misc.h
arch/arm/mach-socfpga/include/mach/reset_manager_arria10.h
arch/arm/mach-socfpga/misc_arria10.c
arch/arm/mach-socfpga/reset_manager_arria10.c
arch/arm/mach-socfpga/spl_a10.c