[PATCH v2 4/4] mfd: pm8921: rename pm8921-core driver
Lee Jones
lee.jones at linaro.org
Mon Jul 21 00:46:27 PDT 2014
On Fri, 18 Jul 2014, Prakash Burla wrote:
> On Thu, Jul 17, 2014 at 9:47 PM, Stanimir Varbanov <svarbanov at mm-sol.com> wrote:
> > The pm8921-core driver presently supports pm8921 and pm8058
> > Qualcomm PMICs. To avoid confusion with new generation PMICs
> > (like pm8941) rename the pm8921-core driver to more
> > appropriate name pm8xxx-ssbi, which reflects better that
> > those chips use SSBI interface.
> >
> > Signed-off-by: Stanimir Varbanov <svarbanov at mm-sol.com>
> > ---
> > drivers/mfd/Kconfig | 14 +++++-----
> > drivers/mfd/Makefile | 2 +-
> > drivers/mfd/{pm8921-core.c => pm8xxx-ssbi.c} | 38 +++++++++++++-------------
> > 3 files changed, 27 insertions(+), 27 deletions(-)
> > rename drivers/mfd/{pm8921-core.c => pm8xxx-ssbi.c} (92%)
> .
> [Nope]
What does this mean?
> > MODULE_LICENSE("GPL v2");
> > -MODULE_DESCRIPTION("PMIC 8921 core driver");
> > +MODULE_DESCRIPTION("PMIC PM8XXX SSBI driver");
> > MODULE_VERSION("1.0");
> > -MODULE_ALIAS("platform:pm8921-core");
> > +MODULE_ALIAS("platform:pm8xxx-ssbi");
> >How about adding the module author as svarbanov at mm-sol.com/qcom?
> MODULE_AUTHOR("SVARBANOV<svarbanov at mm-sol.com>");
Module author has the same standards as Git author.
MODULE_AUTHOR("Stanimir Varbanov <svarbanov at mm-sol.com>");
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
More information about the linux-arm-kernel
mailing list