summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | platform/x86: intel_pmc_core: Dump low power status registers on an S0ix.y fa...Gayatri Kammela2020-02-111-0/+4
| * | | | platform/x86: intel_pmc_core: Add an additional parameter to pmc_core_lpm_dis...Gayatri Kammela2020-02-101-6/+18
| * | | | platform/x86: intel_pmc_core: Remove slp_s0 attributes from tgl_reg_mapGayatri Kammela2020-02-101-2/+0
| * | | | platform/x86: intel_pmc_core: Refactor the driver by removing redundant codeGayatri Kammela2020-02-101-25/+23
| * | | | platform/x86: intel_pmc_core: Add debugfs entry for low power mode status reg...Gayatri Kammela2020-02-102-0/+193
| * | | | platform/x86: intel_pmc_core: Add debugfs entry to access sub-state residenciesGayatri Kammela2020-02-102-0/+49
| * | | | platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI tableGeorg Müller2020-02-101-0/+8
| * | | | platform/x86: dell_rbu: Unify format of the printed messagesAndy Shevchenko2020-02-101-41/+26
| * | | | platform/x86: dell_rbu: Use max_t() to get rid of castingAndy Shevchenko2020-02-101-3/+1
| * | | | platform/x86: dell_rbu: Simplify cleanup code in create_packet()Andy Shevchenko2020-02-101-5/+3
| * | | | platform/x86: dell_rbu: don't open code list_for_each_entry*()Andy Shevchenko2020-02-101-19/+8
| * | | | platform/x86: dell_rbu: Use sysfs_create_group() APIAndy Shevchenko2020-02-101-40/+27
| * | | | platform/x86: Kconfig: Group modules by companies and functionsAndy Shevchenko2020-02-101-639/+637
| * | | | platform/x86: Makefile: Group modules by companies and functionsAndy Shevchenko2020-02-101-79/+118
| * | | | platform/x86: intel-vbtn: Move MODULE_DEVICE_TABLE() closer to the tableAndy Shevchenko2020-02-101-1/+1
| * | | | platform/x86: intel-hid: Move MODULE_DEVICE_TABLE() closer to the tableAndy Shevchenko2020-02-101-1/+1
| * | | | platform/x86: intel_pmc_core: Add Atom based Jasper Lake (JSL) platform supportGayatri Kammela2020-02-101-3/+4
| | |/ / | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-309-47/+37
|\ \ \ \
| * \ \ \ Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar2020-03-259-47/+37
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | platform/x86: Convert to new CPU match macrosThomas Gleixner2020-03-249-47/+37
| | |/ /
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-302-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | acpi: Remove header dependencyPeter Zijlstra2020-03-212-0/+2
| |/ /
* | | platform/x86: touchscreen_dmi: Add info for the Chuwi Vi8 Plus tabletHans de Goede2020-03-201-0/+24
* | | platform/x86: touchscreen_dmi: Add EFI embedded firmware info supportHans de Goede2020-03-202-1/+41
|/ /
* / platform/chrome: wilco_ec: Include asm/unaligned instead of linux/ pathStephen Boyd2020-02-111-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-02-042-40/+35
|\
| * proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-042-40/+35
* | Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-02-0423-44/+170
|\ \ | |/ |/|
| * platform/chrome: cros_ec: Match implementation with headersEnric Balletbo i Serra2020-02-037-0/+30
| * platform/chrome: cros_ec: Drop unaligned.h includeStephen Boyd2020-01-221-1/+0
| * platform/chrome: wilco_ec: Allow wilco to be compiled in COMPILE_TESTStephen Boyd2020-01-221-1/+2
| * platform/chrome: wilco_ec: Add newlines to printksStephen Boyd2020-01-224-10/+10
| * Merge branch 'chrome-platform-5.5-fixes' into for-kernelciBenson Leung2020-01-101-8/+20
| |\
| * | platform/chrome: wilco_ec: Fix unregistration orderDaniel Campello2020-01-101-1/+1
| * | cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra2020-01-077-7/+0
| * | platform/chrome: cros_ec_ishtp: Make init_lock staticBen Dooks (Codethink)2019-12-191-1/+1
| * | platform/chrome: chromeos_laptop: Convert to i2c_new_scanned_deviceWolfram Sang2019-12-161-8/+10
| * | platform/chrome: cros_ec_lpc: Use platform_get_irq_optional() for optional IRQsEnric Balletbo i Serra2019-12-101-1/+1
| * | platform/chrome: cros_ec_proto: Add response tracingRaul E Rangel2019-12-103-7/+49
| * | platform/chrome: cros_ec_trace: Match trace commands with EC commandsEnric Balletbo i Serra2019-12-101-7/+66
* | | platform/x86: intel_menlow: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-3/+6
* | | platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-4/+3
* | | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-2/+2
* | | goldish_pipe: convert to pin_user_pages() and put_user_page()John Hubbard2020-01-311-14/+3
* | | goldish_pipe: rename local pin_user_pages() routineJohn Hubbard2020-01-311-9/+9
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-272-3/+3
|\ \ \
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-064-6/+6
* | | | Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-271-40/+41
|\ \ \ \
| * | | | platform/x86: intel_cht_int33fe: use inline reference propertiesDmitry Torokhov2019-12-031-40/+41
* | | | | Merge tag 'acpi-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-01-271-0/+1
|\ \ \ \ \