Re: [PATCH 1/2] drm/msm/dp: Clean up handling of DP AUX interrupts

2023-01-26 Thread Doug Anderson
Hi, On Wed, Jan 25, 2023 at 9:13 AM Kuogee Hsieh wrote: > > > On 1/19/2023 2:53 PM, Douglas Anderson wrote: > > The DP AUX interrupt handling was a bit of a mess. > > * There were two functions (one for "native" transfers and one for > >"i2c" transfers) that were quite similar. It was hard

Re: [PATCH 1/2] drm/msm/dp: Clean up handling of DP AUX interrupts

2023-01-25 Thread Kuogee Hsieh
On 1/19/2023 2:53 PM, Douglas Anderson wrote: The DP AUX interrupt handling was a bit of a mess. * There were two functions (one for "native" transfers and one for "i2c" transfers) that were quite similar. It was hard to say how many of the differences between the two functions were on

[PATCH 1/2] drm/msm/dp: Clean up handling of DP AUX interrupts

2023-01-19 Thread Douglas Anderson
The DP AUX interrupt handling was a bit of a mess. * There were two functions (one for "native" transfers and one for "i2c" transfers) that were quite similar. It was hard to say how many of the differences between the two functions were on purpose and how many of them were just an accident