On Mon, 2017-06-05 at 11:07 +0100, Lee Jones wrote:
On Fri, 02 Jun 2017, Richard Fitzgerald wrote:
This patch adds a header file of register definitions for Cirrus Logic "Madera" class codecs. These codecs are all based off a common set of hardware IP so have a common register map (with a few minor device-to-device variations). These are complex devices with a large number of features and so have a correspondingly large register set. The registers.h file has been auto-generated from the hardware register definitions, stripped down to only registers we need to access from the driver
Signed-off-by: Richard Fitzgerald rf@opensource.wolfsonmicro.com
Changes since V2:
- Used new field names for IRQ1_STATUS_33 register
MAINTAINERS | 10 + include/linux/mfd/madera/registers.h | 8832 ++++++++++++++++++++++++++++++++++
Crikey!
For my own reference: Acked-for-MFD-by: Lee Jones lee.jones@linaro.org
Can I suggest that you take this patch into the mfd tree? Other subsystem maintainers will have to base on that but it avoids me keeping emailing out nearly 9000 lines of register definitions each time I do an update to the other patches in the chain.