On Sun, Nov 22, 2020 at 03:29:52PM -0500, William Breathitt Gray wrote: > @@ -117,62 +112,95 @@ static int ti_eqep_count_write(struct counter_device *counter, > return regmap_write(priv->regmap32, QPOSCNT, val); > } > > -static int ti_eqep_function_get(struct counter_device *counter, > - struct counter_count *count, size_t *function) > +static const u8 ti_qep_t2c_functions_map[] = { > +}; Just a heads-up: this ti_qep_t2c_functions_map array is left over from some code I was testing. It's not used at all -- I simply forgot to remove it -- so I'll make sure to take it out in the next patchset. I'll give this v6 patchset some more time for people to review and comment before I submit the v7 revision. William Breathitt Gray