summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: fix kconfig dependency warning for FUJITSU_LAPTOPNecip Fazil Yildiran2020-09-241-0/+1
* platform/x86: fix kconfig dependency warning for LG_LAPTOPNecip Fazil Yildiran2020-09-241-0/+1
* platform/x86: acerhdf: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-161-1/+1
* platform/x86: Add new intel_atomisp2_led driverHans de Goede2020-07-091-0/+21
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-71/+71
* Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-041-0/+1
|\
| * media: atomisp: disable the dummy PM driver is atomisp driver is builtMauro Carvalho Chehab2020-05-201-0/+1
* | platform/x86: Add Slim Bootloader firmware update signaling driverJithu Joseph2020-05-051-0/+10
* | platform/x86: Add Elkhart Lake SCU/PMC supportMika Westerberg2020-05-051-0/+9
* | platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg2020-04-241-11/+5
* | platform/x86: intel_pmc_ipc: Move PCI IDs to intel_scu_pcidrv.cMika Westerberg2020-04-241-4/+9
* | platform/x86: intel_pmc_ipc: Start using SCU IPCMika Westerberg2020-04-241-0/+1
* | platform/x86: intel_scu_ipc: Split out SCU IPC functionality from the SCU driverMika Westerberg2020-04-241-8/+16
|/
* Merge tag 'platform-drivers-x86-v5.7-1' of git://git.infradead.org/linux-plat...Linus Torvalds2020-04-011-640/+645
|\
| * platform/x86: surface3_power: Fix Kconfig section orderingAndy Shevchenko2020-03-281-6/+6
| * platform/x86: surface3_power: MSHW0011 rev-eng implementationBlaž Hrastnik2020-03-261-0/+7
| * platform/x86: Kconfig: Fix a typoChristophe JAILLET2020-02-281-1/+1
| * platform/x86: Kconfig: Group modules by companies and functionsAndy Shevchenko2020-02-101-639/+637
* | platform/x86: touchscreen_dmi: Add EFI embedded firmware info supportHans de Goede2020-03-201-0/+1
|/
* platform/x86: intel_scu_ipcutil: Remove default y from KconfigMika Westerberg2020-01-221-1/+0
* platform/x86: Add support for Uncore frequency controlSrinivas Pandruvada2020-01-131-0/+11
* platform/x86: intel_atomisp2_pm: Spelling fixesAndy Shevchenko2020-01-101-3/+3
* Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds2019-12-021-1/+1
|\
| * docs: admin-guide: Move Dell RBU document from driver-apiJonathan Neuschäfer2019-10-151-1/+1
* | platform/x86: Add System76 ACPI driverJeremy Soller2019-10-151-0/+13
* | platform/x86: intel_cht_int33fe: Split code to Micro-B and Type-CYauhen Kharuzhy2019-10-151-2/+8
* | platform/x86: toshiba_acpi: do not select INPUT_POLLDEVDmitry Torokhov2019-10-151-1/+0
* | platform/x86: peaq-wmi: switch to using polled mode of input devicesDmitry Torokhov2019-10-151-1/+0
* | platform/x86: hdaps: switch to using polled mode of input devicesDmitry Torokhov2019-10-151-1/+0
* | platform/x86: asus-laptop: switch to using polled mode of input devicesDmitry Torokhov2019-10-151-1/+0
* | platform/x86: huawei-wmi: Add battery charging thresholdsAyman Bagabas2019-10-151-0/+1
* | platform/x86: huawei-wmi: Move to platform driverAyman Bagabas2019-10-151-4/+3
|/
* platform/x86: asus-wmi: Make it depend on ACPI battery APIAndy Shevchenko2019-09-151-0/+1
* docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-2/+2
* docs: admin-guide: add laptops documentationMauro Carvalho Chehab2019-07-151-2/+2
* docs: laptops: convert to ReSTMauro Carvalho Chehab2019-07-151-2/+2
* Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-151-3/+13
|\
| * platform/x86: Fix PCENGINES_APU2 Kconfig warningYueHaibing2019-07-121-1/+1
| * platform/x86: ISST: Add common API to register and handle ioctlsSrinivas Pandruvada2019-07-021-0/+2
| * platform/x86: wmi: add Xiaomi WMI key driverMattias Jacobsson2019-06-291-0/+10
| * platform/x86: Remove left-over BACKLIGHT_LCD_SUPPORTKrzysztof Kozlowski2019-06-121-2/+0
* | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-121-1/+1
|\ \
| * | docs: misc-devices: convert files without extension to ReSTMauro Carvalho Chehab2019-07-031-1/+1
* | | platform: x86: get rid of a non-existent documentMauro Carvalho Chehab2019-06-281-3/+0
|/ /
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* platform/x86: Add support for Basin Cove power buttonAndy Shevchenko2019-05-081-0/+11
* platform/x86: fix PCENGINES_APU2 Kconfig warningRandy Dunlap2019-03-081-0/+2
* x86: pcengines apuv2 gpio/leds/keys platform driverEnrico Weigelt, metux IT consult2019-02-221-0/+12
* platform/x86: Fix unmet dependency warning for SAMSUNG_Q10Sinan Kaya2019-01-291-0/+1
* platform/x86: Fix unmet dependency warning for ACPI_CMPCSinan Kaya2019-01-291-0/+1