summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-28platform/x86: surface3_power: Add missed headersAndy Shevchenko1-0/+2
2020-03-28platform/x86: surface3_power: Reformat GUID assignmentAndy Shevchenko1-2/+3
2020-03-28platform/x86: surface3_power: Drop useless macro ACPI_PTR()Andy Shevchenko1-1/+1
2020-03-28platform/x86: surface3_power: Prefix POLL_INTERVAL with SURFACE_3Andy Shevchenko1-3/+3
2020-03-28platform/x86: surface3_power: Simplify mshw0011_adp_psr() to one linerAndy Shevchenko1-8/+1
2020-03-28platform/x86: surface3_power: Use dev_err() instead of pr_err()Andy Shevchenko1-1/+1
2020-03-28platform/x86: surface3_power: Drop unused structure definitionAndy Shevchenko1-7/+0
2020-03-26platform/x86: surface3_power: MSHW0011 rev-eng implementationBlaž Hrastnik3-0/+606
2020-03-20platform/x86: intel_pmc_core: Make pmc_core_substate_res_show() genericGayatri Kammela2-1/+4
2020-03-20platform/x86: intel_pmc_core: Make pmc_core_lpm_display() generic for platfor...Gayatri Kammela1-4/+22
2020-03-20platform/x86: sony-laptop: Use scnprintf() for avoiding potential buffer over...Takashi Iwai1-4/+4
2020-03-20platform/x86: GPD pocket fan: Fix error message when temp-limits are out of r...Hans de Goede1-1/+1
2020-03-20platform/x86: ISST: Fix wrong unregister typeSrinivas Pandruvada1-1/+1
2020-03-20platform/x86: asus_wmi: Fix return value of fan_boost_mode_storeLeonid Maksymchuk1-1/+1
2020-03-20platform/x86: asus-wmi: Support laptops where the first battery is named BATTKristian Klausen1-1/+4
2020-02-28platform/x86: Kconfig: Fix a typoChristophe JAILLET1-1/+1
2020-02-28platform/x86: i2c-multi-instantiate: Replace zero-length array with flexible-...Gustavo A. R. Silva1-1/+1
2020-02-28platform/x86/intel-uncore-freq: Add release callbackSrinivas Pandruvada1-13/+23
2020-02-28platform/x86/intel-uncore-freq: Fix static checker issue and potential race c...Srinivas Pandruvada1-5/+10
2020-02-28platform/x86: intel_pmc_core: Add slp_s0_offset attribute back to tgl_reg_mapGayatri Kammela1-1/+1
2020-02-28platform/x86: intel_pmc_core: Remove duplicate 'if' to create debugfs entryGayatri Kammela1-3/+0
2020-02-28platform/x86: intel_pmc_core: Relocate pmc_core_*_display() to outside of CON...Gayatri Kammela1-61/+61
2020-02-11platform/x86: intel_pmc_core: Add debugfs support to access live status regis...Gayatri Kammela2-0/+21
2020-02-11platform/x86: intel_pmc_core: Dump low power status registers on an S0ix.y fa...Gayatri Kammela1-0/+4
2020-02-10platform/x86: intel_pmc_core: Add an additional parameter to pmc_core_lpm_dis...Gayatri Kammela1-6/+18
2020-02-10platform/x86: intel_pmc_core: Remove slp_s0 attributes from tgl_reg_mapGayatri Kammela1-2/+0
2020-02-10platform/x86: intel_pmc_core: Refactor the driver by removing redundant codeGayatri Kammela1-25/+23
2020-02-10platform/x86: intel_pmc_core: Add debugfs entry for low power mode status reg...Gayatri Kammela2-0/+193
2020-02-10platform/x86: intel_pmc_core: Add debugfs entry to access sub-state residenciesGayatri Kammela2-0/+49
2020-02-10platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI tableGeorg Müller1-0/+8
2020-02-10platform/x86: dell_rbu: Unify format of the printed messagesAndy Shevchenko1-41/+26
2020-02-10platform/x86: dell_rbu: Use max_t() to get rid of castingAndy Shevchenko1-3/+1
2020-02-10platform/x86: dell_rbu: Simplify cleanup code in create_packet()Andy Shevchenko1-5/+3
2020-02-10platform/x86: dell_rbu: don't open code list_for_each_entry*()Andy Shevchenko1-19/+8
2020-02-10platform/x86: dell_rbu: Use sysfs_create_group() APIAndy Shevchenko1-40/+27
2020-02-10platform/x86: Kconfig: Group modules by companies and functionsAndy Shevchenko1-639/+637
2020-02-10platform/x86: Makefile: Group modules by companies and functionsAndy Shevchenko1-79/+118
2020-02-10platform/x86: intel-vbtn: Move MODULE_DEVICE_TABLE() closer to the tableAndy Shevchenko1-1/+1
2020-02-10platform/x86: intel-hid: Move MODULE_DEVICE_TABLE() closer to the tableAndy Shevchenko1-1/+1
2020-02-10platform/x86: intel_pmc_core: Add Atom based Jasper Lake (JSL) platform supportGayatri Kammela1-3/+4
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds4-4/+4
2020-02-09irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier1-2/+2
2020-02-09Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-24/+109
2020-02-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-19/+29
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds50-160/+415
2020-02-08Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds1-1/+1
2020-02-08Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-4/+30
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds99-2617/+5508
2020-02-08Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-18/+276
2020-02-08Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-4/+5