public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86 platform drivers tree
@ 2010-02-26 15:18 Matthew Garrett
  2010-02-26 15:18 ` [PATCH 01/14] MAINTAINERS: update drivers/platform/x86 information Matthew Garrett
                   ` (16 more replies)
  0 siblings, 17 replies; 36+ messages in thread
From: Matthew Garrett @ 2010-02-26 15:18 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Many of the x86 platform drivers are either entirely unrelated to ACPI, or
only barely so. So, with Len's blessing:

The following changes since commit baac35c4155a8aa826c70acee6553368ca5243a2:
  Xiaotian Feng (1):
        security: fix error return path in ima_inode_alloc

are available in the git repository at:

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

Erik Andren (1):
      dell-laptop: Add another Dell laptop to the DMI whitelist

Mario Limonciello (4):
      compal-laptop: Add support for known Compal made Dell laptops
      compal-laptop: Replace sysfs support with rfkill support
      dell-laptop: Block software state changes when rfkill hard blocked
      dell-laptop: Blacklist machines not supporting dell-laptop

Matthew Garrett (7):
      MAINTAINERS: update drivers/platform/x86 information
      dell-laptop: Update rfkill state on kill switch
      dell-laptop: Fix platform device unregistration
      dell-laptop: Fix small memory leak
      dell-laptop: Pay attention to which devices the hardware switch controls
      hp-wmi: Add support for tablet rotation key
      toshiba_acpi: Add full hotkey support

Stuart Hayes (1):
      dell-laptop: Use buffer with 32-bit physical address

Thadeu Lima de Souza Cascardo (1):
      classmate-laptop: use a single MODULE_DEVICE_TABLE to get correct aliases

 MAINTAINERS                             |   29 +++-
 drivers/platform/x86/Kconfig            |    1 +
 drivers/platform/x86/classmate-laptop.c |   31 +++--
 drivers/platform/x86/compal-laptop.c    |  247 +++++++++++++-----------------
 drivers/platform/x86/dell-laptop.c      |  256 ++++++++++++++++++++++++++-----
 drivers/platform/x86/hp-wmi.c           |    1 +
 drivers/platform/x86/toshiba_acpi.c     |  206 ++++++++++++++++++++++++-
 7 files changed, 575 insertions(+), 196 deletions(-)


^ permalink raw reply	[flat|nested] 36+ messages in thread
* [GIT PULL] x86 platform drivers tree
@ 2010-03-02 15:06 Matthew Garrett
  0 siblings, 0 replies; 36+ messages in thread
From: Matthew Garrett @ 2010-03-02 15:06 UTC (permalink / raw)
  To: platform-drivers-x86; +Cc: linux-kernel, torvalds

Hi Linus,

Here's some misc fixes (including a couple of build fixes), along with 
updates to the asus and Thinkpad drivers.

The following changes since commit 30ff056c42c665b9ea535d8515890857ae382540:
  Linus Torvalds (1):
        Merge branch 'x86-uv-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip

are available in the git repository at:

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

Alan Jenkins (2):
      eeepc-laptop: disable wireless hotplug for 1005PE
      eeepc-laptop: check wireless hotplug events

Corentin Chary (30):
      eeepc-laptop: set the right paths in the documentation
      asus-laptop: add wireless and bluetooth status parameter
      asus-laptop: set the right paths in the documentation
      asus-laptop: no need to check argument of set_brightness()
      asus-laptop: simplify write_acpi_int
      asus-laptop: use tabs to indent macros and remove unused ones
      asus-laptop: remove unecessary hotk != NULL check
      asus-laptop: change initialization order
      asus-laptop: revise names
      asus-laptop: move backlight and dsdt info inside asus_laptop struct
      asus-laptop: callbacks should use "driver data" parameter or field
      asus-laptop: code movement
      asus-laptop: stop using read_status for bluetooth and wlan
      asus-laptop: stop using read_status and store_status for GPS
      asus-laptop: stop using read_status for lcd
      asus-laptop: removing read_status/store_status/write_status and asus->status
      asus-laptop: rename function talking directly to acpi with asus_xxx scheme
      asus-laptop: stop using ASUS_HANDLE and use relative methods instead
      asus-laptop: add error check for write_acpi_int calls
      asus-laptop: rename wireless_status to wlan_status to avoid confusion
      asus-laptop: switch to sparse keymap library
      asus-laptop: add bluetooth keys found on M9V
      asus-laptop: add backlight changes notifications
      asus-laptop: leds, remove dead code and fix asus_led_exit()/asus_led_init()
      asus-laptop: set initial lcd state
      asus-laptop: add gps rfkill
      asus-laptop: clean led code
      asus-laptop: use device_create_file() instead of platform_group
      asus-laptop: fix style problems reported by checkpath.pl
      Merge branch 'eeepc-laptop' into acpi4asus

Frans Pop (1):
      toshiba-acpi: fix multimedia keys on some machines

