summaryrefslogtreecommitdiff
path: root/drivers/dax
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2023-09-23 20:19:20 +0300
committerLee Jones <lee@kernel.org>2023-11-01 14:28:54 +0300
commit3b581cb58816d07b033c800d42a040d7ba566fb6 (patch)
tree5e56ef83dd1d215d3618d667e92b2ece3f2f366e /drivers/dax
parenta337ee0d25ba24212269c2442981dc4fb5232a8c (diff)
downloadlinux-3b581cb58816d07b033c800d42a040d7ba566fb6.tar.xz
leds: pca955x: Convert enum->pointer for data in the match tables
Convert enum->pointer for data in the match tables, so that device_get_match_data() can do match against OF/ACPI/I2C tables, once i2c bus type match support added to it. Replace enum->struct *pca955x_chipdefs for data in the match table. Simplify the probe() by replacing device_get_match_data() and ID lookup for retrieving data by i2c_get_match_data(). While at it, add const definition to pca955x_chipdefs[]. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20230923171921.53503-2-biju.das.jz@bp.renesas.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/dax')
0 files changed, 0 insertions, 0 deletions