[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMRc=MdoUuOLTYHu99+c_AVhnDZ5LkKHkYJ0D681fcJV_aW2Ng@mail.gmail.com>
Date: Tue, 20 Feb 2024 12:42:02 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: lincoln.wallace@...onical.com
Cc: linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
linux-gpio@...r.kernel.org, corbet@....net, linus.walleij@...aro.org
Subject: Re: [PATCH] Documentation: gpio: Add a note on the deprecated GPIO
Testing Driver
On Tue, Feb 13, 2024 at 5:05 PM <lincoln.wallace@...onical.com> wrote:
>
> From: Lincoln Wallace <lincoln.wallace@...onical.com>
>
> A deprecation note was added on gpio-mockup Kconfig since v6.7,
> update the documentation to inform users.
>
> Signed-off-by: Lincoln Wallace <lincoln.wallace@...onical.com>
> ---
> Documentation/admin-guide/gpio/gpio-mockup.rst | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/admin-guide/gpio/gpio-mockup.rst b/Documentation/admin-guide/gpio/gpio-mockup.rst
> index 493071da1738..a6424de925da 100644
> --- a/Documentation/admin-guide/gpio/gpio-mockup.rst
> +++ b/Documentation/admin-guide/gpio/gpio-mockup.rst
> @@ -3,6 +3,11 @@
> GPIO Testing Driver
> ===================
>
> +.. note::
> + Since kernel version 6.7, this method is being deprecated. Prefer using
> + Documentation/admin-guide/gpio/gpio-sim.rst instead for kernel versions
> + newer than 5.17, which is when gpio-sim was added.
> +
> The GPIO Testing Driver (gpio-mockup) provides a way to create simulated GPIO
> chips for testing purposes. The lines exposed by these chips can be accessed
> using the standard GPIO character device interface as well as manipulated
> --
> 2.40.1
>
We already have a note on that, thanks.
Bart
Powered by blists - more mailing lists