This series tightens TI TIPD (TPS6598x family) bring-up ergonomics and
cleans up register bit definitions:
- Log vendor ID read failures with I2C return code and register value so
boards with wiring or address mistakes are easier to debug at probe
time.
- Treat operation without an interrupt line as a normal polling setup and
log at info instead of warning.
- Name TPS_REG_POWER_STATUS connection/source-sink bit masks and use
them consistently with TPS_FIELD_GET (no behavior change).
Radhey Shyam Pandey (3):
usb: typec: tipd: add error message for vendor ID read failure
usb: typec: tipd: demote missing IRQ log to info for polling mode
usb: typec: tipd: name TPS_REG_POWER_STATUS field masks
drivers/usb/typec/tipd/core.c | 9 ++++++---
drivers/usb/typec/tipd/tps6598x.h | 10 +++++++---
2 files changed, 13 insertions(+), 6 deletions(-)
base-commit: 1f63dd8ca0dc05a8272bb8155f643c691d29bb11
--
2.44.4