All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Garrett <mjg59@srcf.ucam.org>
To: torvalds@linux-foundation.org
Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT] x86 platform driver updates for 3.11
Date: Wed, 10 Jul 2013 20:44:20 +0100	[thread overview]
Message-ID: <20130710194420.GA14945@srcf.ucam.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2795 bytes --]

Hi Linus,

Nothing overly exciting here - a couple of new drivers that don't do a 
great deal, along with some miscellaneous fixes and a couple of small 
feature enablement patches.

The following changes since commit d2b4a646717153a1a180b64d4a8464054dbd700e:

  Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma (2013-07-07 11:11:43 -0700)

are available in the git repository at:


  git://cavan.codon.org.uk/platform-drivers-x86.git for_linus

for you to fetch changes up to fef8ce166b2d5cdba8bbf85fa48c4cb8d75ffec4:

  x86 platform drivers: fix gpio leak (2013-07-10 15:09:35 -0400)

----------------------------------------------------------------
AceLan Kao (2):
      asus-wmi: control wlan-led only if wapf == 4
      asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. 1015E/U

Alex Hung (1):
      hp-wmi: add supports for POST code error

Ben Hutchings (1):
      amilo-rfkill: Add dependency on SERIO_I8042

Libo Chen (4):
      x86: msi-laptop: fix memleak
      x86: asus-laptop: fix invalid point access
      drivers/platform/x86/intel_ips: Convert to module_pci_driver
      x86 platform drivers: fix gpio leak

Matthew Garrett (3):
      hp-wmi: Enable hotkeys on some systems
      Add support driver for Intel Rapid Start Technology
      Add trivial driver to disable Intel Smart Connect

Seth Forshee (1):
      toshiba_acpi: Add dependency on SERIO_I8042

Viktar Vauchkevich (1):
      asus-nb-wmi: ignore ALS notification key code

Wei Yongjun (1):
      dell-laptop: fix error return code in dell_init()

vic (1):
      asus-wmi: append newline to messages

 .../ABI/testing/sysfs-driver-intel-rapid-start     |  21 +++
 drivers/platform/x86/Kconfig                       |  28 +++
 drivers/platform/x86/Makefile                      |   2 +
 drivers/platform/x86/asus-laptop.c                 |   1 -
 drivers/platform/x86/asus-nb-wmi.c                 |  19 ++
 drivers/platform/x86/asus-wmi.c                    |  21 ++-
 drivers/platform/x86/dell-laptop.c                 |   5 +-
 drivers/platform/x86/hp-wmi.c                      |  63 +++++++
 drivers/platform/x86/intel-rst.c                   | 209 +++++++++++++++++++++
 drivers/platform/x86/intel-smartconnect.c          |  90 +++++++++
 drivers/platform/x86/intel_ips.c                   |  13 +-
 drivers/platform/x86/intel_pmic_gpio.c             |   6 +-
 drivers/platform/x86/msi-laptop.c                  |  24 +--
 13 files changed, 462 insertions(+), 40 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-intel-rapid-start
 create mode 100644 drivers/platform/x86/intel-rst.c
 create mode 100644 drivers/platform/x86/intel-smartconnect.c


-- 
Matthew Garrett | mjg59@srcf.ucam.org

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

             reply	other threads:[~2013-07-10 19:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-10 19:44 Matthew Garrett [this message]
2013-07-10 21:20 ` [GIT] x86 platform driver updates for 3.11 Mattia Dongili
2013-08-10  4:11   ` [PATCH 0/2] Fixes for sony-laptop " Mattia Dongili
2013-08-10  4:19     ` Matthew Garrett
2013-08-10  4:11   ` [PATCH 1/2] sony-laptop: return a negative error code in sonypi_compat_init() Mattia Dongili
2013-08-10  4:11   ` [PATCH 2/2] sony-laptop: Fix reporting of gfx_switch_status Mattia Dongili

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=20130710194420.GA14945@srcf.ucam.org \
    --to=mjg59@srcf.ucam.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.