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
2020-03-20
platform/x86: touchscreen_dmi: Add EFI embedded firmware info support
Hans de Goede
2
-1
/
+41
2020-03-20
platform/x86: intel_pmc_core: Make pmc_core_substate_res_show() generic
Gayatri Kammela
2
-1
/
+4
2020-03-20
platform/x86: intel_pmc_core: Make pmc_core_lpm_display() generic for platforms that support sub-states
Gayatri Kammela
1
-4
/
+22
2020-03-20
platform/x86: sony-laptop: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-4
/
+4
2020-03-20
platform/x86: GPD pocket fan: Fix error message when temp-limits are out of range
Hans de Goede
1
-1
/
+1
2020-03-20
platform/x86: ISST: Fix wrong unregister type
Srinivas Pandruvada
1
-1
/
+1
2020-03-20
platform/x86: asus_wmi: Fix return value of fan_boost_mode_store
Leonid Maksymchuk
1
-1
/
+1
2020-03-20
platform/x86: asus-wmi: Support laptops where the first battery is named BATT
Kristian Klausen
1
-1
/
+4
2020-03-17
platform/chrome: cros_usbpd_notify: Pull PD_HOST_EVENT status
Prashant Malani
1
-3
/
+83
2020-03-17
platform/chrome: cros_usbpd_notify: Amend ACPI driver to plat
Prashant Malani
1
-12
/
+59
2020-03-17
platform/chrome: cros_usbpd_notify: Add driver data struct
Prashant Malani
1
-9
/
+19
2020-03-17
platform/chrome: cros_usbpd_notify: Fix cros-usbpd-notify notifier
Gwendal Grignou
1
-1
/
+1
2020-03-06
platform/chrome: Kconfig: Remove CONFIG_ prefix from MFD_CROS_EC section
Enric Balletbo i Serra
1
-1
/
+1
2020-03-02
platform/chrome: cros_ec: Use cros_ec_cmd_xfer_status helper
Enric Balletbo i Serra
1
-1
/
+1
2020-03-02
platform/chrome: cros_ec_lightbar: Use cros_ec_cmd_xfer_status helper
Enric Balletbo i Serra
1
-37
/
+13
2020-03-02
platform/chrome: cros_ec_sysfs: Use cros_ec_cmd_xfer_status helper
Enric Balletbo i Serra
1
-18
/
+18
2020-03-02
platform/chrome: cros_ec_chardev: Use cros_ec_cmd_xfer_status helper
Enric Balletbo i Serra
1
-1
/
+1
2020-03-02
platform/chrome: cros_ec_vbc: Use cros_ec_cmd_xfer_status helper
Enric Balletbo i Serra
1
-2
/
+2
2020-03-02
platform/chrome: cros_ec_proto: Report command not supported
Enric Balletbo i Serra
1
-1
/
+8
2020-03-02
platform/chrome: cros_ec_spi: Use new structure for SPI transfer delays
Sergiu Cuciurean
1
-2
/
+4
2020-03-02
platform/chrome: cros_ec_rpmsg: Fix race with host event
Pi-Hsun Shih
1
-1
/
+15
2020-02-28
platform/x86: Kconfig: Fix a typo
Christophe JAILLET
1
-1
/
+1
2020-02-28
platform/x86: i2c-multi-instantiate: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-28
platform/x86/intel-uncore-freq: Add release callback
Srinivas Pandruvada
1
-13
/
+23
2020-02-28
platform/x86/intel-uncore-freq: Fix static checker issue and potential race condition
Srinivas Pandruvada
1
-5
/
+10
2020-02-28
platform/x86: intel_pmc_core: Add slp_s0_offset attribute back to tgl_reg_map
Gayatri Kammela
1
-1
/
+1
2020-02-28
platform/x86: intel_pmc_core: Remove duplicate 'if' to create debugfs entry
Gayatri Kammela
1
-3
/
+0
2020-02-28
platform/x86: intel_pmc_core: Relocate pmc_core_*_display() to outside of CONFIG_DEBUG_FS
Gayatri Kammela
1
-61
/
+61
2020-02-11
platform/x86: intel_pmc_core: Add debugfs support to access live status registers
Gayatri Kammela
2
-0
/
+21
2020-02-11
platform/x86: intel_pmc_core: Dump low power status registers on an S0ix.y failure
Gayatri Kammela
1
-0
/
+4
2020-02-11
platform/chrome: cros_ec: Query EC protocol version if EC transitions between RO/RW
Yicheng Li
1
-0
/
+30
2020-02-11
platform/chrome: wilco_ec: Platform data shouldn't include kernel.h
Andy Shevchenko
2
-0
/
+7
2020-02-11
Merge branch 'chrome-platform-5.6-fixes' into for-next
Enric Balletbo i Serra
1
-1
/
+1
2020-02-11
platform/chrome: wilco_ec: Include asm/unaligned instead of linux/ path
Stephen Boyd
1
-1
/
+1
2020-02-10
platform: chrome: Add cros-usbpd-notify driver
Jon Flatley
3
-0
/
+184
2020-02-10
platform/x86: intel_pmc_core: Add an additional parameter to pmc_core_lpm_display()
Gayatri Kammela
1
-6
/
+18
2020-02-10
platform/x86: intel_pmc_core: Remove slp_s0 attributes from tgl_reg_map
Gayatri Kammela
1
-2
/
+0
2020-02-10
platform/x86: intel_pmc_core: Refactor the driver by removing redundant code
Gayatri Kammela
1
-25
/
+23
2020-02-10
platform/x86: intel_pmc_core: Add debugfs entry for low power mode status registers
Gayatri Kammela
2
-0
/
+193
2020-02-10
platform/x86: intel_pmc_core: Add debugfs entry to access sub-state residencies
Gayatri Kammela
2
-0
/
+49
2020-02-10
platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table
Georg Müller
1
-0
/
+8
2020-02-10
platform/x86: dell_rbu: Unify format of the printed messages
Andy Shevchenko
1
-41
/
+26
2020-02-10
platform/x86: dell_rbu: Use max_t() to get rid of casting
Andy Shevchenko
1
-3
/
+1
2020-02-10
platform/x86: dell_rbu: Simplify cleanup code in create_packet()
Andy Shevchenko
1
-5
/
+3
2020-02-10
platform/x86: dell_rbu: don't open code list_for_each_entry*()
Andy Shevchenko
1
-19
/
+8
2020-02-10
platform/x86: dell_rbu: Use sysfs_create_group() API
Andy Shevchenko
1
-40
/
+27
2020-02-10
platform/x86: Kconfig: Group modules by companies and functions
Andy Shevchenko
1
-639
/
+637
2020-02-10
platform/x86: Makefile: Group modules by companies and functions
Andy Shevchenko
1
-79
/
+118
2020-02-10
platform/x86: intel-vbtn: Move MODULE_DEVICE_TABLE() closer to the table
Andy Shevchenko
1
-1
/
+1
2020-02-10
platform/x86: intel-hid: Move MODULE_DEVICE_TABLE() closer to the table
Andy Shevchenko
1
-1
/
+1
[prev]
[next]