X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2016-12-29 14:17:42 to 2017-01-17 07:17:42 UTC [more...]

[PATCH v2 0/6] Move dell-led to drivers/platform/x86
 2017-01-17  7:17 UTC  (9+ messages)
` [PATCH v2 1/6] dell-led: remove GUID check from dell_micmute_led_set()
` [PATCH v2 2/6] ALSA: hda - use dell_micmute_led_set() instead of dell_app_wmi_led_set()
` [PATCH v2 3/6] ALSA: hda - rename dell_led_set_func to dell_micmute_led_set_func
` [PATCH v2 4/6] platform/x86: dell-laptop: import dell_micmute_led_set() from drivers/leds/dell-led.c
` [PATCH v2 5/6] dell-led: remove code related to mic mute LED
` [PATCH v2 6/6] dell-led: move driver to drivers/platform/x86/dell-wmi-led.c
` [PATCH v2 6+/6] platform/x86: dell-wmi-led: fix coding style issues

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2017-01-16 14:46 UTC  (49+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 04/14] tables.h: add linker table support
  ` [PATCH v5 09/14] jump_label: port __jump_table to linker tables
  ` [PATCH v6 00/14] linux: generalize sections, ranges and "
    ` [PATCH v6 01/14] generic-sections: add section core helpers
    ` [PATCH v6 02/14] xtensa: skip adding literal when SORT() is used
    ` [PATCH v6 03/14] ranges.h: add helpers to build and identify Linux section ranges
    ` [PATCH v6 04/14] tables.h: add linker table support
    ` [PATCH v6 05/14] kbuild: enable option to force compile force-obj-y and force-lib-y
    ` [PATCH v6 06/14] firmware/Makefile: force recompilation if makefile changes
    ` [PATCH v6 07/14] firmware: port built-in section to linker table
    ` [PATCH v6 08/14] jump_label: move guard #endif down where it belongs
    ` [PATCH v6 09/14] jump_label: port __jump_table to linker tables
    ` [PATCH v6 10/14] dynamic_debug: port to use "
    ` [PATCH v6 11/14] kprobes: move kprobe declarations to asm-generic/kprobes.h
    ` [PATCH v6 12/14] kprobes: port .kprobes.text to section range
    ` [PATCH v6 13/14] kprobes: port blacklist kprobes to linker table
    ` [PATCH v6 14/14] lib: add linker tables test driver
    ` [PATCH v7 00/14] linux: generalize sections, ranges and linker tables
      ` [PATCH v7 01/14] generic-sections: add section core helpers
      ` [PATCH v7 02/14] xtensa: skip adding literal when SORT() is used
      ` [PATCH v7 03/14] ranges.h: add helpers to build and identify Linux section ranges
      ` [PATCH v7 04/14] tables.h: add linker table support
      ` [PATCH v7 05/14] kbuild: enable option to force compile force-obj-y and force-lib-y
      ` [PATCH v7 06/14] firmware/Makefile: force recompilation if makefile changes
      ` [PATCH v7 07/14] firmware: port built-in section to linker table
      ` [PATCH v7 08/14] jump_label: move guard #endif down where it belongs
      ` [PATCH v7 09/14] jump_label: port __jump_table to linker tables
      ` [PATCH v7 10/14] dynamic_debug: port to use "
      ` [PATCH v7 11/14] kprobes: move kprobe declarations to asm-generic/kprobes.h
      ` [PATCH v7 12/14] kprobes: port .kprobes.text to section range
      ` [PATCH v7 13/14] kprobes: port blacklist kprobes to linker table
      ` [PATCH v7 14/14] lib: add linker tables test driver

[PATCH v2 0/6] tools: add linker table userspace sandbox
 2017-01-15 21:12 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] tools: add a userspace tools bug.h
  ` [PATCH v3 2/6] tools: add init.h for tools
  ` [PATCH v3 3/6] tools: add __used and enable to override
  ` [PATCH v3 4/6] tools: expand export.h with VMLINUX_SYMBOL()
  ` [PATCH v3 5/6] tools: add __section() to compiler.h
  ` [PATCH v3 6/6] tools: add userspace linker table sandbox
  ` [PATCH v4 0/6] tools: add linker table userspace sandbox
    ` [PATCH v4 1/6] tools: add a userspace tools bug.h
    ` [PATCH v4 2/6] tools: add init.h for tools
    ` [PATCH v4 3/6] tools: add __used and enable to override
    ` [PATCH v4 4/6] tools: expand export.h with VMLINUX_SYMBOL()
    ` [PATCH v4 5/6] tools: add __section() to compiler.h
    ` [PATCH v4 6/6] tools: add userspace linker table sandbox

[PATCH v5 2/6] leds: triggers: Add a keyboard backlight trigger
 2017-01-15 15:05 UTC  (14+ messages)

