aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMarc Ferland <[email protected]>2021-11-16 11:47:33 -0500
committerAlexandre Belloni <[email protected]>2021-12-01 00:07:25 +0100
commit1c1b3098ae1e0d9725d0d4d49986e0edebba443a (patch)
tree75e1b3e4db7e414f8e84feca54a2a79412a33ec3 /tools/perf/scripts/python
parentf601aa7930669439623dd266fc9e90b0218b42c1 (diff)
rtc: pcf85063: add i2c_device_id name matching support
The pcf85063 driver regsitration currently supports the "compatible" property type of matching (for DT). This patch adds "matching by name" support to the driver by defining an i2c_device_id table and setting the id_table parameter in the i2c_driver struct. This will, for example, make the driver easier to instantiate on systems where CONFIG_OF is not enabled (x86 in my case). Signed-off-by: Marc Ferland <[email protected]> Reported-by: kernel test robot <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions