mfd: wm97xx-core: core support for wm97xx Codec
authorRobert Jarzmik <robert.jarzmik@free.fr>
Wed, 13 Sep 2017 19:37:17 +0000 (21:37 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 19 Sep 2017 16:07:24 +0000 (17:07 +0100)
commita5c6951c49fbf7509419d877620625ca3cdae9b1
tree50da0884194df8cf9a79af932dd03a129c012334
parentc72f61e7407335dfa5fe5947827777b1429cd883
mfd: wm97xx-core: core support for wm97xx Codec

The WM9705, WM9712 and WM9713 are highly integrated codecs, with an
audio codec, DAC and ADC, GPIO unit and a touchscreen interface.

Historically the support was spread across drivers/input/touchscreen and
sound/soc/codecs. The sharing was done through ac97 bus sharing. This
model will not withstand the new AC97 bus model, where codecs are
discovered on runtime.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/wm97xx-core.c [new file with mode: 0644]
include/linux/mfd/wm97xx.h [new file with mode: 0644]