]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 19 Aug 2017 22:18:23 +0000 (00:18 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 4 Sep 2017 19:19:03 +0000 (21:19 +0200)
commitff67a7d084d2d1f919e6a6e3a129b6e62d597cdb
tree0761bc32b4d63bd635723e27695826afdf725bbf
parentdf1a479999e0d742d1f2a9c8935a3c2ed73938e9
MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

The RCU register are now access through separates drivers. remove the
last pieces of the old implementation.

The GPHY reset bits are now set by the GPHY driver which registers a
reboot notifier. The reboot is triggered by a syscon-reboot driver and
the MIPS specific parts are done by the generic MIPS implementation in
arch/mips/kernel/reset.c.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Cc: john@phrozen.org
Cc: robh@kernel.org
Cc: andy.shevchenko@gmail.com
Cc: p.zabel@pengutronix.de
Cc: kishon@ti.com
Cc: mark.rutland@arm.com
Cc: linux-mips@linux-mips.org
Cc: linux-mtd@lists.infradead.org
Cc: linux-watchdog@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-spi@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17131/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lantiq/Kconfig
arch/mips/lantiq/xway/Makefile
arch/mips/lantiq/xway/reset.c [deleted file]