linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC
@ 2016-06-23  7:55 Bin Gao
  2016-06-23 13:03 ` Rafael J. Wysocki
  0 siblings, 1 reply; 7+ messages in thread
From: Bin Gao @ 2016-06-23  7:55 UTC (permalink / raw)
  To: Rafael J. Wysocki, Aaron Lu, Paul Gortmaker, linux-acpi
  Cc: linux-kernel, ysiyer, Ajay Thomas, Bin Gao

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 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC
  2016-06-23  7:55 [PATCH v3 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC Bin Gao
@ 2016-06-23 13:03 ` Rafael J. Wysocki
  2016-06-23 13:16   ` Heikki Krogerus
  2016-06-23 13:17   ` Rafael J. Wysocki
  0 siblings, 2 replies; 7+ messages in thread
From: Rafael J. Wysocki @ 2016-06-23 13:03 UTC (permalink / raw)
  To: Bin Gao
  Cc: Rafael J. Wysocki, Aaron Lu, Paul Gortmaker,
	ACPI Devel Maling List, Linux Kernel Mailing List, ysiyer,
	Ajay Thomas, Bin Gao, Felipe Balbi, Heikki Krogerus

On Thu, Jun 23, 2016 at 9:55 AM, Bin Gao <bin.gao@linux.intel.com> 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.
>
> 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

I've just applied the above two patches from the previous series.  Are
there any changes to them here?

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

That's a new one I suppose?

How is this related to http://marc.info/?l=linux-acpi&m=146660742815070&w=2 ?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC
  2016-06-23 13:03 ` Rafael J. Wysocki
@ 2016-06-23 13:16   ` Heikki Krogerus
  2016-06-23 13:18     ` Rafael J. Wysocki
  2016-06-23 13:17   ` Rafael J. Wysocki
  1 sibling, 1 reply; 7+ messages in thread
From: Heikki Krogerus @ 2016-06-23 13:16 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Bin Gao, Rafael J. Wysocki, Aaron Lu, Paul Gortmaker,
	ACPI Devel Maling List, Linux Kernel Mailing List, ysiyer,
	Ajay Thomas, Bin Gao, Felipe Balbi

On Thu, Jun 23, 2016 at 03:03:34PM +0200, Rafael J. Wysocki wrote:
> On Thu, Jun 23, 2016 at 9:55 AM, Bin Gao <bin.gao@linux.intel.com> 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.
> >
> > 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
> 
> I've just applied the above two patches from the previous series.  Are
> there any changes to them here?
> 
> > Chandra Sekhar Anagani (1):
> >  acpi: pmic: Add support for PMIC regs operation region
> 
> That's a new one I suppose?
> 
> How is this related to http://marc.info/?l=linux-acpi&m=146660742815070&w=2 ?

Looks the like same to me.. Just ignore the one I send then. Sorry,
there seems to have been a miscommunication somewhere.


Thanks,

-- 
heikki

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC
  2016-06-23 13:03 ` Rafael J. Wysocki
  2016-06-23 13:16   ` Heikki Krogerus
@ 2016-06-23 13:17   ` Rafael J. Wysocki
  2016-06-23 16:57     ` Bin Gao
  1 sibling, 1 reply; 7+ messages in thread
From: Rafael J. Wysocki @ 2016-06-23 13:17 UTC (permalink / raw)
  To: Bin Gao
  Cc: Rafael J. Wysocki, Aaron Lu, Paul Gortmaker,
	ACPI Devel Maling List, Linux Kernel Mailing List, ysiyer,
	Ajay Thomas, Bin Gao, Felipe Balbi, Heikki Krogerus

On Thu, Jun 23, 2016 at 3:03 PM, Rafael J. Wysocki <rafael@kernel.org> wrote:
> On Thu, Jun 23, 2016 at 9:55 AM, Bin Gao <bin.gao@linux.intel.com> 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.
>>
>> 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
>
> I've just applied the above two patches from the previous series.  Are
> there any changes to them here?

Well, I'm dropping the old series due to comments from Aaron on the
second patch.

