[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250526111732.487229-1-sakari.ailus@linux.intel.com>
Date: Mon, 26 May 2025 14:17:30 +0300
From: Sakari Ailus <sakari.ailus@...ux.intel.com>
To: linux-doc@...r.kernel.org
Cc: Jonathan Corbet <corbet@....net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Madhavan Srinivasan <maddy@...ux.ibm.com>,
Haren Myneni <haren@...ux.ibm.com>,
Bagas Sanjaya <bagasdotme@...il.com>,
Andrew Donnellan <ajd@...ux.ibm.com>,
Michael Ellerman <mpe@...erman.id.au>,
Akshay Gupta <akshay.gupta@....com>,
linux-kernel@...r.kernel.org,
linux-media@...r.kernel.org,
hans@...erkuil.nl,
laurent.pinchart@...asonboard.com,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
Lee Jones <lee@...nel.org>
Subject: [PATCH 0/2] Document Media Controller IOCTL number assignments
Hello all,
The Media Controller uses IOCTL numbers with '|' type up to 0x81 but the
range from 0x80 upwards is documented to belong to samples. The samples,
however, are not currently using these values. Solve the problem by
bumping the top of the MC range and the samples allocation by 0x10.
Some sample code in samples/rust/rust_misc_device.rs also uses MC IOCTL
numbers below the current limit 0x80, it'd be nice to address that as well
as align with the changes in this patch.
Sakari Ailus (2):
Documentation: Bump media IOCTL reserved numbers
media: uapi: Document IOCTL number assignment
Documentation/userspace-api/ioctl/ioctl-number.rst | 4 ++--
include/uapi/linux/media.h | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)
--
2.39.5
Powered by blists - more mailing lists