[PATCH] platform/x86: Add IMS/ZII SCU driver
 2017-01-14  5:49 UTC  (8+ messages)
` [PATCH] platform/x86: fix platform_no_drv_owner.cocci warnings

[PATCH 0/4] fujitsu-laptop: acpi_fujitsu_hotkey_notify() cleanup
 2017-01-13 22:09 UTC  (14+ messages)
` [PATCH 1/4] platform/x86: fujitsu-laptop: decrease indentation in acpi_fujitsu_hotkey_notify()
` [PATCH 2/4] platform/x86: fujitsu-laptop: move keycode processing to separate functions
` [PATCH 3/4] platform/x86: fujitsu-laptop: break up complex loop condition
` [PATCH 4/4] platform/x86: fujitsu-laptop: make hotkey handling functions more similar

[PATCH 0/4] fujitsu_init() cleanup
 2017-01-13 13:19 UTC  (7+ messages)
` [PATCH 1/4] platform/x86: fujitsu-laptop: simplify acpi_bus_register_driver() error handling
` [PATCH 2/4] platform/x86: fujitsu-laptop: register backlight device in a separate function
` [PATCH 3/4] platform/x86: fujitsu-laptop: sync backlight power status in acpi_fujitsu_hotkey_add()
` [PATCH 4/4] platform/x86: fujitsu-laptop: cleanup error labels in fujitsu_init()

[PATCH 00/14] Big WMI driver rework
 2017-01-13  1:42 UTC  (8+ messages)
` [PATCH 08/14] wmi: Probe data objects for read and write capabilities

[bug report] platform/x86: Add custom surface3 platform device for controlling LID
 2017-01-12 14:09 UTC 

[resend][PATCH v2 1/1] platform/x86: Remove PMIC GPIO block support
 2017-01-12 11:23 UTC 

[PATCH v2 1/1] platform/x86: Remove PMIC GPIO block support
 2017-01-12  7:47 UTC  (3+ messages)

[PATCH] platform/x86: shut up unused-function warning
 2017-01-10 21:39 UTC  (4+ messages)

[PATCH v3 1/5] leds: core: Add support for poll()ing the sysfs brightness attr for changes
 2017-01-10 20:23 UTC  (7+ messages)
` [PATCH v3 5/5] platform: x86: dell-*: Simplify dell-rbtn integration with dell-laptop [untested]

[PATCH 0/7] Move dell-led to drivers/platform/x86
 2017-01-10  5:28 UTC  (9+ messages)
` [PATCH 3/7] ALSA: hda - use dell_micmute_led_set() instead of dell_app_wmi_led_set()

[PATCH v2 1/2] platform/x86: fujitsu-laptop: rework logolamp_set() to properly handle errors
 2017-01-09 13:35 UTC  (4+ messages)
` [PATCH v2 2/2] platform/x86: fujitsu-laptop: simplify logolamp_get()

[PATCH] module 'dell-laptop': quirk for laptop Dell Inspiron 3179: problem with keyboard controller for keys: Home, End, PgUp, PgDn
 2017-01-07 21:21 UTC  (2+ messages)

[PATCH] i2c: i801: Register optional lis3lv02d i2c device on Dell machines
 2017-01-07 12:49 UTC  (54+ messages)
                                                    ` [PATCH] i2c: do not enable fall back to Host Notify by default

[patch] platform/x86: mlx-platform: free first dev on error
 2017-01-07  8:02 UTC  (2+ messages)

[PATCH] platform/x86: fujitsu-laptop: rework logolamp_set() to properly handle errors
 2017-01-07  1:01 UTC  (6+ messages)

[PATCH v1 1/1] platform/x86: Remove PMIC GPIO block support
 2017-01-06 20:40 UTC  (5+ messages)

[PATCH v2] dell-wmi, dell-laptop: hide dell-smbios
 2017-01-05 21:12 UTC  (7+ messages)

[PATCH v3] platform/x86: dell-smbios: Auto-select as needed
 2017-01-05 13:44 UTC  (2+ messages)

[PATCH v6 0/3] Add platform clock for BayTrail platforms
 2017-01-05  0:54 UTC  (12+ messages)
` [PATCH v6 1/3] clk: x86: Add Atom PMC platform clocks
      ` [alsa-devel] "

[PATCH] platform/x86: intel_pmc_ipc: Remove unused iTCO_version variable
 2017-01-03 20:46 UTC  (2+ messages)

[PATCH 1/2] platform/x86: intel_mid_thermal: Remove duplicated platform device ID
 2017-01-03 20:46 UTC  (3+ messages)
` [PATCH 2/2] platform/x86: intel_mid_thermal: Fix module autoload

[PATCH v2] acer-wmi: setup accelerometer when machine has appropriate notify event
 2017-01-03  0:16 UTC  (3+ messages)

Urgent Please;;
 2017-01-02 17:46 UTC 


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