linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: ioctl-number: Point the 0xEC row at cros_ec_chardev.h
@ 2026-09-05 10:27 Karl Mehltretter
  2026-09-05 17:00 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Karl Mehltretter @ 2026-09-05 10:27 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Karl Mehltretter, Benson Leung, Tzung-Bi Shih, Guenter Roeck,
	chrome-platform, Iván Ezequiel Rodriguez, linux-doc,
	Shuah Khan, Randy Dunlap, Enric Balletbo i Serra

The 0xEC entry points at drivers/platform/chrome/cros_ec_dev.h, which
commit 5e0115581bbc ("cros_ec: Move cros_ec_dev module to drivers/mfd")
moved; the ioctl numbers now live in
include/linux/platform_data/cros_ec_chardev.h.

Point the row at that file.

Fixes: eda2e30c6684 ("mfd / platform: cros_ec: Miscellaneous character device to talk with the EC")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
 Documentation/userspace-api/ioctl/ioctl-number.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst
index 2fc53093752d..32c0d08e92e4 100644
--- a/Documentation/userspace-api/ioctl/ioctl-number.rst
+++ b/Documentation/userspace-api/ioctl/ioctl-number.rst
@@ -399,7 +399,7 @@ Code  Seq#    Include File                                             Comments
 0xDD  00-3F                                                            ZFCP device driver see drivers/s390/scsi/
                                                                        <mailto:aherrman@de.ibm.com>
 0xE5  00-3F  linux/fuse.h
-0xEC  00-01  drivers/platform/chrome/cros_ec_dev.h                     ChromeOS EC driver
+0xEC  00-01  linux/platform_data/cros_ec_chardev.h                     ChromeOS EC driver
 0xEE  00-09  uapi/linux/pfrut.h                                        Platform Firmware Runtime Update and Telemetry
 0xF3  00-3F  drivers/usb/misc/sisusbvga/sisusb.h                       sisfb (in development)
                                                                        <mailto:thomas@winischhofer.net>
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: ioctl-number: Point the 0xEC row at cros_ec_chardev.h
  2026-09-05 10:27 [PATCH] docs: ioctl-number: Point the 0xEC row at cros_ec_chardev.h Karl Mehltretter
@ 2026-09-05 17:00 ` Randy Dunlap
  2026-09-07  4:27 ` Tzung-Bi Shih
  2026-09-07 14:59 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-09-05 17:00 UTC (permalink / raw)
  To: Karl Mehltretter, Jonathan Corbet
  Cc: Benson Leung, Tzung-Bi Shih, Guenter Roeck, chrome-platform,
	Iván Ezequiel Rodriguez, linux-doc, Shuah Khan,
	Enric Balletbo i Serra



On 9/5/26 3:27 AM, Karl Mehltretter wrote:
> The 0xEC entry points at drivers/platform/chrome/cros_ec_dev.h, which
> commit 5e0115581bbc ("cros_ec: Move cros_ec_dev module to drivers/mfd")
> moved; the ioctl numbers now live in
> include/linux/platform_data/cros_ec_chardev.h.

and have done so for a long time...

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> 
> Point the row at that file.
> 
> Fixes: eda2e30c6684 ("mfd / platform: cros_ec: Miscellaneous character device to talk with the EC")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
> ---
>  Documentation/userspace-api/ioctl/ioctl-number.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst
> index 2fc53093752d..32c0d08e92e4 100644
> --- a/Documentation/userspace-api/ioctl/ioctl-number.rst
> +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst
> @@ -399,7 +399,7 @@ Code  Seq#    Include File                                             Comments
>  0xDD  00-3F                                                            ZFCP device driver see drivers/s390/scsi/
>                                                                         <mailto:aherrman@de.ibm.com>
>  0xE5  00-3F  linux/fuse.h
> -0xEC  00-01  drivers/platform/chrome/cros_ec_dev.h                     ChromeOS EC driver
> +0xEC  00-01  linux/platform_data/cros_ec_chardev.h                     ChromeOS EC driver
>  0xEE  00-09  uapi/linux/pfrut.h                                        Platform Firmware Runtime Update and Telemetry
>  0xF3  00-3F  drivers/usb/misc/sisusbvga/sisusb.h                       sisfb (in development)
>                                                                         <mailto:thomas@winischhofer.net>

