Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430263 > unrolled thread

[PATCH v4 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC

Started byBin Gao <bin.gao@linux.intel.com>
First post2016-06-24 02:40 +0200
Last post2016-06-25 02:20 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v4 0/3] acpi/pmic: add opregion driver for Intel BXT  WhiskeyCove PMIC Bin Gao <bin.gao@linux.intel.com> - 2016-06-24 02:40 +0200
    Re: [PATCH v4 0/3] acpi/pmic: add opregion driver for Intel BXT  WhiskeyCove PMIC Aaron Lu <aaron.lu@intel.com> - 2016-06-24 04:30 +0200
      Re: [PATCH v4 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-06-25 02:20 +0200

#1430263 — [PATCH v4 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC

FromBin Gao <bin.gao@linux.intel.com>
Date2016-06-24 02:40 +0200
Subject[PATCH v4 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC
Message-ID<rNnk5-UA-1@gated-at.bofh.it>
This series modifies the pen function signature to take bit field
and adds a new opregion driver for Intel BXT WhiskeyCove PMIC. It
also adds support for PMIC regs operation region.

Yegnesh Iyer (1):
  acpi: pmic: Modifying the pen function signature to take bit field

Ajay Thomas (1):
  acpi: pmic: Add opregion driver for Intel BXT WhiskeyCove PMIC

Chandra Sekhar Anagani (1):
 acpi: pmic: Add support for Intel BXT PMIC regs operation region

 drivers/acpi/pmic/intel_pmic.c       | 87  +++++++------
 drivers/acpi/pmic/intel_pmic.h       | 11  ++--
 drivers/acpi/pmic/intel_pmic_crc.c   |  5  +++--
 drivers/acpi/Kconfig                 |  6  +
 drivers/acpi/Makefile                |  1  +
 drivers/acpi/pmic/intel_pmic_bxtwc.c |449  +++++++++++++++++++++++++++++++++++
 6 files changed, 559 insertions(+), 10 deletions(-)
 create mode 100644 drivers/acpi/pmic/intel_pmic_bxtwc.c
--
1.9.1

[toc] | [next] | [standalone]


#1430300

FromAaron Lu <aaron.lu@intel.com>
Date2016-06-24 04:30 +0200
Message-ID<rNp2x-263-1@gated-at.bofh.it>
In reply to#1430263
On 06/24/2016 08:43 AM, Bin Gao wrote:
> This series modifies the pen function signature to take bit field
> and adds a new opregion driver for Intel BXT WhiskeyCove PMIC. It
> also adds support for PMIC regs operation region.

Reviewed-by: Aaron Lu <aaron.lu@intel.com>

Thanks,
Aaron

> 
> Yegnesh Iyer (1):
>   acpi: pmic: Modifying the pen function signature to take bit field
> 
> Ajay Thomas (1):
>   acpi: pmic: Add opregion driver for Intel BXT WhiskeyCove PMIC
> 
> Chandra Sekhar Anagani (1):
>  acpi: pmic: Add support for Intel BXT PMIC regs operation region
> 
>  drivers/acpi/pmic/intel_pmic.c       | 87  +++++++------
>  drivers/acpi/pmic/intel_pmic.h       | 11  ++--
>  drivers/acpi/pmic/intel_pmic_crc.c   |  5  +++--
>  drivers/acpi/Kconfig                 |  6  +
>  drivers/acpi/Makefile                |  1  +
>  drivers/acpi/pmic/intel_pmic_bxtwc.c |449  +++++++++++++++++++++++++++++++++++
>  6 files changed, 559 insertions(+), 10 deletions(-)
>  create mode 100644 drivers/acpi/pmic/intel_pmic_bxtwc.c
> --
> 1.9.1
> 

[toc] | [prev] | [next] | [standalone]


#1431020 — Re: [PATCH v4 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2016-06-25 02:20 +0200
SubjectRe: [PATCH v4 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC
Message-ID<rNJui-6KT-19@gated-at.bofh.it>
In reply to#1430300
On Friday, June 24, 2016 10:25:21 AM Aaron Lu wrote:
> On 06/24/2016 08:43 AM, Bin Gao wrote:
> > This series modifies the pen function signature to take bit field
> > and adds a new opregion driver for Intel BXT WhiskeyCove PMIC. It
> > also adds support for PMIC regs operation region.
> 
> Reviewed-by: Aaron Lu <aaron.lu@intel.com>

OK, all [1-3/3] applied, thanks!

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web