From: Randy Dunlap <[email protected]> Move ADAPTIVE VOLTAGE SCALING (AVS) DRIVERS into the 'A' area instead "DRIVERS FOR ... (AVS)". The use of "^DRIVERS FOR ..." should be discouraged since that would group many unrelated drivers into that alphabetical listing.
Signed-off-by: Randy Dunlap <[email protected]> Cc: Kevin Hilman <[email protected]> Cc: Nishanth Menon <[email protected]> --- MAINTAINERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) --- lnx-413-rc1.orig/MAINTAINERS +++ lnx-413-rc1/MAINTAINERS @@ -407,6 +407,14 @@ W: http://ez.analog.com/community/linux- S: Supported F: drivers/input/touchscreen/ad7879.c +ADAPTIVE VOLTAGE SCALING (AVS) DRIVERS +M: Kevin Hilman <[email protected]> +M: Nishanth Menon <[email protected]> +S: Maintained +F: drivers/power/avs/ +F: include/linux/power/smartreflex.h +L: [email protected] + ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR) M: Jiri Kosina <[email protected]> S: Maintained @@ -4264,14 +4272,6 @@ F: include/linux/debugfs.h F: include/linux/kobj* F: lib/kobj* -DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS) -M: Kevin Hilman <[email protected]> -M: Nishanth Menon <[email protected]> -S: Maintained -F: drivers/power/avs/ -F: include/linux/power/smartreflex.h -L: [email protected] - DRM DRIVERS M: David Airlie <[email protected]> L: [email protected]