-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: ioctl-number: Point the 0xEC row at cros_ec_chardev.h
  2026-09-05 10:27 [PATCH] docs: ioctl-number: Point the 0xEC row at cros_ec_chardev.h Karl Mehltretter
  2026-09-05 17:00 ` Randy Dunlap
@ 2026-09-07  4:27 ` Tzung-Bi Shih
  2026-09-07 14:59 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Tzung-Bi Shih @ 2026-09-07  4:27 UTC (permalink / raw)
  To: Karl Mehltretter
  Cc: Jonathan Corbet, Benson Leung, Guenter Roeck, chrome-platform,
	Iván Ezequiel Rodriguez, linux-doc, Shuah Khan, Randy Dunlap,
	Enric Balletbo i Serra

On Sat, Sep 05, 2026 at 12:27:54PM +0200, Karl Mehltretter wrote:
> The 0xEC entry points at drivers/platform/chrome/cros_ec_dev.h, which
> commit 5e0115581bbc ("cros_ec: Move cros_ec_dev module to drivers/mfd")
> moved; the ioctl numbers now live in
> include/linux/platform_data/cros_ec_chardev.h.
> 
> Point the row at that file.
> 
> Fixes: eda2e30c6684 ("mfd / platform: cros_ec: Miscellaneous character device to talk with the EC")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>

Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: ioctl-number: Point the 0xEC row at cros_ec_chardev.h
  2026-09-05 10:27 [PATCH] docs: ioctl-number: Point the 0xEC row at cros_ec_chardev.h Karl Mehltretter
  2026-09-05 17:00 ` Randy Dunlap
  2026-09-07  4:27 ` Tzung-Bi Shih
@ 2026-09-07 14:59 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2026-09-07 14:59 UTC (permalink / raw)
  To: Karl Mehltretter
  Cc: Karl Mehltretter, Benson Leung, Tzung-Bi Shih, Guenter Roeck,
	chrome-platform, Iván Ezequiel Rodriguez, linux-doc,
	Shuah Khan, Randy Dunlap, Enric Balletbo i Serra

Karl Mehltretter <kmehltretter@gmail.com> writes:

> The 0xEC entry points at drivers/platform/chrome/cros_ec_dev.h, which
> commit 5e0115581bbc ("cros_ec: Move cros_ec_dev module to drivers/mfd")
> moved; the ioctl numbers now live in
> include/linux/platform_data/cros_ec_chardev.h.
>
> Point the row at that file.
>
> Fixes: eda2e30c6684 ("mfd / platform: cros_ec: Miscellaneous character device to talk with the EC")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
> ---
>  Documentation/userspace-api/ioctl/ioctl-number.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst
> index 2fc53093752d..32c0d08e92e4 100644
> --- a/Documentation/userspace-api/ioctl/ioctl-number.rst
> +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst
> @@ -399,7 +399,7 @@ Code  Seq#    Include File                                             Comments
>  0xDD  00-3F                                                            ZFCP device driver see drivers/s390/scsi/
>                                                                         <mailto:aherrman@de.ibm.com>
>  0xE5  00-3F  linux/fuse.h
> -0xEC  00-01  drivers/platform/chrome/cros_ec_dev.h                     ChromeOS EC driver
> +0xEC  00-01  linux/platform_data/cros_ec_chardev.h                     ChromeOS EC driver
>  0xEE  00-09  uapi/linux/pfrut.h                                        Platform Firmware Runtime Update and Telemetry

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-09-07 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05 10:27 [PATCH] docs: ioctl-number: Point the 0xEC row at cros_ec_chardev.h Karl Mehltretter
2026-09-05 17:00 ` Randy Dunlap
2026-09-07  4:27 ` Tzung-Bi Shih
2026-09-07 14:59 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).