Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1186297
| From | Darren Hart <dvhart@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] platform-drivers-x86 for 4.2-3 |
| Date | 2015-07-17 00:30 +0200 |
| Message-ID | <pMZPb-3d9-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus,
A few important fixes for dell-laptop, and a couple low impact/risk cleanups for
intel_*_ipc for 4.2.
Thanks,
Darren Hart
Intel Open Source Technology Center
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -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-3
for you to fetch changes up to 8642d7f8364d9fa84a83629129e78402c169c54a:
intel_scu_ipc: move local memory initialization out of a mutex (2015-07-14 11:02:44 -0700)
----------------------------------------------------------------
platform-drivers-x86 for 4.2-3
Fix SMBIOS call handling and hwswitch state coherency in the dell-laptop driver.
Cleanups for intel_*_ipc drivers.
dell-laptop:
- Do not cache hwswitch state
- Check return value of each SMBIOS call
- Clear buffer before each SMBIOS call
intel_scu_ipc:
- Move local memory initialization out of a mutex
intel_pmc_ipc:
- Update kerneldoc formatting
- Fix compiler casting warnings
----------------------------------------------------------------
Christophe JAILLET (1):
intel_scu_ipc: move local memory initialization out of a mutex
Pali Rohár (3):
dell-laptop: Clear buffer before each SMBIOS call
dell-laptop: Check return value of each SMBIOS call
dell-laptop: Do not cache hwswitch state
qipeng.zha (2):
intel_pmc_ipc: Fix compiler casting warnings
intel_pmc_ipc: Update kerneldoc formatting
arch/x86/include/asm/intel_pmc_ipc.h | 27 ------
drivers/platform/x86/dell-laptop.c | 171 +++++++++++++++++++++++++----------
drivers/platform/x86/intel_pmc_ipc.c | 83 ++++++++++-------
drivers/platform/x86/intel_scu_ipc.c | 6 +-
4 files changed, 176 insertions(+), 111 deletions(-)
--
Darren Hart
Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] platform-drivers-x86 for 4.2-3 Darren Hart <dvhart@infradead.org> - 2015-07-17 00:30 +0200
csiph-web