platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-01 20:03:14 to 2017-08-19 08:24:52 UTC [more...]

[PATCH 01/15] EDAC: make device_type const
 2017-08-19  8:22 UTC  (6+ messages)
` [PATCH 02/15] drm: "
` [PATCH 03/15] [media] i2c: "
` [PATCH 04/15] [media] rc: "
` [PATCH 05/15] mei: "
` [PATCH 06/15] mtd: "

[PATCH 00/15] drivers: make device_type const
 2017-08-19  8:22 UTC 

[PATCH 0/3] Three WMI improvements
 2017-08-19  0:14 UTC  (31+ messages)
` [PATCH 1/3] platform/dell-wmi: Fix driver interface version query
` [PATCH 2/3] platform/dell-wmi: Update dell_wmi_check_descriptor_buffer() to new model
` [PATCH 3/3] platform/wmi: Expose the raw WDG data in sysfs

[PATCH] platform/x86: intel-vbtn: reduce unnecessary messages for normal users
 2017-08-18 23:25 UTC  (2+ messages)

[PATCH] platform/x86: intel_pmc_core: Add Package C-states residency info
 2017-08-18 23:23 UTC  (7+ messages)

[PATCH] platform/x86: thinkpad_acpi: Fix warning about deprecated hwmon_device_register
 2017-08-18 23:01 UTC  (3+ messages)
` [PATCH v2] "

(unknown)
 2017-08-18 17:53 UTC  (2+ messages)
` your mail

[PATCH v2] platform/x86: ideapad-laptop: Expose conservation mode switch
 2017-08-18 12:46 UTC  (7+ messages)
` [PATCH v3] "

[RFC v1 0/6] PMC/PUNIT IPC driver cleanup
 2017-08-18 12:44 UTC  (14+ messages)
` [RFC v1 1/6] platform/x86: intel_pmc_ipc: Fix error handling in ipc_pci_probe()
` [RFC v1 2/6] platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe
` [RFC v1 3/6] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v1 4/6] platform: x86: Add generic Intel IPC driver

[PATCH 0/4] platform/x86: Fix check for method instance number
 2017-08-18 12:20 UTC  (13+ messages)
` [PATCH 1/4] platform/x86: mxm-wmi: Evaluate wmi method with instance number 0x0
` [PATCH 2/4] platform/x86: asus-wmi: "
` [PATCH 3/4] platform/x86: peaq-wmi: "
` [PATCH 4/4] platform/x86: wmi: Fix check for method instance number

[PATCH v2 00/14] Hookup typec power-negotation to the PMIC and charger
 2017-08-17 21:41 UTC  (21+ messages)
` [PATCH v2 01/14] i2c: Allow overriding dev_name through board_info
` [PATCH v2 02/14] staging: typec: tcpm: Add get_current_limit tcpc_dev callback
` [PATCH v2 03/14] staging: typec: fusb302: Set max supply voltage to 5V
` [PATCH v2 04/14] staging: typec: fusb302: Get max snk mv/ma/mw from device-properties
` [PATCH v2 05/14] staging: typec: fusb302: Use client->irq as irq if set
` [PATCH v2 06/14] staging: typec: fusb302: Add support for USB2 charger detection through extcon
` [PATCH v2 07/14] staging: typec: fusb302: Export current-limit through a power_supply class dev
` [PATCH v2 08/14] power: supply: Add power_supply_set_input_current_limit_from_supplier helper
` [PATCH v2 09/14] power: supply: bq24190_charger: Export 5V boost converter as regulator
` [PATCH v2 10/14] power: supply: bq24190_charger: Add input_current_limit property
` [PATCH v2 11/14] power: supply: bq24190_charger: Get input_current_limit from our supplier
` [PATCH v2 12/14] power: supply: bq24190_charger: Remove extcon handling
` [PATCH v2 13/14] i2c-cht-wc: Add device-properties for fusb302 integration
` [PATCH v2 14/14] platform/x86: intel_cht_int33fe: Update fusb302 type string, add properties

[PATCH] platform/x86: intel_cht_int33fe: Work around BIOS bug on some devices
 2017-08-14 20:52 UTC  (3+ messages)

[PATCH v2] platform/x86: wmi: Switch to use new generic UUID API
 2017-08-13 15:36 UTC  (2+ messages)

[PATCH v1] platform/x86: wmi: Switch to use new generic UUID API
 2017-08-13 15:34 UTC  (7+ messages)

