From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Vorontsov Subject: Re: [PATCH 0/6] twl4030: Various fixes for charing-from-USB Date: Sat, 5 May 2012 03:49:10 -0700 Message-ID: <20120505104910.GA19590@lizard> References: <20120425072931.20124.56635.stgit@notabene.brown> <20120430093002.472dfdde@notabene.brown> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20120430093002.472dfdde-wvvUuzkyo1EYVZTmpyfIwg@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: NeilBrown Cc: Grazvydas Ignotas , Samuel Ortiz , Felipe Balbi , Greg Kroah-Hartman , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org On Mon, Apr 30, 2012 at 09:30:02AM +1000, NeilBrown wrote: > > > Following are a collection of patches that I've need using for a while > > > to make sure the charge-from-usb on my GTA04 works. > > > Hopefully I've included the right people in the recipient list :-) > > > > You missed the power supply maintainers - ./scripts/get_maintainer.pl > > is usually good at finding the right people, although their > > MAINTAINERS entry could be better I guess.. > > > > > > I guess you mean: > > POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS > M: Anton Vorontsov > M: David Woodhouse > T: git git://git.infradead.org/battery-2.6.git > S: Maintained > F: include/linux/power_supply.h > F: drivers/power/power_supply* > > > get_maintainer.pl didn't find them. The F: line seems to say they aren't > interested in individual drivers... This is a 'bug', of course. :-) Thanks for the report. This is what I've just applied: - - - - MAINTAINERS: Fix 'F' entry for the power supply class For some reason the maintainers file only specifies power supply core files. We're surely interested in individual drivers as well, so fix the entry. Reported-by: NeilBrown Signed-off-by: Anton Vorontsov --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index bb76fc4..3766f6a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5290,7 +5290,7 @@ M: David Woodhouse T: git git://git.infradead.org/battery-2.6.git S: Maintained F: include/linux/power_supply.h -F: drivers/power/power_supply* +F: drivers/power/ PNP SUPPORT M: Adam Belay -- 1.7.9.2 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html