summaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)Author
2018-09-27platform/x86: intel_oaktrail: Convert to use SPDX identifierAndy Shevchenko
2018-09-27platform/x86: intel_oaktrail: Sort headers alphabeticallyAndy Shevchenko
2018-09-27platform/x86: intel_mid_thermal: Convert to use SPDX identifierAndy Shevchenko
2018-09-27platform/x86: intel_mid_thermal: Sort headers alphabeticallyAndy Shevchenko
2018-09-27platform/x86: intel_mid_powerbtn: Convert to use SPDX identifierAndy Shevchenko
2018-09-27platform/x86: intel_mid_powerbtn: Remove unnecessary init.h inclusionAndy Shevchenko
2018-09-27platform/x86: intel_menlow: Convert to use SPDX identifierAndy Shevchenko
2018-09-27platform/x86: intel_menlow: Sort headers alphabeticallyAndy Shevchenko
2018-09-27platform/x86: intel-ips: Convert to use SPDX identifierAndy Shevchenko
2018-09-27platform/x86: intel_int0002_vgpio: Convert to use SPDX identifierAndy Shevchenko
2018-09-27platform/x86: intel-hid: Convert to use SPDX identifierAndy Shevchenko
2018-09-27platform/x86: intel_chtdc_ti_pwrbtn: Add SPDX identifierAndy Shevchenko
2018-09-27platform/x86: intel_cht_int33fe: Convert to use SPDX identifierAndy Shevchenko
2018-09-27platform/x86: intel_bxtwc_tmu: Convert to use SPDX identifierAndy Shevchenko
2018-09-27firmware: dcdbas: Move dcdbas to drivers/platform/x86Stuart Hayes
2018-09-27firmware: dell_rbu: Move dell_rbu to drivers/platform/x86Stuart Hayes
2018-09-27platform/x86: acerhdf: restructure to allow large BIOS table be __initconstPaul Gortmaker
2018-09-27platform/x86: acerhdf: mark appropriate content with __init prefixPaul Gortmaker
2018-09-27platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307Paul Gortmaker
2018-09-27platform/x86: acerhdf: Remove cut-and-paste trap from instructionsPaul Gortmaker
2018-09-27platform/x86: acerhdf: Enable ability to list supported systemsPaul Gortmaker
2018-09-27platform/x86: acerhdf: clarify modinfo messages for BIOS overridePaul Gortmaker
2018-09-27platform/x86: intel_mid_powerbtn: Get rid of custom ICPU() macroAndy Shevchenko
2018-09-27platform/x86: intel_int0002_vgpio: Implement irq_set_wakeHans de Goede
2018-09-27platform/x86: intel_int0002_vgpio: Enable the driver on Bay Trail platformsHans de Goede
2018-09-27platform/x86: ideapad-laptop: Use __func__ instead of read_ec_cmd in pr_errZhang Xianwei
2018-09-25platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' staticWei Yongjun
2018-09-25platform: goldfish: pipe: Remove redundant header includeRoman Kiryanov
2018-09-25platform: goldfish: pipe: Remove redundant struct declarationsRoman Kiryanov
2018-09-25platform: goldfish: pipe: Remove a redundant blank lineRoman Kiryanov
2018-09-25platform: goldfish: pipe: Prevent memory corruption from several threads writ...Roman Kiryanov
2018-09-25platform: goldfish: pipe: Remove license boilerplateRoman Kiryanov
2018-09-20platform: x86: intel_cht_int33fe: Remove the old connections for the muxesHeikki Krogerus
2018-09-20platform: x86: intel_cht_int33fe: Add connections for the USB Type-C portHeikki Krogerus
2018-09-20platform: x86: intel_cht_int33fe: Add connection for the DP alt modeHeikki Krogerus
2018-09-20platform: x86: intel_cht_int33fe: Register all connections at onceHeikki Krogerus
2018-09-20platform: x86: intel_cht_int33fe: Add dependency on muxesHeikki Krogerus
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner
2018-09-14platform: goldfish: pipe: Replace "x==NULL" to "!x"Roman Kiryanov
2018-09-14platform: goldfish: pipe: Move logical ops to the end of the prev lineRoman Kiryanov
2018-09-14platform: goldfish: pipe: Fix alignment to match parenthesisRoman Kiryanov
2018-09-14platform: goldfish: pipe: Fix lines to not end an opening bracketRoman Kiryanov
2018-09-14platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_xRoman Kiryanov
2018-09-14platform: goldfish: pipe: Remove reduntant casting to (void)Roman Kiryanov
2018-09-14platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'Roman Kiryanov
2018-09-14platform: goldfish: pipe: Remove a blank line before '}'Roman Kiryanov
2018-09-14platform: goldfish: pipe: Remove reduntant castingRoman Kiryanov
2018-09-14platform: goldfish: pipe: Replace two code blocks with a function callRoman Kiryanov