Henrique de Moraes Holschuh (7):
      thinkpad-acpi: document HKEY event 3006
      thinkpad-acpi: R52 brightness_mode has been confirmed
      thinkpad-acpi: fix poll thread auto-start
      thinkpad-acpi: make driver events work in NVRAM poll mode
      thinkpad-acpi: fix bluetooth/wwan resume
      thinkpad-acpi: lock down video output state access
      thinkpad-acpi: fix ALSA callback return status

Ingo Molnar (2):
      dell-laptop: Fix build error by making buffer_mutex static
      compal-laptop: Make it depend on CONFIG_RFKILL

Matthew Garrett (3):
      dell-laptop: Fix errors on failure and exit paths
      Merge git://git.iksaif.net/acpi4asus into x86-platform
      Merge branch 'for-upstream/platform-x86_tpacpi' of git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6 into x86-platform

Roel Kluin (1):
      asus-acpi: remove duplicate comparison of asus_model strings

Thadeu Lima de Souza Cascardo (2):
      MAINTAINERS: Add git tree to x86 Platform Drivers
      classmate-laptop: Added some keys present in other devices

 .../ABI/testing/sysfs-platform-asus-laptop         |   12 +-
 .../ABI/testing/sysfs-platform-eeepc-laptop        |   10 +-
 Documentation/laptops/thinkpad-acpi.txt            |    4 +
 MAINTAINERS                                        |    1 +
 drivers/platform/x86/Kconfig                       |   13 +-
 drivers/platform/x86/asus-laptop.c                 | 1741 ++++++++++----------
 drivers/platform/x86/asus_acpi.c                   |    3 +-
 drivers/platform/x86/classmate-laptop.c            |    4 +
 drivers/platform/x86/dell-laptop.c                 |    9 +-
 drivers/platform/x86/eeepc-laptop.c                |   21 +-
 drivers/platform/x86/thinkpad_acpi.c               |  116 +-
 drivers/platform/x86/toshiba_acpi.c                |   30 +-
 12 files changed, 1058 insertions(+), 906 deletions(-)

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

^ permalink raw reply	[flat|nested] 36+ messages in thread
* [GIT PULL] x86 platform drivers tree
@ 2010-03-02 15:08 Matthew Garrett
  0 siblings, 0 replies; 36+ messages in thread
From: Matthew Garrett @ 2010-03-02 15:08 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: linux-kernel, torvalds

Hi Linus,

Here's some misc fixes (including a couple of build fixes), along with 
updates to the asus and Thinkpad drivers.

The following changes since commit 30ff056c42c665b9ea535d8515890857ae382540:
  Linus Torvalds (1):
        Merge branch 'x86-uv-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip

are available in the git repository at:

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

Alan Jenkins (2):
      eeepc-laptop: disable wireless hotplug for 1005PE
      eeepc-laptop: check wireless hotplug events

Corentin Chary (30):
      eeepc-laptop: set the right paths in the documentation
      asus-laptop: add wireless and bluetooth status parameter
      asus-laptop: set the right paths in the documentation
      asus-laptop: no need to check argument of set_brightness()
      asus-laptop: simplify write_acpi_int
      asus-laptop: use tabs to indent macros and remove unused ones
      asus-laptop: remove unecessary hotk != NULL check
      asus-laptop: change initialization order
      asus-laptop: revise names
      asus-laptop: move backlight and dsdt info inside asus_laptop struct
      asus-laptop: callbacks should use "driver data" parameter or field
      asus-laptop: code movement
      asus-laptop: stop using read_status for bluetooth and wlan
      asus-laptop: stop using read_status and store_status for GPS
      asus-laptop: stop using read_status for lcd
      asus-laptop: removing read_status/store_status/write_status and asus->status
      asus-laptop: rename function talking directly to acpi with asus_xxx scheme
      asus-laptop: stop using ASUS_HANDLE and use relative methods instead
      asus-laptop: add error check for write_acpi_int calls
      asus-laptop: rename wireless_status to wlan_status to avoid confusion
      asus-laptop: switch to sparse keymap library
      asus-laptop: add bluetooth keys found on M9V
      asus-laptop: add backlight changes notifications
      asus-laptop: leds, remove dead code and fix asus_led_exit()/asus_led_init()
      asus-laptop: set initial lcd state
      asus-laptop: add gps rfkill
      asus-laptop: clean led code
      asus-laptop: use device_create_file() instead of platform_group
      asus-laptop: fix style problems reported by checkpath.pl
      Merge branch 'eeepc-laptop' into acpi4asus

Frans Pop (1):
      toshiba-acpi: fix multimedia keys on some machines

Henrique de Moraes Holschuh (7):
      thinkpad-acpi: document HKEY event 3006
      thinkpad-acpi: R52 brightness_mode has been confirmed
      thinkpad-acpi: fix poll thread auto-start
      thinkpad-acpi: make driver events work in NVRAM poll mode
      thinkpad-acpi: fix bluetooth/wwan resume
      thinkpad-acpi: lock down video output state access
      thinkpad-acpi: fix ALSA callback return status

