Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1421068
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Bin Gao <bin.gao@linux.intel.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC |
| Date | Mon, 13 Jun 2016 19:30:01 +0200 |
| Message-ID | <rJDQt-To-3@gated-at.bofh.it> (permalink) |
| X-Original-To | "Rafael J. Wysocki" <rjw@rjwysocki.net>, Aaron Lu <aaron.lu@intel.com>, Paul Gortmaker <paul.gortmaker@windriver.com>, linux-acpi@vger.kernel.org |
| X-Extloop1 | 1 |
| X-Ironport-Av | E=Sophos;i="5.26,467,1459839600"; d="scan'208";a="121093627" |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 23 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kernel@vger.kernel.org, ysiyer <yegnesh.s.iyer@intel.com>, Ajay Thomas <ajay.thomas.david.rajamanickam@intel.com>, Bin Gao <bin.gao@intel.com> |
| X-Original-Date | Mon, 13 Jun 2016 10:32:39 -0700 |
| X-Original-Message-ID | <20160613173238.GB197659@worksta> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1421068 |
Show key headers only | View raw
This series modifies the pen function signature to take bit field and adds a new opregion driver for Intel BXT WhiskeyCove PMIC. Changes in v2: - Replaced module_init() with device_initcall() as the driver is supposed to be built-in. 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 drivers/acpi/pmic/intel_pmic.c | 13 +++++++------ drivers/acpi/pmic/intel_pmic.h | 4 ++-- drivers/acpi/pmic/intel_pmic_crc.c | 5 +++-- drivers/acpi/Kconfig | 6 + drivers/acpi/Makefile | 1 + drivers/acpi/pmic/intel_pmic_bxtwc.c | 424 +++++++++++++++++++++++++++++++++++ 6 files changed, 443 insertions(+), 10 deletions(-) create mode 100644 drivers/acpi/pmic/intel_pmic_bxtwc.c -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 0/2] acpi/pmic: add opregion driver for Intel BXT WhiskeyCove PMIC Bin Gao <bin.gao@linux.intel.com> - 2016-06-13 19:30 +0200
csiph-web