I will be waiting for an update addressing the Aaron's comments in
[2/3] and [3/3].

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC
  2016-06-23 13:16   ` Heikki Krogerus
@ 2016-06-23 13:18     ` Rafael J. Wysocki
  2016-06-23 13:28       ` Heikki Krogerus
  0 siblings, 1 reply; 7+ messages in thread
From: Rafael J. Wysocki @ 2016-06-23 13:18 UTC (permalink / raw)
  To: Heikki Krogerus
  Cc: Rafael J. Wysocki, Bin Gao, Rafael J. Wysocki, Aaron Lu,
	Paul Gortmaker, ACPI Devel Maling List,
	Linux Kernel Mailing List, ysiyer, Ajay Thomas, Bin Gao,
	Felipe Balbi

On Thu, Jun 23, 2016 at 3:16 PM, Heikki Krogerus
<heikki.krogerus@linux.intel.com> wrote:
> On Thu, Jun 23, 2016 at 03:03:34PM +0200, Rafael J. Wysocki wrote:
>> On Thu, Jun 23, 2016 at 9:55 AM, Bin Gao <bin.gao@linux.intel.com> 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.
>> >
>> > 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
>>
>> I've just applied the above two patches from the previous series.  Are
>> there any changes to them here?
>>
>> > Chandra Sekhar Anagani (1):
>> >  acpi: pmic: Add support for PMIC regs operation region
>>
>> That's a new one I suppose?
>>
>> How is this related to http://marc.info/?l=linux-acpi&m=146660742815070&w=2 ?
>
> Looks the like same to me.. Just ignore the one I send then.

I will.

What about the second patch in your series?

> Sorry, there seems to have been a miscommunication somewhere.

I see, no problem.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC
  2016-06-23 13:18     ` Rafael J. Wysocki
@ 2016-06-23 13:28       ` Heikki Krogerus
  0 siblings, 0 replies; 7+ messages in thread
From: Heikki Krogerus @ 2016-06-23 13:28 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Bin Gao, Rafael J. Wysocki, Aaron Lu, Paul Gortmaker,
	ACPI Devel Maling List, Linux Kernel Mailing List, ysiyer,
	Ajay Thomas, Bin Gao, Felipe Balbi

On Thu, Jun 23, 2016 at 03:18:27PM +0200, Rafael J. Wysocki wrote:
> On Thu, Jun 23, 2016 at 3:16 PM, Heikki Krogerus
> <heikki.krogerus@linux.intel.com> wrote:
> > On Thu, Jun 23, 2016 at 03:03:34PM +0200, Rafael J. Wysocki wrote:
> >> On Thu, Jun 23, 2016 at 9:55 AM, Bin Gao <bin.gao@linux.intel.com> 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.
> >> >
> >> > 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
> >>
> >> I've just applied the above two patches from the previous series.  Are
> >> there any changes to them here?
> >>
> >> > Chandra Sekhar Anagani (1):
> >> >  acpi: pmic: Add support for PMIC regs operation region
> >>
> >> That's a new one I suppose?
> >>
> >> How is this related to http://marc.info/?l=linux-acpi&m=146660742815070&w=2 ?
> >
> > Looks the like same to me.. Just ignore the one I send then.
> 
> I will.
> 
> What about the second patch in your series?

True, that is still valid.


Thanks,

-- 
heikki

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v3 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC
  2016-06-23 13:17   ` Rafael J. Wysocki
@ 2016-06-23 16:57     ` Bin Gao
  0 siblings, 0 replies; 7+ messages in thread
From: Bin Gao @ 2016-06-23 16:57 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Rafael J. Wysocki, Aaron Lu, Paul Gortmaker,
	ACPI Devel Maling List, Linux Kernel Mailing List, ysiyer,
	Ajay Thomas, Bin Gao, Felipe Balbi, Heikki Krogerus

> Well, I'm dropping the old series due to comments from Aaron on the
> second patch.
> 
> I will be waiting for an update addressing the Aaron's comments in
> [2/3] and [3/3].

Right, there was no change on [1/3].
I'll address Aaron's comments and re-send all as v4. Thanks.

-Bin

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-06-23 16:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-23  7:55 [PATCH v3 0/3] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC Bin Gao
2016-06-23 13:03 ` Rafael J. Wysocki
2016-06-23 13:16   ` Heikki Krogerus
2016-06-23 13:18     ` Rafael J. Wysocki
2016-06-23 13:28       ` Heikki Krogerus
2016-06-23 13:17   ` Rafael J. Wysocki
2016-06-23 16:57     ` Bin Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).