soc: add aspeed folder and misc drivers
authorPatrick Venture <venture@google.com>
Mon, 22 Apr 2019 17:54:19 +0000 (10:54 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 29 Apr 2019 16:36:34 +0000 (09:36 -0700)
commit524feb799408e5d45c6aa82763a9f52489d1e19f
treef47cc1b266c661f288a07652bcda77de93026d3e
parentf99552d9eb78e7d5cfd639c8f7a7457d71683074
soc: add aspeed folder and misc drivers

Create a SoC folder for the ASPEED parts and place the misc drivers
currently present into this folder.  These drivers are not generic part
drivers, but rather only apply to the ASPEED SoCs.

Signed-off-by: Patrick Venture <venture@google.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/soc/Kconfig
drivers/soc/Makefile
drivers/soc/aspeed/Kconfig [new file with mode: 0644]
drivers/soc/aspeed/Makefile [new file with mode: 0644]
drivers/soc/aspeed/aspeed-lpc-ctrl.c [moved from drivers/misc/aspeed-lpc-ctrl.c with 100% similarity]
drivers/soc/aspeed/aspeed-lpc-snoop.c [moved from drivers/misc/aspeed-lpc-snoop.c with 100% similarity]