Re: [PATCH v5 1/2] drm/bridge: parade-ps8640: Use regmap APIs

2021-09-18 Thread Sam Ravnborg
Hi Philip, On Sat, Sep 18, 2021 at 10:21:16AM -0700, Philip Chen wrote: > Replace the direct i2c access (i2c_smbus_* functions) with regmap APIs, > which will simplify the future update on ps8640 driver. > > Reviewed-by: Douglas Anderson > Signed-off-by: Philip Chen Looks good, Acked-by: Sam R

[PATCH v5 1/2] drm/bridge: parade-ps8640: Use regmap APIs

2021-09-18 Thread Philip Chen
Replace the direct i2c access (i2c_smbus_* functions) with regmap APIs, which will simplify the future update on ps8640 driver. Reviewed-by: Douglas Anderson Signed-off-by: Philip Chen --- (no changes since v4) Changes in v4: - Remove excessive error logging from the probe function Changes in