[PATCH 0/3] iio: finish cleanup of IIO_EVENT_CODE macros

David Lechner posted 3 patches 3 weeks, 1 day ago
drivers/iio/accel/mma9553.c                 | 24 +++++++++++------------
drivers/iio/dummy/iio_simple_dummy_events.c | 30 ++++++++++++++---------------
include/linux/iio/events.h                  | 15 +++++++++------
3 files changed, 34 insertions(+), 35 deletions(-)
[PATCH 0/3] iio: finish cleanup of IIO_EVENT_CODE macros
Posted by David Lechner 3 weeks, 1 day ago
Since [1], there are only a couple of users IIO_EVENT_CODE left in the
kernel. We can clean these up too. Then we can make that macro "private"
do discourage others from using it in the future.

[1]: https://lore.kernel.org/linux-iio/20241028-iio-add-macro-for-even-identifier-for-differential-channels-v1-0-b452c90f7ea6@baylibre.com/

---
David Lechner (3):
      iio: dummy: use specialized event code macros
      iio: accel: mma9553: use specialized event code macros
      iio: events: make IIO_EVENT_CODE macro private

 drivers/iio/accel/mma9553.c                 | 24 +++++++++++------------
 drivers/iio/dummy/iio_simple_dummy_events.c | 30 ++++++++++++++---------------
 include/linux/iio/events.h                  | 15 +++++++++------
 3 files changed, 34 insertions(+), 35 deletions(-)
---
base-commit: c218214db564ca7d6885fa5859541a86197856c0
change-id: 20241101-iio-fix-event-macro-use-cb374ab30c99

Best regards,
-- 
David Lechner <dlechner@baylibre.com>
Re: [PATCH 0/3] iio: finish cleanup of IIO_EVENT_CODE macros
Posted by Jonathan Cameron 3 weeks, 1 day ago
On Fri, 01 Nov 2024 17:17:07 -0500
David Lechner <dlechner@baylibre.com> wrote:

> Since [1], there are only a couple of users IIO_EVENT_CODE left in the
> kernel. We can clean these up too. Then we can make that macro "private"
> do discourage others from using it in the future.
> 
> [1]: https://lore.kernel.org/linux-iio/20241028-iio-add-macro-for-even-identifier-for-differential-channels-v1-0-b452c90f7ea6@baylibre.com/

Seems resonable.  Applied to the togreg branch of iio.git
and pushed out as testing.

Thanks,

Jonathan

> 
> ---
> David Lechner (3):
>       iio: dummy: use specialized event code macros
>       iio: accel: mma9553: use specialized event code macros
>       iio: events: make IIO_EVENT_CODE macro private
> 
>  drivers/iio/accel/mma9553.c                 | 24 +++++++++++------------
>  drivers/iio/dummy/iio_simple_dummy_events.c | 30 ++++++++++++++---------------
>  include/linux/iio/events.h                  | 15 +++++++++------
>  3 files changed, 34 insertions(+), 35 deletions(-)
> ---
> base-commit: c218214db564ca7d6885fa5859541a86197856c0
> change-id: 20241101-iio-fix-event-macro-use-cb374ab30c99
> 
> Best regards,