lkml.org 
[lkml]   [2020]   [Jun]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v2 1/2] gpio: add GPO driver for PCA9570
On Tue, Jun 30, 2020 at 12:28 PM Bartosz Golaszewski
<bgolaszewski@baylibre.com> wrote:
> On Thu, Jun 25, 2020 at 9:58 AM Sungbo Eo <mans0n@gorani.run> wrote:

> > +static const struct of_device_id pca9570_of_match_table[] = {
> > + { .compatible = "nxp,pca9570" },
> > + { /* sentinel */ }
> > +};
> > +MODULE_DEVICE_TABLE(of, pca9570_of_match_table);
>
> If you're not using it in probe than maybe move it next to the I2C device table?

(Side note)
...and even if so it can be assessed via a struct device pointer:
dev->driver->id_table (don't remember by heart, but you have an idea).

--
With Best Regards,
Andy Shevchenko

\
 
 \ /
  Last update: 2020-06-30 11:55    [W:0.080 / U:0.716 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site