summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Mehltretter <kmehltretter@gmail.com>2026-09-05 12:27:54 +0200
committerJonathan Corbet <corbet@lwn.net>2026-09-07 08:58:53 -0600
commit8fccf189738917bcffe91d69d5d79199d38f6f7c (patch)
treef90e43e4db87ee4988212c2507faaea94574a50e
parentab2704c2a884028fd12d455cf27a9585aefe2961 (diff)
downloadlinux-next-8fccf189738917bcffe91d69d5d79199d38f6f7c.tar.gz
linux-next-8fccf189738917bcffe91d69d5d79199d38f6f7c.zip
docs: ioctl-number: Point the 0xEC row at cros_ec_chardev.h
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: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260905102754.43160-1-kmehltretter@gmail.com>
-rw-r--r--Documentation/userspace-api/ioctl/ioctl-number.rst2
1 files changed, 1 insertions, 1 deletions
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>