[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YyYuK1UD7CpZQoFr@shikoro>
Date: Sat, 17 Sep 2022 22:29:31 +0200
From: Wolfram Sang <wsa@...nel.org>
To: Tao Lan <taolan@...wei.com>
Cc: linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] i2c: hix5hd2: Add some debug enhancement for register
access
On Tue, Sep 13, 2022 at 12:48:20PM +0000, Tao Lan wrote:
> From: taolan <taolan@...wei.com>
>
> Sometimes, to locate a fault, we need to know how the register is
> configured and whether the configuration is incorrect. Currently, no
> better method is available for analysis.
>
> This patch tries to solve the problem by naming the registers and
> printing the accessed values.
>
> Signed-off-by: taolan <taolan@...wei.com>
Such debug helpers are not suitable for upstream because they need quite
some resources for rare cases...
> + pr_notice("write 0x%04x to %s\n", val, g_i2c_reg_name[idx >> 0x2].name);
... and using this loglevel you will flood logs of users.
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists