index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-04
platform/chrome: cros_ec_typec: Clear Type C disc events
Prashant Malani
1
-3
/
+26
2021-02-04
platform/x86: intel_scu_wdt: Drop mistakenly added const
Andy Shevchenko
1
-1
/
+1
2021-02-04
platform/x86: Kconfig: add missing selects for ideapad-laptop
Barnabás Pőcze
1
-0
/
+2
2021-02-04
platform/x86: acer-wmi: Don't use ACPI_EXCEPTION()
Hans de Goede
1
-2
/
+2
2021-02-04
platform/x86: thinkpad_acpi: Replace ifdef CONFIG_ACPI_PLATFORM_PROFILE with depends on
Hans de Goede
2
-7
/
+1
2021-02-04
platform/x86: thinkpad_acpi: Fix 'warning: no previous prototype for' warnings
Hans de Goede
1
-5
/
+5
2021-02-04
platform/x86: msi-wmi: Fix variable 'status' set but not used compiler warning
Hans de Goede
1
-0
/
+2
2021-02-04
platform/surface: surface3-wmi: Fix variable 'status' set but not used compiler warning
Hans de Goede
1
-1
/
+5
2021-02-04
platform/x86: Move all dell drivers to their own subdirectory
Mario Limonciello
30
-190
/
+230
2021-02-04
platform/x86: ideapad-laptop: add "always on USB charging" control support
Barnabás Pőcze
1
-9
/
+56
2021-02-04
platform/x86: ideapad-laptop: add keyboard backlight control support
Barnabás Pőcze
1
-1
/
+132
2021-02-04
platform/x86: ideapad-laptop: send notification about touchpad state change to sysfs
Barnabás Pőcze
1
-0
/
+1
2021-02-04
platform/x86: ideapad-laptop: fix checkpatch warnings, more consistent style
Barnabás Pőcze
1
-198
/
+256
2021-02-04
Revert "platform/x86: ideapad-laptop: Switch touchpad attribute to be RO"
Barnabás Pőcze
1
-5
/
+4
2021-02-04
platform/x86: ideapad-laptop: change 'cfg' debugfs file format
Barnabás Pőcze
1
-15
/
+18
2021-02-04
platform/x86: ideapad-laptop: change 'status' debugfs file format
Barnabás Pőcze
1
-22
/
+15
2021-02-04
platform/x86: ideapad-laptop: check for touchpad support in _CFG
Barnabás Pőcze
1
-5
/
+9
2021-02-04
platform/x86: ideapad-laptop: check for Fn-lock support in HALS
Barnabás Pőcze
1
-3
/
+9
2021-02-04
platform/x86: ideapad-laptop: rework is_visible() logic
Barnabás Pőcze
1
-25
/
+55
2021-02-04
platform/x86: ideapad-laptop: rework and create new ACPI helpers
Barnabás Pőcze
1
-95
/
+77
2021-02-04
platform/x86: ideapad-laptop: group and separate (un)related constants into enums
Barnabás Pőcze
1
-27
/
+37
2021-02-04
platform/x86: ideapad-laptop: misc. device attribute changes
Barnabás Pőcze
1
-15
/
+15
2021-02-04
platform/x86: ideapad-laptop: always propagate error codes from device attributes' show() callback
Barnabás Pőcze
1
-9
/
+17
2021-02-04
platform/x86: ideapad-laptop: convert ACPI helpers to return -EIO in case of failure
Barnabás Pőcze
1
-46
/
+62
2021-02-04
platform/x86: ideapad-laptop: use dev_{err,warn} or appropriate variant to display log messages
Barnabás Pőcze
1
-9
/
+17
2021-02-04
platform/x86: ideapad-laptop: use msecs_to_jiffies() helper instead of hand-crafted formula
Barnabás Pőcze
1
-4
/
+7
2021-02-04
platform/x86: ideapad-laptop: use for_each_set_bit() helper to simplify event processing
Barnabás Pőcze
1
-55
/
+53
2021-02-04
platform/x86: ideapad-laptop: use kobj_to_dev()
Barnabás Pőcze
1
-1
/
+1
2021-02-04
platform/x86: ideapad-laptop: use device_{add,remove}_group
Barnabás Pőcze
1
-4
/
+4
2021-02-04
platform/x86: ideapad-laptop: use sysfs_emit()
Barnabás Pőcze
1
-10
/
+11
2021-02-04
platform/x86: ideapad-laptop: add missing call to submodule destructor
Barnabás Pőcze
1
-0
/
+1
2021-02-04
platform/x86: ideapad-laptop: sort includes lexicographically
Barnabás Pőcze
1
-12
/
+13
2021-02-04
platform/x86: ideapad-laptop: use appropriately typed variable to store the return value of ACPI methods
Barnabás Pőcze
1
-7
/
+13
2021-02-04
platform/x86: ideapad-laptop: remove unnecessary NULL checks
Barnabás Pőcze
1
-47
/
+31
2021-02-04
platform/x86: ideapad-laptop: remove unnecessary dev_set_drvdata() call
Barnabás Pőcze
1
-1
/
+0
2021-02-03
platform/x86/intel-uncore-freq: Add Sapphire Rapids server support
Artem Bityutskiy
1
-0
/
+1
2021-02-03
platform/x86: touchscreen_dmi: Add info for the Jumper EZpad 7 tablet
Hans de Goede
1
-0
/
+27
2021-02-03
platform/x86: intel_pmt_crashlog: Add dependency on MFD_INTEL_PMT
David E. Box
1
-0
/
+1
2021-02-03
platform/x86: intel_pmt_telemetry: Add dependency on MFD_INTEL_PMT
David E. Box
1
-0
/
+1
2021-02-03
platform/x86: intel_pmt: Make INTEL_PMT_CLASS non-user-selectable
David E. Box
1
-1
/
+1
2021-02-03
platform/surface: aggregator: Fix braces in if condition with unlikely() macro
Maximilian Luz
1
-1
/
+18
2021-02-03
Merge tag 'ib-drm-gpio-pdx86-rtc-wdt-v5.12-1' into for-next
Hans de Goede
3
-0
/
+84
2021-02-02
platform/chrome: cros_ec_typec: Decouple partner removal
Prashant Malani
1
-3
/
+2
2021-02-02
Platform: OLPC: Specify the enable time
Lubomir Rintel
1
-5
/
+6
2021-02-02
Platform: OLPC: Remove dcon_rdev from olpc_ec_priv
Lubomir Rintel
1
-5
/
+4
2021-02-02
Platform: OLPC: Fix probe error handling
Lubomir Rintel
1
-7
/
+8
2021-02-02
platform/chrome: cros_ec_typec: Fix call to typec_partner_set_pd_revision
Benson Leung
1
-5
/
+1
2021-02-02
platform/x86: amd-pmc: put device on error paths
Pan Bian
1
-3
/
+11
2021-02-02
platform/x86: ideapad-laptop: DYTC Platform profile support
Jiaxun Yang
2
-0
/
+290
2021-02-02
platform/x86: thinkpad_acpi: Add platform profile support
Mark Pearson
1
-6
/
+288
[prev]
[next]