[PATCH] platform/x86: intel_pmc_core: Make the driver PCH family agnostic
 2017-08-13 13:49 UTC  (2+ messages)

[PATCH] platform/x86: intel_scu_ipc: make intel_scu_ipc_pdata_t const
 2017-08-13 12:30 UTC  (2+ messages)

[PATCH] platform/x86: intel_mid_powerbtn: fix error return code in mid_pb_probe()
 2017-08-13 12:30 UTC  (2+ messages)

[PATCH] platform/x86: hp-wmi: Remove unused macro helper
 2017-08-13 12:23 UTC  (2+ messages)

[PATCH] platform/x86: ideapad-laptop: Expose conservation mode switch
 2017-08-13 12:15 UTC  (7+ messages)

[PATCH] platform/x86: intel_mid_powerbtn: make mid_pb_ddata
 2017-08-11 14:20 UTC 

(unknown),
 2017-08-09 21:55 UTC 

[PATCH 00/18] Hookup typec power-negotation to the PMIC and charger
 2017-08-08 21:09 UTC  (55+ messages)
` [PATCH 01/18] staging: typec: tcpm: Add get_usb2_current_limit tcpc_dev callback
` [PATCH 02/18] staging: typec: tcpm: Add extcon helper functions for USB2 current limit detect
` [PATCH 03/18] staging: typec: tcpm: Split tcpm code into tcpm-core.c and tcpm-helpers.c
` [PATCH 04/18] staging: typec: tcpm: Add helpers for exporting current-limit through a psy
` [PATCH 05/18] staging: typec: fusb302: Set max supply voltage to 5V
` [PATCH 06/18] staging: typec: fusb302: Get max snk mv/ma/mw from device-properties
` [PATCH 07/18] staging: typec: fusb302: Use client->irq as irq if set
` [PATCH 08/18] staging: typec: fusb302: Add support for USB2 charger detection through extcon
` [PATCH 09/18] staging: typec: fusb302: Use tcpm_set_current_limit_psy
` [PATCH 10/18] staging: typec: fusb302: Add support for fcs, vbus-regulator-name device-property
  ` [PATCH 10/18] staging: typec: fusb302: Add support for fcs,vbus-regulator-name device-property
` [PATCH 11/18] power: supply: Fix power_supply_am_i_supplied to return -ENODEV when apropriate
` [PATCH 12/18] power: supply: Add power_supply_set_input_current_limit_from_supplier helper
` [PATCH 13/18] power: supply: bq24190_charger: Export 5V boost converter as regulator
` [PATCH 14/18] power: supply: bq24190_charger: Add input_current_limit property
` [PATCH 15/18] power: supply: bq24190_charger: Get input_current_limit from our supplier
` [PATCH 16/18] power: supply: bq24190_charger: Remove extcon handling
` [PATCH 17/18] platform/x86: intel_cht_int33fe Update fusb302 type string, add properties
` [PATCH 18/18] i2c-cht-wc: Add device-properties for fusb302 integration

[PATCH 0/3] Kconfig dependencies: acpi-video, backlight and thermal
 2017-08-08 11:16 UTC  (3+ messages)
` [PATCH 3/3] drm/etnaviv: add thermal dependency

(unknown),
 2017-08-08  4:57 UTC 

(unknown),
 2017-08-07 18:42 UTC 

(unknown),
 2017-08-07  4:49 UTC 

[PATCH] intel-vbtn: match power button on press rather than release
 2017-08-07  3:54 UTC  (9+ messages)

Resizeable PCI BAR support V5
 2017-08-06 22:30 UTC  (4+ messages)

[PATCH] RFC: platform/x86: wmi: Fix check for method instance number
 2017-08-06 20:21 UTC  (11+ messages)

Kernel error messages: leds fujitsu::radio_led: Setting an LED's brightness failed
 2017-08-04  8:55 UTC  (4+ messages)

(unknown),
 2017-08-03 14:01 UTC 

(unknown),
 2017-08-03  5:21 UTC 

[PATCH] platform/x86: intel-hid: Wake up Dell Latitude 7275 from suspend-to-idle
 2017-08-02  9:07 UTC  (6+ messages)

[PATCH 0/2] platform: x86: ChromeOS ACPI
 2017-08-02  8:23 UTC  (4+ messages)
` [PATCH 2/2] platform: x86: add ACPI driver for ChromeOS

HELLO,
 2017-08-02  1:28 UTC 


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).