public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] PCC: Platform Communication Channel
@ 2014-08-26 19:35 Ashwin Chaugule
  2014-08-26 19:35 ` [PATCH v3 1/3] Mailbox: Add support for PCC mailbox and channels Ashwin Chaugule
                   ` (2 more replies)
  0 siblings, 3 replies; 29+ messages in thread
From: Ashwin Chaugule @ 2014-08-26 19:35 UTC (permalink / raw)
  To: arnd; +Cc: Ashwin Chaugule, linux-acpi, linaro-acpi, rjw, broonie

This patchset adds support for the PCC (Platform Communication Channel)
interface as described in the current ACPI 5.0 spec. See Section 14 of the
ACPI spec - http://acpi.info/DOWNLOADS/ACPI_5_Errata%20A.pdf for more details
on how PCC works.

In brief PCC is a generic means for PCC clients, to talk to the firmware. The
PCC register space is typically memory mapped IO and uses a doorbell mechanism
to communicate synchronously from the OS to the firmware. The PCC driver is
completely agnostic to the protocol implemented by the PCC clients. It only
implements the enumeration of PCC channels and the low level transport mechanism
and leaves the rest to the PCC clients.

The PCC is meant to be useable in the future by clients such as CPPC
(Collaborative Processor Performance Control), RAS (Reliability,
Availability and Serviceability) and MPST (Memory Power State Tables) and possibly others.


Changes since V2:
- Rebased on top of git://git.linaro.org/landing-teams/working/fujitsu/integration.git 
	branch mailbox-for-3.17
- Added PCC API to mailbox framework as per Arnd's suggestion to allow usage without ACPI.

Changes since V1:
-Integration with Mailbox framework - https://lkml.org/lkml/2014/5/15/49

Ashwin Chaugule (3):
  Mailbox: Add support for PCC mailbox and channels
  Add support for Platform Communication Channel
  PCC-test: Test driver to trigger PCC commands

 drivers/mailbox/Kconfig            |  12 ++
 drivers/mailbox/Makefile           |   2 +
 drivers/mailbox/mailbox.c          | 118 +++++++++++++++++--
 drivers/mailbox/pcc-test.c         | 208 +++++++++++++++++++++++++++++++++
 drivers/mailbox/pcc.c              | 228 +++++++++++++++++++++++++++++++++++++
 include/linux/mailbox_client.h     |   6 +
 include/linux/mailbox_controller.h |   1 +
 7 files changed, 568 insertions(+), 7 deletions(-)
 create mode 100644 drivers/mailbox/pcc-test.c
 create mode 100644 drivers/mailbox/pcc.c

-- 
1.9.1


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

end of thread, other threads:[~2014-09-03 15:51 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 19:35 [PATCH v3 0/3] PCC: Platform Communication Channel Ashwin Chaugule
2014-08-26 19:35 ` [PATCH v3 1/3] Mailbox: Add support for PCC mailbox and channels Ashwin Chaugule
2014-08-27 10:27   ` Mark Brown
2014-08-27 13:07     ` Ashwin Chaugule
2014-08-27 19:09       ` Mark Brown
2014-08-27 21:49         ` Ashwin Chaugule
2014-08-28 10:10           ` Mark Brown
2014-08-28 12:31             ` Ashwin Chaugule
2014-08-28  8:39         ` Arnd Bergmann
2014-08-28 10:15           ` Mark Brown
2014-08-28 20:34             ` Ashwin Chaugule
2014-09-02 18:16               ` Ashwin Chaugule
2014-09-02 19:22                 ` [Linaro-acpi] " Arnd Bergmann
2014-09-02 20:15                   ` Ashwin Chaugule
2014-09-02 23:03                     ` Mark Brown
2014-09-03 15:23                       ` Ashwin Chaugule
2014-09-03 15:27                         ` Arnd Bergmann
2014-09-03 15:36                         ` Mark Brown
2014-09-03 15:41                           ` Arnd Bergmann
2014-09-03 15:51                             ` Mark Brown
2014-09-03 11:23                     ` Arnd Bergmann
2014-09-03 14:49                       ` Mark Brown
2014-09-03 14:50                         ` Arnd Bergmann
2014-08-28 12:21           ` Ashwin Chaugule
2014-08-26 19:35 ` [PATCH v3 2/3] Add support for Platform Communication Channel Ashwin Chaugule
2014-08-27 10:29   ` Mark Brown
2014-08-26 19:35 ` [PATCH v3 3/3] PCC-test: Test driver to trigger PCC commands Ashwin Chaugule
2014-08-27 10:30   ` Mark Brown
2014-08-27 11:53     ` Ashwin Chaugule

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox