No description
Find a file
Thomas Weißschuh ff17bb8760 staging: greybus: hid: Constify lowlevel HID driver
Since commit 52d2253469 ("HID: Make lowlevel driver structs const")
the lowlevel HID drivers are only exposed as const.

Take advantage of this to constify the underlying structure, too.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230130-hid-const-ll-driver-v1-9-3fc282b3b1d0@weissschuh.net
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
2023-02-06 15:08:45 +01:00
arch Input updates for 6.2 merge window: 2022-12-13 13:20:36 -08:00
block for-6.2/block-2022-12-08 2022-12-13 10:43:59 -08:00
certs
crypto
Documentation Input updates for 6.2 merge window: 2022-12-13 13:20:36 -08:00
drivers staging: greybus: hid: Constify lowlevel HID driver 2023-02-06 15:08:45 +01:00
fs for-6.2/block-2022-12-08 2022-12-13 10:43:59 -08:00
include HID: Make lowlevel driver structs const 2023-01-17 13:44:02 +01:00
init
io_uring for-6.2/block-2022-12-08 2022-12-13 10:43:59 -08:00
ipc
kernel for-6.2/block-2022-12-08 2022-12-13 10:43:59 -08:00
lib regulator: Updates for v6.2 2022-12-13 12:49:59 -08:00
LICENSES
mm for-6.2/block-2022-12-08 2022-12-13 10:43:59 -08:00
net HID: Make lowlevel driver structs const 2023-01-17 13:44:02 +01:00
rust
samples Landlock updates for v6.2-rc1 2022-12-13 09:14:50 -08:00
scripts Devicetree updates for v6.2: 2022-12-13 13:13:55 -08:00
security lsm/stable-6.2 PR 20221212 2022-12-13 09:47:48 -08:00
sound sound updates for 6.2-rc1 2022-12-13 11:27:26 -08:00
tools sound updates for 6.2-rc1 2022-12-13 11:27:26 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Input updates for 6.2 merge window: 2022-12-13 13:20:36 -08:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.