Message ID | 20230818173907.323640-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | Match data improvements for ti-dac5571 driver | expand |
On Fri, 18 Aug 2023 18:39:05 +0100 Biju Das <biju.das.jz@bp.renesas.com> wrote: > This patch series aims to add match data improvements for ti-dac5571 > driver. > > v1->v2: > * Split the patch into two. > * Added patch#2 for sorting match tables. > > Biju Das (2): > iio: dac: ti-dac5571: Use i2c_get_match_data() > iio: dac: ti-dac5571: Sort match tables +CC Sean, Applied to the togreg branch of iio.git and pushed out for now as testing. I'll be rebasing that tree on rc1 once available, so I won't push these out in a form linux-next will pick up until then. Thanks, Jonathan > > drivers/iio/dac/ti-dac5571.c | 48 ++++++++++++++++-------------------- > 1 file changed, 21 insertions(+), 27 deletions(-) >