regulator: vexpress: rename vexpress regulator implementation
authorSudeep Holla <sudeep.holla@arm.com>
Fri, 29 Jan 2016 17:37:01 +0000 (17:37 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 15 Feb 2016 21:01:52 +0000 (21:01 +0000)
commit935514c961310558ee0767e73e678b85ac37a68d
tree8b9b052647a4c1084eba58427561acb67caf3c5a
parent92e963f50fc74041b5e9e744c330dca48e04f08d
regulator: vexpress: rename vexpress regulator implementation

The vexpress regulator implementation is currently just called vexpress.
This is a problem because it clashes with another module with the same
name in hardware monitors.

This patch renames the vexpress regulator implementation to
vexpress-regulator so that there will be no clash in the module namespace.

Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Reported-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Makefile
drivers/regulator/vexpress-regulator.c [new file with mode: 0644]
drivers/regulator/vexpress.c [deleted file]