mfd: lochnagar: Add support for the Cirrus Logic Lochnagar
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 30 Jan 2019 11:41:26 +0000 (11:41 +0000)
committerLee Jones <lee.jones@linaro.org>
Thu, 7 Feb 2019 10:44:00 +0000 (10:44 +0000)
commit422dcafe477c7240d03c7b150704c45e0b17be57
treecbd726247c6dd7fca7577058d9cd59918928c8cc
parentfdc98f070b149b038a66e57dea11f2fabb5fdfbc
mfd: lochnagar: Add support for the Cirrus Logic Lochnagar

Lochnagar is an evaluation and development board for Cirrus
Logic Smart CODEC and Amp devices. It allows the connection of
most Cirrus Logic devices on mini-cards, as well as allowing
connection of various application processor systems to provide a
full evaluation platform. This driver supports the board
controller chip on the Lochnagar board. Audio system topology,
clocking and power can all be controlled through the Lochnagar
controller chip, allowing the device under test to be used in
a variety of possible use cases.

As the Lochnagar is a fairly complex device this MFD driver
allows the drivers for the various features to be bound
in. Initially clocking, regulator and pinctrl will be added as
these are necessary to configure the system. But in time at least
audio and voltage/current monitoring will also be added.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
MAINTAINERS
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/lochnagar-i2c.c [new file with mode: 0644]
include/linux/mfd/lochnagar.h [new file with mode: 0644]
include/linux/mfd/lochnagar1_regs.h [new file with mode: 0644]
include/linux/mfd/lochnagar2_regs.h [new file with mode: 0644]