Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: Adjust file entry in NXP PF1550 PMIC MFD DRIVER

Commit ebaec90ec0b5 ("mfd: pf1550: Add core driver for the PF1550 PMIC")
adds the header file pf1550.h in include/linux/mfd/, and commit
a7d6255a0bf3 ("MAINTAINERS: Add an entry for PF1550 MFD driver") adds a new
section NXP PF1550 PMIC MFD DRIVER intending to refer to that header file.
It however adds the entry for pfd1550.h; note the additional letter in the
filename.

Adjust the file entry to refer to the intended file.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Samuel Kayode <samkay014@gmail.com>
Link: https://patch.msgid.link/20251029104228.95498-1-lukas.bulwahn@redhat.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Lukas Bulwahn and committed by
Lee Jones
5c17042d 70a6d820

+1 -1
+1 -1
MAINTAINERS
··· 18616 18616 F: drivers/mfd/pf1550.c 18617 18617 F: drivers/power/supply/pf1550-charger.c 18618 18618 F: drivers/regulator/pf1550-regulator.c 18619 - F: include/linux/mfd/pfd1550.h 18619 + F: include/linux/mfd/pf1550.h 18620 18620 18621 18621 NXP PF8100/PF8121A/PF8200 PMIC REGULATOR DEVICE DRIVER 18622 18622 M: Jagan Teki <jagan@amarulasolutions.com>