lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 6 Sep 2015 10:42:38 -0700
From:	Darren Hart <dvhart@...radead.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] platform-drivers-x86 for 4.3-1

Hi Linus,

The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc:

  Linux 4.2-rc3 (2015-07-19 14:45:02 -0700)

are available in the git repository at:

  git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.3-1

for you to fetch changes up to 628b3198ccc235e387c0b8ee200c10c883e86644:

  acer-wmi: No rfkill on HP Omen 15 wifi (2015-08-28 11:14:09 -0700)

Thanks,

Darren Hart
Intel Open Source Technology Center

----------------------------------------------------------------
platform-drivers-x86 for 4.3-1

Significant work on toshiba_acpi, including new hardware support,
refactoring, and cleanups. Extend device support for asus, ideapad, and
acer systems. New surface pro 3 buttons driver. Misc. minor cleanups for
thinkpad and hp-wireless.

acer-wmi:
 - No rfkill on HP Omen 15 wifi

thinkpad_acpi
 - Remove side effects from vdbg_printk -> no_printk macro

surface pro 3
 - Add support driver for Surface Pro 3 buttons

hp-wireless
 - remove unneeded goto/label in hpwl_init

ideapad-laptop
 - add alternative representation for Yoga 2 to DMI table
 - Add Lenovo Yoga 3 14 to no_hw_rfkill dmi list

asus-laptop
 - Add key found on Asus F3M

MAINTAINERS
 - Remove Toshiba Linux mailing list address

toshiba_acpi:
 - Bump driver version to 0.23
 - Remove unnecessary checks and returns in HCI/SCI functions
 - Refactor *{get, set} functions return value
 - Remove "*not supported" feature prints
 - Change *available functions return type
 - Add set_fan_status function
 - Change some variables to avoid warnings from ninja-check
 - Reorder toshiba_acpi_alt_keymap entries
 - Remove unused wireless defines
 - Transflective backlight updates
 - Avoid registering input device on WMI event laptops
 - Add /dev/toshiba_acpi device
 - Adapt /proc/acpi/toshiba/keys to TOS1900 devices

----------------------------------------------------------------
Azael Avalos (14):
      toshiba_acpi: Adapt /proc/acpi/toshiba/keys to TOS1900 devices
      toshiba_acpi: Add /dev/toshiba_acpi device
      toshiba_acpi: Avoid registering input device on WMI event laptops
      toshiba_acpi: Transflective backlight updates
      toshiba_acpi: Remove unused wireless defines
      toshiba_acpi: Reorder toshiba_acpi_alt_keymap entries
      toshiba_acpi: Change some variables to avoid warnings from ninja-check
      toshiba_acpi: Add set_fan_status function
      toshiba_acpi: Change *available functions return type
      toshiba_acpi: Remove "*not supported" feature prints
      toshiba_acpi: Refactor *{get, set} functions return value
      toshiba_acpi: Remove unnecessary checks and returns in HCI/SCI functions
      toshiba_acpi: Bump driver version to 0.23
      MAINTAINERS: Remove Toshiba Linux mailing list address

Chen Yu (1):
      surface pro 3: Add support driver for Surface Pro 3 buttons

Giedrius Statkevičius (1):
      hp-wireless: remove unneeded goto/label in hpwl_init

Hans de Goede (1):
      ideapad-laptop: Add Lenovo Yoga 3 14 to no_hw_rfkill dmi list

Joe Perches (1):
      thinkpad_acpi: Remove side effects from vdbg_printk -> no_printk macro

Michael Powell (1):
      acer-wmi: No rfkill on HP Omen 15 wifi

Sebastian Krzyszkowiak (1):
      ideapad-laptop: add alternative representation for Yoga 2 to DMI table

Łukasz Stelmach (1):
      asus-laptop: Add key found on Asus F3M

 Documentation/ioctl/ioctl-number.txt      |   2 +-
 MAINTAINERS                               |   7 +-
 drivers/platform/x86/Kconfig              |   5 +
 drivers/platform/x86/Makefile             |   1 +
 drivers/platform/x86/acer-wmi.c           |   1 +
 drivers/platform/x86/asus-laptop.c        |   1 +
 drivers/platform/x86/hp-wireless.c        |   7 +-
 drivers/platform/x86/ideapad-laptop.c     |  14 +
 drivers/platform/x86/surfacepro3_button.c | 216 ++++++++
 drivers/platform/x86/thinkpad_acpi.c      |   2 +-
 drivers/platform/x86/toshiba_acpi.c       | 805 ++++++++++++++++--------------
 include/uapi/linux/toshiba.h              |  32 +-
 12 files changed, 703 insertions(+), 390 deletions(-)
 create mode 100644 drivers/platform/x86/surfacepro3_button.c

-- 
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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