Re: [PATCH 1/2] regmap: provide helpers for simple bit operations
From: Mark Brown <broonie@kernel.org>
Date: 2020-05-28 13:29:52
Also in:
linux-mediatek, lkml, netdev
From: Mark Brown <broonie@kernel.org>
Date: 2020-05-28 13:29:52
Also in:
linux-mediatek, lkml, netdev
On Thu, May 28, 2020 at 02:34:58PM +0200, Bartosz Golaszewski wrote:
This adds three new macros for simple bit operations: set_bits, clear_bits and test_bits.
Why macros and not static inlines?