Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER'

From: Joe Perches
Date: Mon Mar 25 2019 - 17:25:48 EST


A file pattern line in this section of the MAINTAINERS file in linux-next
does not have a match in the linux source files.

This could occur because a matching filename was never added, was deleted
or renamed in some other commit.

The commits that added and if found renamed or removed the file pattern
are shown below.

Please fix this defect appropriately.

1: ---------------------------------------------------------------------------

linux-next MAINTAINERS section:

3792 CIRRUS LOGIC LOCHNAGAR DRIVER
3793 M: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
3794 M: Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx>
3795 L: patches@xxxxxxxxxxxxxxxxxxxxx
3796 S: Supported
3797 F: drivers/clk/clk-lochnagar.c
3798 F: drivers/mfd/lochnagar-i2c.c
3799 F: drivers/pinctrl/cirrus/pinctrl-lochnagar.c
3800 F: drivers/regulator/lochnagar-regulator.c
3801 F: sound/soc/codecs/lochnagar-sc.c
3802 F: include/dt-bindings/clk/lochnagar.h
3803 F: include/dt-bindings/pinctrl/lochnagar.h
3804 F: include/linux/mfd/lochnagar*
3805 F: Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt
3806 F: Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt
--> 3807 F: Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt
3808 F: Documentation/devicetree/bindings/regulator/cirrus,lochnagar.txt
3809 F: Documentation/devicetree/bindings/sound/cirrus,lochnagar.txt

2: ---------------------------------------------------------------------------

The most recent commit that added or modified file pattern 'Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt':

commit 422dcafe477c7240d03c7b150704c45e0b17be57
Author: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed Jan 30 11:41:26 2019 +0000

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@xxxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx>

MAINTAINERS | 17 ++
drivers/mfd/Kconfig | 8 +
drivers/mfd/Makefile | 2 +
drivers/mfd/lochnagar-i2c.c | 398 ++++++++++++++++++++++++++++++++++++
include/linux/mfd/lochnagar.h | 55 +++++
include/linux/mfd/lochnagar1_regs.h | 157 ++++++++++++++
include/linux/mfd/lochnagar2_regs.h | 291 ++++++++++++++++++++++++++
7 files changed, 928 insertions(+)

3: ---------------------------------------------------------------------------

No commit with file pattern 'Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt' was found