linux/drivers/pps
Jori Koolstra c230ae1f94 pps: change pps_class to a const struct
The class_create() call has been deprecated in favor of class_register()
as the driver core now allows for a struct class to be in read-only
memory. Change pps_class to be a const struct class and drop the
class_create() call.

Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jori Koolstra <jkoolstra@xs4all.nl>
Acked-by: Rodolfo Giometti <giometti@enneenne.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://patch.msgid.link/20260302151132.3302993-1-jkoolstra@xs4all.nl
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-04-02 16:33:00 +02:00
..
clients Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
generators pps: change pps_gen_class to a const struct 2026-04-02 16:32:52 +02:00
kapi.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
kc.c pps: Fix a use-after-free 2025-01-07 15:16:48 +01:00
kc.h
Kconfig
Makefile drivers pps: add PPS generators support 2025-01-08 13:18:09 +01:00
pps.c pps: change pps_class to a const struct 2026-04-02 16:33:00 +02:00
sysfs.c