Re: [PATCH 5/9] hw/i2c: pmbus: Page #255 is valid page for read requests.

2022-06-22 Thread Jae Hyun Yoo
Hello Titus, On 6/22/2022 1:49 PM, Titus Rwantare wrote: On Wed, 22 Jun 2022 at 10:29, Jae Hyun Yoo wrote: From: Maheswara Kurapati Current implementation of the pmbus core driver treats the read request for page 255 as invalid request and sets the invalid command bit (bit 7) in the

Re: [PATCH 5/9] hw/i2c: pmbus: Page #255 is valid page for read requests.

2022-06-22 Thread Titus Rwantare
On Wed, 22 Jun 2022 at 10:29, Jae Hyun Yoo wrote: > > From: Maheswara Kurapati > > Current implementation of the pmbus core driver treats the read request > for page 255 as invalid request and sets the invalid command bit (bit 7) in > the > STATUS_CML register. As per the PMBus specification it

[PATCH 5/9] hw/i2c: pmbus: Page #255 is valid page for read requests.

2022-06-22 Thread Jae Hyun Yoo
From: Maheswara Kurapati Current implementation of the pmbus core driver treats the read request for page 255 as invalid request and sets the invalid command bit (bit 7) in the STATUS_CML register. As per the PMBus specification it is a valid request. Refer to the PMBus specification, revision