Re: [PATCH] platform/chrome: cros_ec: Fix host command for regulator control.

2020-07-27 Thread Mark Brown
On Fri, 24 Jul 2020 16:03:55 +0800, Pi-Hsun Shih wrote: > Since the host command number 0x012B conflicts with other EC host > command, add one to all regulator control related host command. > > Also fix a wrong alignment on struct and sync the comment with the one > in ChromeOS EC codebase. Appli

Re: [PATCH] platform/chrome: cros_ec: Fix host command for regulator control.

2020-07-27 Thread Enric Balletbo i Serra
Hi Pi-Hsun, Mark Thank you for your patch. On 24/7/20 10:03, Pi-Hsun Shih wrote: > Since the host command number 0x012B conflicts with other EC host > command, add one to all regulator control related host command. > > Also fix a wrong alignment on struct and sync the comment with the one > in C

[PATCH] platform/chrome: cros_ec: Fix host command for regulator control.

2020-07-24 Thread Pi-Hsun Shih
Since the host command number 0x012B conflicts with other EC host command, add one to all regulator control related host command. Also fix a wrong alignment on struct and sync the comment with the one in ChromeOS EC codebase. Fixes: dff08caf35ec ("platform/chrome: cros_ec: Add command for regulat