lkml.org 
[lkml]   [2016]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] gpio: add Intel WhiskeyCove GPIO driver
On Tue, Jun 14, 2016 at 01:09:31PM +0300, Mika Westerberg wrote:
> On Fri, Jun 10, 2016 at 11:01:51PM -0700, Bin Gao wrote:
> > +static const struct platform_device_id pmic_gpio_id_table[] = {
> > + { "bxt_wcove_gpio", },
> > +};
>
> Do you really need this?
>
> > +
> > +static struct platform_driver wcove_gpio_driver = {
> > + .probe = wcove_gpio_probe,
> > + .remove = wcove_gpio_remove,
> > + .driver = {
> > + .name = "wcove_gpio",
> > + },
> > + .id_table = pmic_gpio_id_table,
>
> and this?
>
> > +};
> > +
> > +module_platform_driver(wcove_gpio_driver);
> > +
> > +MODULE_AUTHOR("Ajay Thomas <ajay.thomas.david.rajamanickam@intel.com>");
> > +MODULE_DESCRIPTION("Intel Whiskey Cove GPIO Driver");
> > +MODULE_LICENSE("GPL v2");
>
> You can add
>
> MODULE_ALIAS("platform:wcove_gpio");
>
> to get the module loaded automatically.

Mika,
Thanks for your review. I'll address these in patch v2.

-Bin

\
 
 \ /
  Last update: 2016-06-15 02:01    [W:0.060 / U:0.232 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site