The Samsung Exynos's device drivers have the 'SASMUNG EXYNOS' prefix in front of the specific device driver name. In order to keep the consistent naming format, change the entry name of bus frequency driver for Samsung Exynos and then reorder it alpabetically. - old : BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS - new : SAMSUNG EXYNOS BUS FREQUENCY DRIVER
Also, remove the unneeded git repository information. Signed-off-by: Chanwoo Choi <[email protected]> --- MAINTAINERS | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8119141a926f..f180b8499036 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3248,15 +3248,6 @@ S: Odd fixes F: Documentation/media/v4l-drivers/bttv* F: drivers/media/pci/bt8xx/bttv* -BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS -M: Chanwoo Choi <[email protected]> -L: [email protected] -L: [email protected] -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 - BUSLOGIC SCSI DRIVER M: Khalid Aziz <[email protected]> L: [email protected] @@ -13102,6 +13093,14 @@ S: Supported F: sound/soc/samsung/ F: Documentation/devicetree/bindings/sound/samsung* +SAMSUNG EXYNOS BUS FREQUENCY DRIVER +M: Chanwoo Choi <[email protected]> +L: [email protected] +L: [email protected] +S: Maintained +F: drivers/devfreq/exynos-bus.c +F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt + SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER M: Krzysztof Kozlowski <[email protected]> L: [email protected] -- 1.9.1

