lkml.org 
[lkml]   [2022]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 1/2] pinctrl: ocelot: Fix pincfg for lan966x
Date
> -static struct pinctrl_desc luton_desc = {
> - .name = "luton-pinctrl",
> - .pins = luton_pins,
> - .npins = ARRAY_SIZE(luton_pins),
> - .pctlops = &ocelot_pctl_ops,
> - .pmxops = &ocelot_pmx_ops,
> - .owner = THIS_MODULE,
> +static struct ocelot_match_data luton_desc = {
> + {
.desc = {

Same for all the structs. Also it looks like it is way too big
for a stable backport:
"It cannot be bigger than 100 lines, with context."

> + .name = "luton-pinctrl",
> + .pins = luton_pins,
> + .npins = ARRAY_SIZE(luton_pins),
> + .pctlops = &ocelot_pctl_ops,
> + .pmxops = &ocelot_pmx_ops,
> + .owner = THIS_MODULE,
> + }
> };

-michael

\
 
 \ /
  Last update: 2022-07-08 10:28    [W:0.085 / U:1.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site