On 29 May 2013 16:17, Joe Perches <[email protected]> wrote: > On Wed, 2013-05-29 at 16:10 +0530, Viresh Kumar wrote: >> ARM specific patches would be >> Applied by me now. Rafael will pull in these changes from time to time (at >> rc's). > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -2216,6 +2216,7 @@ L: [email protected] > [] >> T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git >> +T: git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) > > please prefix these with git > > T: git git://git.etc... > > Every other T: git entry does. >
Thanks for reporting it.. below commit must be fixing it.. @Rafael: attached for you to apply. ----------x-------------------x------------------ From: Viresh Kumar <[email protected]> Date: Wed, 29 May 2013 12:23:14 +0530 Subject: [PATCH] cpufreq: MAINTAINERS: Add git tree path for ARM specific updates To reduce cpufreq maintenance load on Rafael, ARM specific patches would be Applied by me now. Rafael will pull in these changes from time to time (at rc's). Additionally I would be sending him pull request for every merge window and rc's (for fixes). Web interface of my tree is present here: https://git.linaro.org/gitweb?p=people/vireshk/linux.git;a=summary Branch names would be: cpufreq-next and cpufreq-fixes. This also prefixes tree path with "git ". Signed-off-by: Viresh Kumar <[email protected]> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index fd3a495..92a6624 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2215,7 +2215,8 @@ M: Viresh Kumar <[email protected]> L: [email protected] L: [email protected] S: Maintained -T: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git +T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates) F: drivers/cpufreq/ F: include/linux/cpufreq.h
0001-cpufreq-MAINTAINERS-Add-git-tree-path-for-ARM-specif.patch
Description: Binary data

