mbox series

[v2,0/3] ida: Remove the ida_simple_xxx() API

Message ID cover.1722853349.git.christophe.jaillet@wanadoo.fr (mailing list archive)
Headers show
Series ida: Remove the ida_simple_xxx() API | expand

Message

Christophe JAILLET Aug. 5, 2024, 10:29 a.m. UTC
This is the final steps to remove the ida_simple_xxx() API.

Patch 1 updates the test suite. This is the last users of the API.

Patch 2 removes the old API.

Patch 3 is just a minor clean-up that still speak about the old API.

Christophe JAILLET (3):
  idr test suite: Remove usage of the deprecated ida_simple_xx() API
  ida: Remove the ida_simple_xxx() API
  nvmem: Update a comment related to struct nvmem_config

 include/linux/idr.h                 |  8 --------
 include/linux/nvmem-provider.h      |  2 +-
 tools/testing/radix-tree/idr-test.c | 16 +++++++---------
 3 files changed, 8 insertions(+), 18 deletions(-)

Comments

Dan Carpenter Aug. 7, 2024, 12:57 p.m. UTC | #1
On Mon, Aug 05, 2024 at 12:29:46PM +0200, Christophe JAILLET wrote:
> This is the final steps to remove the ida_simple_xxx() API.
> 
> Patch 1 updates the test suite. This is the last users of the API.
> 
> Patch 2 removes the old API.
> 
> Patch 3 is just a minor clean-up that still speak about the old API.
> 
> Christophe JAILLET (3):
>   idr test suite: Remove usage of the deprecated ida_simple_xx() API
>   ida: Remove the ida_simple_xxx() API
>   nvmem: Update a comment related to struct nvmem_config

Congrats.  :)

regards,
dan carpenter