Message ID | 1460347078-15175-11-git-send-email-cw00.choi@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 04/11/2016 05:57 AM, Chanwoo Choi wrote: > This patch adds the 'BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS' entry to review the > patches as maintainer. I can access the all datasheet of Exynos SoC and test it > on some Exynos-based board. Patches will be picked up by DEVFREQ maintainer > on devfreq git repository. > > Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof
On 2016? 04? 12? 16:46, Krzysztof Kozlowski wrote: > On 04/11/2016 05:57 AM, Chanwoo Choi wrote: >> This patch adds the 'BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS' entry to review the >> patches as maintainer. I can access the all datasheet of Exynos SoC and test it >> on some Exynos-based board. Patches will be picked up by DEVFREQ maintainer >> on devfreq git repository. >> >> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> >> --- >> MAINTAINERS | 9 +++++++++ >> 1 file changed, 9 insertions(+) > > > Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Thanks for your review. Best Regards, Chanwoo Choi
diff --git a/MAINTAINERS b/MAINTAINERS index 1c32f8a3d6c4..4cdef4d9ba29 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3539,6 +3539,15 @@ F: drivers/devfreq/devfreq-event.c F: include/linux/devfreq-event.h F: Documentation/devicetree/bindings/devfreq/event/ +BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS +M: Chanwoo Choi <cw00.choi@samsung.com> +L: linux-pm@vger.kernel.org +L: linux-samsung-soc@vger.kernel.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git +S: Maintained +F: drivers/devfreq/exynos-bus.c +F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt + DEVICE NUMBER REGISTRY M: Torben Mathiasen <device@lanana.org> W: http://lanana.org/docs/device-list/index.html
This patch adds the 'BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS' entry to review the patches as maintainer. I can access the all datasheet of Exynos SoC and test it on some Exynos-based board. Patches will be picked up by DEVFREQ maintainer on devfreq git repository. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)