Re: [PATCH 0/8] counter: Remove struct counter_device::priv
From: Lars-Peter Clausen <lars@metafoo.de>
Date: 2021-12-21 14:12:22
Also in:
linux-iio, lkml
On 12/21/21 2:22 PM, Uwe Kleine-König wrote:
On Tue, Dec 21, 2021 at 01:04:50PM +0100, Lars-Peter Clausen wrote:quoted
On 12/21/21 12:35 PM, Uwe Kleine-König wrote:quoted
On Tue, Dec 21, 2021 at 12:12:12PM +0100, Lars-Peter Clausen wrote:quoted
On 12/21/21 11:45 AM, Uwe Kleine-König wrote:quoted
similar to patch https://lore.kernel.org/r/4bde7cbd9e43a5909208102094444219d3154466.1640072891.git.vilhelm.gray@gmail.com (local) the usage of struct counter_device::priv can be replaced by container_of which improves type safety and code size. This series depends on above patch, converts the remaining drivers and finally drops struct counter_device::priv.Not sure if this is such a good idea. struct counter_device should not be embedded in the drivers state struct in the first place.Just to mention it: My patch series didn't change this, this was already broken before.I know, but this series has to be reverted when the framework is fixed.All drivers have to be touched. With my patch series you have to modify one function in each driver, without my patch you have touch nearly every function.
I'm not so sure. I don't see how you have to modify every function. You'd keep using priv to get a pointer to the state struct. That said having a centralized function in each driver to get the state struct from the counter device doesn't hurt either. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel