Re: [PATCH v3 3/3] acpi/pmic: Add support for PMIC regs operation region

2016-06-23 Thread Aaron Lu
On Thu, Jun 23, 2016 at 01:06:30AM -0700, Bin Gao wrote: > Broxton platform firmware has defined new customized operation > regions called regs for PMIC chip which is used to handle the > PMIC gpio mainly intended for the TYPE-C VBUS and Orientation. > > The intel_pmic_regs structure is created al

[PATCH v3 3/3] acpi/pmic: Add support for PMIC regs operation region

2016-06-23 Thread Bin Gao
Broxton platform firmware has defined new customized operation regions called regs for PMIC chip which is used to handle the PMIC gpio mainly intended for the TYPE-C VBUS and Orientation. The intel_pmic_regs structure is created also for this purpose of handling the PMIC register read and write.