aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/clock
diff options
context:
space:
mode:
authorGravatar Michael J. Ruhl <michael.j.ruhl@intel.com> 2024-02-23 15:25:56 -0500
committerGravatar Stephen Boyd <sboyd@kernel.org> 2024-02-28 14:14:44 -0800
commit99f4570cfba1e60daafde737cb7e395006d719e6 (patch)
treec78f1ad81ca2fb3c6f4437608dbaada2908aa665 /Documentation/devicetree/bindings/clock
parentLinux 6.8-rc1 (diff)
downloadlinux-99f4570cfba1e60daafde737cb7e395006d719e6.tar.gz
linux-99f4570cfba1e60daafde737cb7e395006d719e6.tar.bz2
linux-99f4570cfba1e60daafde737cb7e395006d719e6.zip
clkdev: Update clkdev id usage to allow for longer names
clkdev DEV ID information is limited to an array of 20 bytes (MAX_DEV_ID). It is possible that the ID could be longer than that. If so, the lookup will fail because the "real ID" will not match the copied value. For instance, generating a device name for the I2C Designware module using the PCI ID can result in a name of: i2c_designware.39424 clkdev_create() will store: i2c_designware.3942 The stored name is one off and will not match correctly during probe. Increase the size of the ID to allow for a longer name. Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com> Link: https://lore.kernel.org/r/20240223202556.2194021-1-michael.j.ruhl@intel.com Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
0 files changed, 0 insertions, 0 deletions