[GIT] x86 platform driver upates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Linus,

A moderate diffstat, but it's almost entirely just moving the chromebook 
driver into its own directory in order to ease ARM support, adding back 
rfkill support to the one Dell laptop model where it's expected to work, 
updates to the Intel IPC driver for hardware I've never actually seen 
and the usual set of small fixes.

The following changes since commit 527d1511310a89650000081869260394e20c7013:

  Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc (2013-11-20 15:13:47 -0800)

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 a80e1053aaa395d94fff5ab7c73c89bb0c28c3c5:

  x86, wmi fix modalias_show return values (2013-11-20 20:16:22 -0500)

----------------------------------------------------------------
Alex Hung (2):
      dell-wmi: Add KEY_MICMUTE to bios_to_linux_keycode
      hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmd

Hans de Goede (12):
      Revert "dell-laptop: Remove rfkill code"
      dell-laptop: Only enable rfkill on Latitudes
      dell-laptop: If there is no hwswitch, then clear all hw-controlled bits
      dell-laptop: Only get status from BIOS once when updating
      dell-laptop: Don't set sw_state from the query callback
      dell-laptop: Don't read-back sw_state on machines with a hardware switch
      dell-laptop: Allow changing the sw_state while the radio is blocked by hw
      dell-laptop: Sync current block state to BIOS on hw switch change
      dell-laptop: Do not skip setting blocked bit rfkill_set while hw-blocked
      dell-laptop: Wait less long before updating rfkill after an rfkill keypress
      dell-laptop: Add a force_rfkill module parameter
      dell-laptop: Only enable rfkill functionality on laptops with a hw killswitch

Joe Perches (1):
      platform:x86: Remove OOM message after input_allocate_device

Kuppuswamy Sathyanarayanan (4):
      ipc: Added platform data structure
      ipc: Enabled ipc support for additional intel platforms
      ipc: Handle error conditions in ipc command
      ipc: Added support for IPC interrupt mode

Mattia Dongili (1):
      sony-laptop: warn on multiple KBD backlight handles

Olof Johansson (1):
      platform: add chrome platform directory

Prarit Bhargava (1):
      x86, wmi fix modalias_show return values

Stephen Gildea (1):
      sony-laptop: fixe typos in sony_laptop_input_keycode_map

Takashi Iwai (1):
      thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS > 32

 MAINTAINERS                                        |   5 +
 drivers/platform/Kconfig                           |   1 +
 drivers/platform/Makefile                          |   1 +
 drivers/platform/chrome/Kconfig                    |  28 ++
 drivers/platform/chrome/Makefile                   |   2 +
 drivers/platform/{x86 => chrome}/chromeos_laptop.c |   0
 drivers/platform/x86/Kconfig                       |  11 -
 drivers/platform/x86/Makefile                      |   1 -
 drivers/platform/x86/asus-laptop.c                 |   5 +-
 drivers/platform/x86/dell-laptop.c                 | 288 +++++++++++++++++++++
 drivers/platform/x86/dell-wmi.c                    |   7 +-
 drivers/platform/x86/eeepc-laptop.c                |   4 +-
 drivers/platform/x86/hp-wmi.c                      |  14 +-
 drivers/platform/x86/ideapad-laptop.c              |   4 +-
 drivers/platform/x86/intel_mid_powerbtn.c          |   4 +-
 drivers/platform/x86/intel_scu_ipc.c               | 117 ++++++++-
 drivers/platform/x86/panasonic-laptop.c            |   5 +-
 drivers/platform/x86/sony-laptop.c                 |  20 +-
 drivers/platform/x86/thinkpad_acpi.c               |   8 +-
 drivers/platform/x86/topstar-laptop.c              |   4 +-
 drivers/platform/x86/toshiba_acpi.c                |   4 +-
 drivers/platform/x86/wmi.c                         |   6 +-
 22 files changed, 477 insertions(+), 62 deletions(-)
 create mode 100644 drivers/platform/chrome/Kconfig
 create mode 100644 drivers/platform/chrome/Makefile
 rename drivers/platform/{x86 => chrome}/chromeos_laptop.c (100%)

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux