linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] x86 platform driver updates
@ 2011-02-21 22:11 Matthew Garrett
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Garrett @ 2011-02-21 22:11 UTC (permalink / raw)
  To: torvalds; +Cc: platform-driver-x86, linux-kernel

Hi Linus,

Small updates to the x86 platform driver tree - fix a trivial bogosity 
that led to acer-wmi failing to bind on some hardware, some build 
fixups, some IRQ code rework on the (new for .38) Medfield interrupt 
driver from Thomas and an attempt to fix up the Dell rfkill handling 
that's breaking some newer machines. I'm still working on this last one, 
and we may end up having to just pull the functionality from the driver 
to make this work well.

The following changes since commit 6f576d57f1fa0d6026b495d8746d56d949989161:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 (2011-02-20 10:15:57 -0800)

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git for_linus

Keng-Yu Lin (1):
      dell-laptop: Toggle the unsupported hardware killswitch

Matthew Garrett (1):
      acer-wmi: Fix capitalisation of GUID

Randy Dunlap (1):
      platform/x86: ideapad-laptop depends on INPUT

Seth Forshee (1):
      thinkpad_acpi: Always report scancodes for hotkeys

Thomas Gleixner (4):
      platform-drivers: x86: pmic: Fix up bogus irq hackery
      platform-drivers: x86: Convert pmic to new irq_chip functions
      platform-drivers: x86: pmic: Use irq_chip buslock mechanism
      platform-drivers: x86: pmic: Use request_irq instead of chained handler

