mbox series

[v2,0/2] Match data improvements for ti-dac5571 driver

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

Message

Biju Das Aug. 18, 2023, 5:39 p.m. UTC
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

 drivers/iio/dac/ti-dac5571.c | 48 ++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 27 deletions(-)

Comments

Jonathan Cameron Aug. 28, 2023, 12:50 p.m. UTC | #1
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(-)
>