index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
leds-sc27xx-bltc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-11
tools/power/x86/intel-speed-select: Check support status before enable
Srinivas Pandruvada
1
-0
/
+40
2020-05-11
tools/power/x86/intel-speed-select: Change debug to error
Srinivas Pandruvada
1
-3
/
+3
2020-05-07
platform/x86: intel-vbtn: Fix probe failure on devices with only switches
Hans de Goede
1
-4
/
+17
2020-05-07
platform/x86: intel-vbtn: Also handle tablet-mode switch on "Detachable" and ...
Hans de Goede
1
-1
/
+11
2020-05-07
platform/x86: intel-vbtn: Do not advertise switches to userspace if they are ...
Hans de Goede
1
-6
/
+19
2020-05-07
platform/x86: intel-vbtn: Split keymap into buttons and switches parts
Hans de Goede
1
-3
/
+25
2020-05-07
platform/x86: intel-vbtn: Use acpi_evaluate_integer()
Hans de Goede
1
-13
/
+6
2020-05-07
platform/x86: toshiba_acpi: Drop duplicate check for led_classdev_unregister()
Andy Shevchenko
1
-20
/
+6
2020-05-07
platform/x86: thinkpad_acpi: Drop duplicate check for led_classdev_unregister()
Andy Shevchenko
1
-30
/
+15
2020-05-07
platform/x86: samsung-laptop: Drop duplicate check for led_classdev_unregister()
Andy Shevchenko
1
-2
/
+1
2020-05-07
platform/x86: lg-laptop: Drop duplicate check for led_classdev_unregister()
Andy Shevchenko
1
-12
/
+6
2020-05-07
platform/x86: eeepc-laptop: Drop duplicate check for led_classdev_unregister()
Andy Shevchenko
1
-3
/
+1
2020-05-07
platform/x86: asus-wmi: Drop duplicate check for led_classdev_unregister()
Andy Shevchenko
1
-8
/
+5
2020-05-07
platform/x86: asus-laptop: Drop duplicate check for led_classdev_unregister()
Andy Shevchenko
1
-16
/
+9
2020-05-06
watchdog: iTCO: fix link error
Arnd Bergmann
1
-0
/
+1
2020-05-05
platform/x86: touchscreen_dmi: Drop comma in terminator line
Andy Shevchenko
1
-1
/
+1
2020-05-05
platform/x86: touchscreen_dmi: add Vinga J116 touchscreen
Andrew Dunai
1
-0
/
+21
2020-05-05
platform/x86: Add Slim Bootloader firmware update signaling driver
Jithu Joseph
5
-0
/
+175
2020-05-05
platform/x86: intel_pmc_core: avoid unused-function warnings
Arnd Bergmann
2
-18
/
+2
2020-05-05
MAINTAINERS: Add me as maintainer of Intel SCU drivers
Mika Westerberg
1
-0
/
+6
2020-05-05
platform/x86: Add Elkhart Lake SCU/PMC support
Mika Westerberg
3
-0
/
+70
2020-05-05
platform/x86: thinkpad_acpi: Remove always false 'value < 0' statement
Xiongfeng Wang
1
-1
/
+1
2020-04-27
platform/x86: thinkpad_acpi: Add support for dual fan control
Lars Hofhansl
1
-6
/
+37
2020-04-24
MAINTAINERS: Update entry for Intel Broxton PMC driver
Mika Westerberg
1
-9
/
+14
2020-04-24
platform/x86: intel_pmc_ipc: Convert to MFD
Mika Westerberg
15
-720
/
+602
2020-04-24
platform/x86: intel_telemetry: Add telemetry_get_pltdata()
Mika Westerberg
3
-14
/
+8
2020-04-24
platform/x86: intel_pmc_ipc: Move PCI IDs to intel_scu_pcidrv.c
Mika Westerberg
3
-68
/
+27
2020-04-24
x86/platform/intel-mid: Add empty stubs for intel_scu_devices_[create|destroy]()
Mika Westerberg
1
-3
/
+6
2020-04-24
platform/x86: intel_pmc_ipc: Drop intel_pmc_ipc_command()
Mika Westerberg
2
-28
/
+0
2020-04-24
usb: typec: mux: Convert the Intel PMC Mux driver to use new SCU IPC API
Heikki Krogerus
2
-5
/
+9
2020-04-24
platform/x86: intel_telemetry: Convert to use new SCU IPC API
Mika Westerberg
3
-50
/
+49
2020-04-24
mfd: intel_soc_pmic_mrfld: Convert to use new SCU IPC API
Mika Westerberg
1
-2
/
+8
2020-04-24
mfd: intel_soc_pmic_bxtwc: Convert to use new SCU IPC API
Mika Westerberg
2
-20
/
+17
2020-04-24
mfd: intel_soc_pmic: Add SCU IPC member to struct intel_soc_pmic
Mika Westerberg
1
-0
/
+15
2020-04-24
platform/x86: intel_pmc_ipc: Start using SCU IPC
Mika Westerberg
2
-264
/
+40
2020-04-24
platform/x86: intel_scu_ipc: Add managed function to register SCU IPC
Mika Westerberg
2
-0
/
+72
2020-04-24
platform/x86: intel_scu_ipcutil: Convert to use new SCU IPC API
Mika Westerberg
1
-4
/
+39
2020-04-24
watchdog: intel-mid_wdt: Convert to use new SCU IPC API
Mika Westerberg
1
-16
/
+37
2020-04-24
platform/x86: intel_mid_powerbtn: Convert to use new SCU IPC API
Mika Westerberg
1
-4
/
+11
2020-04-24
platform/x86: intel_scu_ipc: Introduce new SCU IPC API
Mika Westerberg
3
-61
/
+252
2020-04-24
platform/x86: intel_scu_ipc: Move legacy SCU IPC API to a separate header
Mika Westerberg
2
-55
/
+63
2020-04-24
platform/x86: intel_scu_ipc: Log more information if SCU IPC command fails
Mika Westerberg
1
-6
/
+11
2020-04-24
platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driver
Mika Westerberg
7
-68
/
+208
2020-04-24
platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA
Hans de Goede
1
-0
/
+24
2020-04-24
platform/x86: intel_pmc_core: Change Jasper Lake S0ix debug reg map back to ICL
Archana Patni
1
-3
/
+3
2020-04-23
platform/x86: touchscreen_dmi: Add info for the ONDA V891 v5 tablet
Maksim Karasev
1
-0
/
+27
2020-04-23
platform/x86: wmi: Describe function parameters
Andy Shevchenko
1
-7
/
+9
2020-04-23
platform/x86: wmi: Fix indentation in some cases
Andy Shevchenko
1
-6
/
+3
2020-04-23
platform/x86: wmi: Replace UUID redefinitions by their originals
Andy Shevchenko
1
-10
/
+10
2020-04-20
platform/x86: intel_cht_int33fe: Fix spelling issues
Andy Shevchenko
1
-10
/
+10
[next]