Re: [PATCH 1/2] iio: dac: dac8163: Add driver for DAC8163

From: Lukas

Date: Wed Jun 24 2026 - 10:54:04 EST


Thanks a lot for all the comments.

On Tue, Jun 23, 2026 at 10:39:23PM +0300, Andy Shevchenko wrote:

> > + dev_dbg(dev, "%s: val=%d val2=%d\n", __func__, val, val2);
>
> No. Is it RFC? PoC? Or production-ready? If not the latter, come when it will
> be production-ready.
>

I will remove the debug print. I tried my best to make this driver production-ready.
I saw that other drivers also have similar debug messages so i didnt
remove it after my first tests and thought it is ok to leave it in
there. My intention was to try to apply the suggestions and comments i
get and send a second revision. Do you think thats the right way?

Best regards
Lukas