[linux-sunxi] [PATCH 01/11] MAINTAINERS: Add entry for X-Powers AXP family PMIC drivers
From: Chen-Yu Tsai <hidden>
Date: 2016-02-03 06:50:16
Also in:
linux-devicetree, lkml
On Wed, Feb 3, 2016 at 9:28 AM, Joe Perches [off-list ref] wrote:
On Wed, 2016-02-03 at 11:19 +1100, Julian Calaby wrote:quoted
On Tue, Feb 2, 2016 at 9:27 PM, Chen-Yu Tsai [off-list ref] wrote:quoted
Add an entry for X-Powers AXP family PMIC drivers and list myself as maintainer.[]quoted
quoted
diff --git a/MAINTAINERS b/MAINTAINERS[]quoted
quoted
@@ -11941,6 +11941,12 @@ F: include/linux/workqueue.h F: kernel/workqueue.c F: Documentation/workqueue.txt +X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS +M: Chen-Yu Tsai <wens@csie.org> +L: linux-kernel at vger.kernel.org +S: Maintained +N: axp[128]Should you list the files maintained and this list also?This "N:" pattern is kind of a wildcard. The difference between F: and N: is that git history is also used by default for files that match. There are no files in -next today that match "*axp8*" Dunno if this patchset added any.
This set adds a "axp809.dtsi". A subsequent set will add "axp806.dtsi".
This matches:
$ git ls-files | grep "axp[128]"
Documentation/devicetree/bindings/mfd/axp20x.txt
Documentation/devicetree/bindings/power_supply/axp20x_usb_power.txt
arch/arm/boot/dts/axp152.dtsi
arch/arm/boot/dts/axp209.dtsi
arch/arm/boot/dts/axp22x.dtsi
drivers/extcon/extcon-axp288.c
drivers/iio/adc/axp288_adc.c
drivers/input/misc/axp20x-pek.c
drivers/mfd/axp20x.c
drivers/power/axp20x_usb_power.c
drivers/power/axp288_charger.c
drivers/power/axp288_fuel_gauge.c
drivers/regulator/axp20x-regulator.c
include/linux/mfd/axp20x.h
Are all these files appropriate?Yes. ChenYu