USB: typec: tps6598x: Add device data to of_device_id
authorAbdel Alkuor <abdelalkuor@geotab.com>
Tue, 3 Oct 2023 15:58:38 +0000 (11:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Oct 2023 07:02:07 +0000 (09:02 +0200)
commit5bd4853da049924aed5a54fb3250f4438194cb17
tree5c5833fb9d85e89152cbbb18c11cda8a7ec0f477
parent8f999ce60ea3d47886b042ef1f22bb184b6e9c59
USB: typec: tps6598x: Add device data to of_device_id

Part of tps6598x refactoring, we need to move the following functions
to device data as tps25750 has different implementation than tps6598x
and cd321x:
- interrupt handler
- port registration
- power status trace
- status trace

Signed-off-by: Abdel Alkuor <abdelalkuor@geotab.com>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20231003155842.57313-6-alkuor@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tipd/core.c