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 <ckee...@opensource.cirrus.com>
        3794    M:      Richard Fitzgerald <r...@opensource.cirrus.com>
        3795    L:      patc...@opensource.cirrus.com
        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 
'drivers/pinctrl/cirrus/pinctrl-lochnagar.c':

commit 422dcafe477c7240d03c7b150704c45e0b17be57
Author: Charles Keepax <ckee...@opensource.cirrus.com>
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 <ckee...@opensource.cirrus.com>
    Signed-off-by: Lee Jones <lee.jo...@linaro.org>

 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 'drivers/pinctrl/cirrus/pinctrl-lochnagar.c' was 
found

Reply via email to