Vasiliy Kulikov (3):
      platform: x86: tc1100-wmi: world-writable sysfs wireless and jogdial files
      platform: x86: asus_acpi: world-writable procfs files
      platform: x86: acer-wmi: world-writable sysfs threeg file

 drivers/platform/x86/Kconfig           |    2 +-
 drivers/platform/x86/acer-wmi.c        |    4 +-
 drivers/platform/x86/asus_acpi.c       |    8 +--
 drivers/platform/x86/dell-laptop.c     |   24 ++++++-
 drivers/platform/x86/intel_pmic_gpio.c |  116 +++++++++-----------------------
 drivers/platform/x86/tc1100-wmi.c      |    2 +-
 drivers/platform/x86/thinkpad_acpi.c   |    8 +--
 7 files changed, 61 insertions(+), 103 deletions(-)

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [GIT PULL] x86 platform driver updates
@ 2011-05-09 18:57 Matthew Garrett
  2011-05-10  6:40 ` Corentin Chary
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Garrett @ 2011-05-09 18:57 UTC (permalink / raw)
  To: torvalds; +Cc: platform-driver-x86, linux-kernel

Hi Linus,

A couple of minor fixes and a regression fix for the Sony driver. The 
Thinkpad driver works fine if it's loaded by hand and the rfkill code on 
the Eee is currently completely broken for PCIe systems that don't put 
devices on bus 0. The Sony one is fallout from support for the backlight 
control on new systems - we're currently able to set it outside valid 
ranges, which results in no video or potential hardware damage.

The following changes since commit 8b061610dac3a3b89770c85ad63b481a47b0c38e:

  Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2011-05-07 13:17:37 -0700)

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git for_linus

Manoj Iyer (1):
      thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.

Matthew Garrett (1):
      eeepc-laptop: Use ACPI handle to identify rfkill port

Mattia Dongili (2):
      sony-laptop: report failures on setting LCD brightness
      sony-laptop: limit brightness range to DSDT provided ones

 drivers/platform/x86/eeepc-laptop.c  |   57 +++++++++++----
 drivers/platform/x86/sony-laptop.c   |  130 +++++++++++++++++++++++++++-------
 drivers/platform/x86/thinkpad_acpi.c |    6 +-
 3 files changed, 150 insertions(+), 43 deletions(-)

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [GIT PULL] x86 platform driver updates
@ 2011-08-05 19:34 Matthew Garrett
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Garrett @ 2011-08-05 19:34 UTC (permalink / raw)
  To: torvalds; +Cc: platform-driver-x86, linux-kernel

Hi Linus,

Various cleanups from Axel, a pile of patches for the asus and acer 
drivers and a few odds and ends. Most of this has been baking in next 
for a while, and the newer stuff is Obviously Correct(tm).

The following changes since commit de96355c111679dd6e2c5c73e25e814c72510c58:

  Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 (2011-08-05 06:44:38 -1000)

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git for_linus

Andy Lutomirski (1):
      Add KEY_MICMUTE and enable it on Lenovo X220

Anton V. Boyarshinov (1):
      acerhdf.c: spaces in aliased changed to *

Axel Lin (8):
      platform-drivers-x86: dell-laptop: Remove unneeded mutex_init() for buffer_mutex
      platform-drivers-x86: msi-wmi: add missing sparse_keymap_free in msi_wmi_init error path
      platform-drivers-x86: intel_mid_thermal: fix memory leak
      platform-drivers-x86: intel_menlow: add missing return AE_OK for intel_menlow_register_sensor()
      platform-drivers-x86: intel_rar_register: convert to DEFINE_PCI_DEVICE_TABLE
      platform-drivers-x86: intel_scu_ipc: convert to DEFINE_PCI_DEVICE_TABLE
      platform-drivers-x86: samsung-q10: make dmi_check_callback return 1
      platform-drivers-x86: ideapad-laptop: add missing ideapad_input_exit in ideapad_acpi_add error path

Corentin Chary (12):
      asus-wmi: fix hwmon/pwm1
      asus-wmi: second part of the version starts at 16 not 8
      asus-wmi: add keyboard backlight support
      asus-wmi: fix section mismatch
      asus-wmi: fix keyboard backlight detection
      asus-wmi: add some device ids
      asus-wmi: add thermal sensor
      asus-wmi: check for temp1 presence
      asus-wmi: return proper value in store_cpufv()
      asus-wmi: add CWAP support and clarify the meaning of WAPF bits
      asus-wmi: add gps rfkill support
      asus-wmi: add uwb rfkill support

Frederick van der Wyck (1):
      Platform: Samsung Q10 backlight driver

Ike Panhc (3):
      ideapad: define cfg bits and create sysfs node for cfg
      ideapad: let camera_power node invisiable if no camera
      ideapad: add backlight driver

J Witteveen (1):
      Samsung Laptop platform driver: support N510

Jesse Barnes (1):
      x86 driver: fix typo in TDP override enabling

Julien Valroff (1):
      acerhdf: add support for Aspire 1810TZ BIOS v1.3314

Lee, Chun-Yi (3):
      acer-wmi: schedule threeg and interface sysfs for feature removal
      msi-laptop: add MSI U270 netbook to module alias and scm list
      acer-wmi: support Lenovo ideapad S205 wifi switch

Seth Forshee (5):
      acer-wmi: Add support for Aspire 1830 wlan hotkey
      asus-wmi: Add callback for hotkey filtering
      eeepc-wmi: Add support for T101MT Home/Express Gate key
      asus-wmi: Enable autorepeat for hotkey input device
      dell-wmi: Add keys for Dell XPS L502X

Thomas Courbon (1):
      Platform: fix samsung-laptop DMI identification for N150/N210/220/N230

 .../ABI/testing/sysfs-platform-ideapad-laptop      |   17 ++
 Documentation/feature-removal-schedule.txt         |   11 +
 drivers/platform/x86/Kconfig                       |    8 +
 drivers/platform/x86/Makefile                      |    1 +
 drivers/platform/x86/acer-wmi.c                    |   40 +++-
 drivers/platform/x86/acerhdf.c                     |   13 +-
 drivers/platform/x86/asus-laptop.c                 |    9 +-
 drivers/platform/x86/asus-nb-wmi.c                 |   27 ++-
 drivers/platform/x86/asus-wmi.c                    |  239 +++++++++++++++++---
 drivers/platform/x86/asus-wmi.h                    |    7 +
 drivers/platform/x86/dell-laptop.c                 |    1 -
 drivers/platform/x86/dell-wmi.c                    |   10 +
 drivers/platform/x86/eeepc-wmi.c                   |   27 +++
 drivers/platform/x86/ideapad-laptop.c              |  195 ++++++++++++++--
 drivers/platform/x86/intel_ips.c                   |    4 +-
 drivers/platform/x86/intel_menlow.c                |    2 +
 drivers/platform/x86/intel_mid_thermal.c           |   26 ++-
 drivers/platform/x86/intel_rar_register.c          |    4 +-
 drivers/platform/x86/intel_scu_ipc.c               |    2 +-
 drivers/platform/x86/msi-laptop.c                  |   10 +
 drivers/platform/x86/msi-wmi.c                     |    1 +
 drivers/platform/x86/samsung-laptop.c              |   20 ++
 drivers/platform/x86/samsung-q10.c                 |  196 ++++++++++++++++
 drivers/platform/x86/thinkpad_acpi.c               |   11 +-
 include/linux/input.h                              |    2 +
 25 files changed, 799 insertions(+), 84 deletions(-)
 create mode 100644 drivers/platform/x86/samsung-q10.c

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [GIT PULL] X86 platform driver updates
@ 2014-04-10 16:19 Matthew Garrett
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Garrett @ 2014-04-10 16:19 UTC (permalink / raw)
  To: torvalds; +Cc: platform-driver-x86, linux-kernel

Hi Linus,

Support for the new keyboard features on the Thinkpad Carbon, a bunch of 
updates for the Sony and Toshiba drivers, a new driver for upcoming 
Alienware hardware and a few misc fixes. There's a couple of patches 
that got Acked today but aren't invasive, so I'll send a further PR for 
them next week.

The following changes since commit 18a1a7a1d862ae0794a0179473d08a414dd49234:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile (2014-04-06 08:11:57 -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 562c7cec1e92be85ade6f65fff107651e10ee2ed:

  alienware-wmi: cover some scenarios where memory allocations would fail (2014-04-10 12:11:56 -0400)

----------------------------------------------------------------
Azael Avalos (7):
      toshiba_acpi: Add System Configuration Interface
      toshiba_acpi: Adapt Illumination code to use SCI
      toshiba_acpi: Add keyboard backlight support
      toshiba_acpi: Add touchpad enable/disable support-
      toshiba_acpi: Add ECO mode led support
      toshiba_acpi: Add accelerometer support
      toshiba_acpi: Update version and copyright info

Behan Webster (1):
      x86, acpi: LLVMLinux: Remove nested functions from Thinkpad ACPI

Borislav Petkov (1):
      x86, platform: Make HP_WIRELESS option text more descriptive

David E. Box (1):
      Revert "X86 platform: New BayTrail IOSF-SB MBI driver"

Javier Achirica (8):
      sony-laptop: add support as Fn+1 as a hot key
      sony-laptop: Add support for lid resume settings on Vaio Pro
      sony-laptop: add panel_id function
      sony-laptop: add usb charge function
      sony-laptop: add fan speed regulation function
      sony-laptop: add hibernate on low battery function
      sony-laptop: adjust keyboard backlight values for off/auto/on
      sony-laptop: add smart connect control function

Jean Delvare (1):
      sonypi: Simplify dependencies

Mario Limonciello (2):
      Add WMI driver for controlling AlienFX features on some Alienware products
      alienware-wmi: cover some scenarios where memory allocations would fail

Matthew Garrett (1):
      toshiba_acpi: Fix whitespace

Mattia Dongili (1):
      sony-laptop: remove useless sony-laptop versioning

Scott K Logan (1):
      fujitsu-tablet: add support for Lifebook T901 and T902

Shuduo Sang (2):
      support Thinkpad X1 Carbon 2nd generation's adaptive keyboard
      save and restore adaptive keyboard mode for suspend and,resume

Stefan Seyfried (1):
      Fix sleep / suspend keys for Toughbook CF-51

Takashi Iwai (1):
      thinkpad_acpi: Fix inconsistent mute LED after resume

 drivers/char/Kconfig                    |   2 +-
 drivers/platform/x86/Kconfig            |  22 +-
 drivers/platform/x86/Makefile           |   2 +-
 drivers/platform/x86/alienware-wmi.c    | 565 ++++++++++++++++++++++++++++
 drivers/platform/x86/fujitsu-tablet.c   |  65 ++++
 drivers/platform/x86/intel_baytrail.c   | 224 -----------
 drivers/platform/x86/intel_baytrail.h   |  90 -----
 drivers/platform/x86/panasonic-laptop.c |  11 +
 drivers/platform/x86/sony-laptop.c      | 539 ++++++++++++++++++++++++---
 drivers/platform/x86/thinkpad_acpi.c    | 227 +++++++++---
 drivers/platform/x86/toshiba_acpi.c     | 635 +++++++++++++++++++++++++++++---
 11 files changed, 1901 insertions(+), 481 deletions(-)
 create mode 100644 drivers/platform/x86/alienware-wmi.c
 delete mode 100644 drivers/platform/x86/intel_baytrail.c
 delete mode 100644 drivers/platform/x86/intel_baytrail.h


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

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

end of thread, other threads:[~2014-04-10 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21 22:11 [GIT PULL] x86 platform driver updates Matthew Garrett
  -- strict thread matches above, loose matches on Subject: below --
2011-05-09 18:57 Matthew Garrett
2011-05-10  6:40 ` Corentin Chary
2011-08-05 19:34 Matthew Garrett
2014-04-10 16:19 [GIT PULL] X86 " Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).