From: Darren Hart <dvhart@infradead.org>
To: platform-driver-x86@vger.kernel.org
Subject: [IGNORE] platform-drivers-x86 for 4.2-2
Date: Wed, 08 Jul 2015 17:02:00 -0700 [thread overview]
Message-ID: <pdx86-20150708.170200@fury> (raw)
(Testing vger delivery 002)
Hi Nobody,
The following came in a bit later and I wanted them to bake in next a
few more days before submitting, thus the second pull.
I've changed my tag formatting to mirror how I've seen you reformat my
summarized changelogs, and all the relevant information for the merge
commit is intended to be in the tag now.
Thanks,
Darren Hart
Intel Open Source Technology Center
The following changes since commit 5ee7041e5bc0fe8ba04a554dc2f9a18f709bc005:
MAINTAINERS: Orphan x86 driver msi-wmi (2015-06-15 13:39:35 -0700)
are available in the git repository at:
git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.2-2
for you to fetch changes up to 0a8b83530b6f67b9a50bd7937d57a5deea187b5b:
intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver (2015-06-29 15:28:14 -0700)
----------------------------------------------------------------
platform-drivers-x86 for 4.2-2
A new intel_pmc_ipc driver, a symmetrical allocation and free fix in
dell-laptop, a couple minor fixes, and some updated documentation in the
dell-laptop comments.
intel_pmc_ipc:
- Add Intel Apollo Lake PMC IPC driver
tc1100-wmi:
- Delete an unnecessary check before the function call "kfree"
dell-laptop:
- Fix allocating & freeing SMI buffer page
- Show info about WiGig and UWB in debugfs
- Update information about wireless control
----------------------------------------------------------------
Markus Elfring (1):
tc1100-wmi: Delete an unnecessary check before the function call "kfree"
Pali Rohár (3):
dell-laptop: Update information about wireless control
dell-laptop: Show info about WiGig and UWB in debugfs
dell-laptop: Fix allocating & freeing SMI buffer page
qipeng.zha (1):
intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver
MAINTAINERS | 7 +
arch/x86/include/asm/intel_pmc_ipc.h | 82 ++++
drivers/platform/x86/Kconfig | 7 +
drivers/platform/x86/Makefile | 1 +
drivers/platform/x86/dell-laptop.c | 183 +++++++--
drivers/platform/x86/intel_pmc_ipc.c | 767 +++++++++++++++++++++++++++++++++++
drivers/platform/x86/tc1100-wmi.c | 2 +-
7 files changed, 1004 insertions(+), 45 deletions(-)
create mode 100644 arch/x86/include/asm/intel_pmc_ipc.h
create mode 100644 drivers/platform/x86/intel_pmc_ipc.c
reply other threads:[~2015-07-09 0:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pdx86-20150708.170200@fury \
--to=dvhart@infradead.org \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.