lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 25 Mar 2019 14:25:01 -0700
From:   Joe Perches <joe@...ches.com>
To:     linux-kernel@...r.kernel.org
Cc:     Charles Keepax <ckeepax@...nsource.cirrus.com>,
        Richard Fitzgerald <rf@...nsource.cirrus.com>,
        patches@...nsource.cirrus.com, Lee Jones <lee.jones@...aro.org>
Subject: Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER'

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@...nsource.cirrus.com>
	3794	M:	Richard Fitzgerald <rf@...nsource.cirrus.com>
	3795	L:	patches@...nsource.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 'Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt':

commit 422dcafe477c7240d03c7b150704c45e0b17be57
Author: Charles Keepax <ckeepax@...nsource.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 <ckeepax@...nsource.cirrus.com>
    Signed-off-by: Lee Jones <lee.jones@...aro.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 'Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt' was found

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