[PATCH v7 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
Rob Herring
robh at kernel.org
Fri Jul 7 07:11:55 PDT 2017
On Mon, Jul 03, 2017 at 12:40:43AM +0200, Hauke Mehrtens wrote:
> Instead of hacking the configuration of the FPI bus into the arch code
> add an own bus driver for this internal bus. The FPI bus is the main
> bus of the SoC. This bus driver makes sure the bus is configured
> correctly before the child drivers are getting initialized. This driver
> will probably also be used on different SoC later.
>
> Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
> ---
> .../devicetree/bindings/mips/lantiq/fpi-bus.txt | 31 ++++++++
Acked-by: Rob Herring <robh at kernel.org>
> MAINTAINERS | 1 +
> arch/mips/lantiq/xway/reset.c | 4 -
> arch/mips/lantiq/xway/sysctrl.c | 41 ----------
> drivers/soc/Makefile | 1 +
> drivers/soc/lantiq/Makefile | 1 +
> drivers/soc/lantiq/fpi-bus.c | 87 ++++++++++++++++++++++
> 7 files changed, 121 insertions(+), 45 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mips/lantiq/fpi-bus.txt
> create mode 100644 drivers/soc/lantiq/Makefile
> create mode 100644 drivers/soc/lantiq/fpi-bus.c
More information about the linux-mtd
mailing list