mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 01:08:13 -04:00
pps: bump PPS device count
Modern systems may have more than 16 PPS sources and current hard-coded limit breaks registration of some devices. Let's bump the limit to 256 in hope it will be enough in foreseen future. Signed-off-by: Vadim Fedorenko <vadim.fedorenko@linux.dev> Acked-by: Rodolfo Giometti <giometti@enneenne.com> Link: https://patch.msgid.link/20260515135028.2021318-1-vadim.fedorenko@linux.dev Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
794cd1c77f
commit
9bf93cb2e1
@@ -26,7 +26,7 @@
|
||||
#include <linux/types.h>
|
||||
|
||||
#define PPS_VERSION "5.3.6"
|
||||
#define PPS_MAX_SOURCES 16 /* should be enough... */
|
||||
#define PPS_MAX_SOURCES 256 /* should be enough... */
|
||||
|
||||
/* Implementation note: the logical states ``assert'' and ``clear''
|
||||
* are implemented in terms of the chip register, i.e. ``assert''
|
||||
|
||||
Reference in New Issue
Block a user