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:

        11011   NOKIA N900 POWER SUPPLY DRIVERS
        11012   R:      Pali Rohár <pali.ro...@gmail.com>
        11013   F:      include/linux/power/bq2415x_charger.h
        11014   F:      include/linux/power/bq27xxx_battery.h
-->     11015   F:      include/linux/power/isp1704_charger.h
        11016   F:      drivers/power/supply/bq2415x_charger.c
        11017   F:      drivers/power/supply/bq27xxx_battery.c
        11018   F:      drivers/power/supply/bq27xxx_battery_i2c.c
        11019   F:      drivers/power/supply/isp1704_charger.c
        11020   F:      drivers/power/supply/rx51_battery.c

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

The most recent commit that added or modified file pattern 
'include/linux/power/isp1704_charger.h':

commit 2a6afddb6656aefbc6e8d6ef1f95749895ae2945
Author: Pali Rohár <pali.ro...@gmail.com>
Date:   Sun Mar 29 15:35:54 2015 +0200

    MAINTAINERS: Add me as maintainer of Nokia N900 power supply drivers
    
    I'm author of two of those drivers (bq2415x and rx51) and I added
    more patches for other twos. Also I fished (proper) open source
    power management software for Nokia N900 and those kernel drivers
    are part of it.
    
    Signed-off-by: Pali Rohár <pali.ro...@gmail.com>
    Signed-off-by: Sebastian Reichel <s...@kernel.org>

 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

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

The last commit with a real presence of file pattern 
'include/linux/power/isp1704_charger.h':

commit f5d782d46aa5d4dd369e6560ce5227136b58926f
Author: Sebastian Reichel <sebastian.reic...@collabora.com>
Date:   Thu Dec 13 02:38:58 2018 +0100

    power: supply: isp1704: switch to gpiod API
    
    This migrates isp1704 driver from old GPIO API to new descriptor
    based GPIO API and drops useless platform data as a side-effect.
    
    Migration is simple, since all mainline users are DT based and
    DT API does not change. Out of tree users of the platform data
    need to migrate to gpiod_lookup_table as described here:
    
    Documentation/driver-api/gpio/board.rst
    
    Reviewed-by: Linus Walleij <linus.wall...@linaro.org>
    Acked-by: Pavel Machek <pa...@ucw.cz>
    Signed-off-by: Sebastian Reichel <sebastian.reic...@collabora.com>

 drivers/power/supply/isp1704_charger.c | 60 +++++++---------------------------
 include/linux/power/isp1704_charger.h  | 30 -----------------
 2 files changed, 12 insertions(+), 78 deletions(-)

Reply via email to