Ingo Molnar (2):
      dell-laptop: Fix build error by making buffer_mutex static
      compal-laptop: Make it depend on CONFIG_RFKILL

Matthew Garrett (3):
      dell-laptop: Fix errors on failure and exit paths
      Merge git://git.iksaif.net/acpi4asus into x86-platform
      Merge branch 'for-upstream/platform-x86_tpacpi' of git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6 into x86-platform

Roel Kluin (1):
      asus-acpi: remove duplicate comparison of asus_model strings

Thadeu Lima de Souza Cascardo (2):
      MAINTAINERS: Add git tree to x86 Platform Drivers
      classmate-laptop: Added some keys present in other devices

 .../ABI/testing/sysfs-platform-asus-laptop         |   12 +-
 .../ABI/testing/sysfs-platform-eeepc-laptop        |   10 +-
 Documentation/laptops/thinkpad-acpi.txt            |    4 +
 MAINTAINERS                                        |    1 +
 drivers/platform/x86/Kconfig                       |   13 +-
 drivers/platform/x86/asus-laptop.c                 | 1741 ++++++++++----------
 drivers/platform/x86/asus_acpi.c                   |    3 +-
 drivers/platform/x86/classmate-laptop.c            |    4 +
 drivers/platform/x86/dell-laptop.c                 |    9 +-
 drivers/platform/x86/eeepc-laptop.c                |   21 +-
 drivers/platform/x86/thinkpad_acpi.c               |  116 +-
 drivers/platform/x86/toshiba_acpi.c                |   30 +-
 12 files changed, 1058 insertions(+), 906 deletions(-)

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

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

end of thread, other threads:[~2010-03-02 15:08 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-26 15:18 [GIT PULL] x86 platform drivers tree Matthew Garrett
2010-02-26 15:18 ` [PATCH 01/14] MAINTAINERS: update drivers/platform/x86 information Matthew Garrett
2010-02-26 16:18   ` Thadeu Lima de Souza Cascardo
2010-02-26 16:39   ` Anisse Astier
2010-02-26 16:44     ` Anisse Astier
2010-02-26 23:58       ` Henrique de Moraes Holschuh
2010-02-26 21:53   ` Corentin Chary
2010-03-01 17:59     ` Len Brown
2010-03-01 18:02       ` Matthew Garrett
2010-03-01 18:23         ` Len Brown
2010-02-26 23:51   ` Peter Feuerer
2010-02-27  3:42   ` Jonathan Woithe
2010-02-27  4:39   ` Harald Welte
2010-02-26 15:18 ` [PATCH 02/14] compal-laptop: Add support for known Compal made Dell laptops Matthew Garrett
2010-02-26 15:18 ` [PATCH 03/14] compal-laptop: Replace sysfs support with rfkill support Matthew Garrett
2010-02-26 15:18 ` [PATCH 04/14] dell-laptop: Update rfkill state on kill switch Matthew Garrett
2010-02-27  8:06   ` Dmitry Torokhov
2010-02-26 15:18 ` [PATCH 05/14] dell-laptop: Fix platform device unregistration Matthew Garrett
2010-02-27  8:09   ` Dmitry Torokhov
2010-02-26 15:18 ` [PATCH 06/14] dell-laptop: Fix small memory leak Matthew Garrett
2010-02-26 15:18 ` [PATCH 07/14] dell-laptop: Block software state changes when rfkill hard blocked Matthew Garrett
2010-02-26 15:18 ` [PATCH 08/14] dell-laptop: Blacklist machines not supporting dell-laptop Matthew Garrett
2010-02-26 15:18 ` [PATCH 09/14] dell-laptop: Use buffer with 32-bit physical address Matthew Garrett
2010-02-27  8:11   ` Dmitry Torokhov
2010-02-26 15:18 ` [PATCH 10/14] dell-laptop: Pay attention to which devices the hardware switch controls Matthew Garrett
2010-02-26 15:18 ` [PATCH 11/14] classmate-laptop: use a single MODULE_DEVICE_TABLE to get correct aliases Matthew Garrett
2010-02-26 15:18 ` [PATCH 12/14] dell-laptop: Add another Dell laptop to the DMI whitelist Matthew Garrett
2010-02-26 15:18 ` [PATCH 13/14] hp-wmi: Add support for tablet rotation key Matthew Garrett
2010-02-27  8:12   ` Dmitry Torokhov
2010-02-26 15:18 ` [PATCH 14/14] toshiba_acpi: Add full hotkey support Matthew Garrett
2010-02-27  0:07 ` [GIT PULL] x86 platform drivers tree Henrique de Moraes Holschuh
2010-03-01 14:45   ` Matthew Garrett
2010-02-28 19:59 ` tip: origin tree build failure Ingo Molnar
2010-03-02 13:56 ` [PATCH] compal-laptop: Make it depend on CONFIG_RFKILL Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2010-03-02 15:06 [GIT PULL] x86 platform drivers tree Matthew Garrett
2010-03-02 15:08 Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox