summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * platform/x86: intel-ips: Convert to use SPDX identifierAndy Shevchenko2018-09-272-25/+3
| * platform/x86: intel_int0002_vgpio: Convert to use SPDX identifierAndy Shevchenko2018-09-271-5/+2
| * platform/x86: intel-hid: Convert to use SPDX identifierAndy Shevchenko2018-09-271-11/+1
| * platform/x86: intel_chtdc_ti_pwrbtn: Add SPDX identifierAndy Shevchenko2018-09-271-0/+1
| * platform/x86: intel_cht_int33fe: Convert to use SPDX identifierAndy Shevchenko2018-09-271-5/+2
| * platform/x86: intel_bxtwc_tmu: Convert to use SPDX identifierAndy Shevchenko2018-09-271-11/+2
| * firmware: dcdbas: Move dcdbas to drivers/platform/x86Stuart Hayes2018-09-275-1/+896
| * firmware: dell_rbu: Move dell_rbu to drivers/platform/x86Stuart Hayes2018-09-273-0/+766
| * platform/x86: acerhdf: restructure to allow large BIOS table be __initconstPaul Gortmaker2018-09-271-13/+28
| * platform/x86: acerhdf: mark appropriate content with __init prefixPaul Gortmaker2018-09-271-3/+3
| * platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307Paul Gortmaker2018-09-271-0/+1
| * platform/x86: acerhdf: Remove cut-and-paste trap from instructionsPaul Gortmaker2018-09-272-2/+5
| * platform/x86: acerhdf: Enable ability to list supported systemsPaul Gortmaker2018-09-271-0/+14
| * platform/x86: acerhdf: clarify modinfo messages for BIOS overridePaul Gortmaker2018-09-271-2/+2
| * platform/x86: intel_mid_powerbtn: Get rid of custom ICPU() macroAndy Shevchenko2018-09-271-5/+2
| * platform/x86: intel_int0002_vgpio: Implement irq_set_wakeHans de Goede2018-09-271-0/+16
| * platform/x86: intel_int0002_vgpio: Enable the driver on Bay Trail platformsHans de Goede2018-09-271-5/+1
| * platform/x86: ideapad-laptop: Use __func__ instead of read_ec_cmd in pr_errZhang Xianwei2018-09-271-1/+1
* | Merge tag 'tag-chrome-platform-for-v4.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2018-10-316-5/+172
|\ \
| * | platform/chrome: chromeos_tbmc - Remove unneeded constNathan Chancellor2018-10-091-1/+1
| * | platform/chrome: Add a new interrupt path for cros_ec_lpcEnrico Granata2018-10-091-1/+14
| * | Merge remote-tracking branch 'origin/ib-chrome-platform-mfd-move-cros_ec_lpc'...Benson Leung2018-10-095-3/+157
| |\ \
| | * | platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform.Enric Balletbo i Serra2018-09-075-3/+157
* | | | Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-262-207/+290
|\ \ \ \
| * | | | platform: goldfish: pipe: Add a blank line to separate varibles and codeRoman Kiryanov2018-10-151-0/+1
| * | | | platform: goldfish: pipe: Remove redundant castingRoman Kiryanov2018-10-151-1/+1
| * | | | platform: goldfish: pipe: Call misc_deregister if init failsRoman Kiryanov2018-10-151-1/+4
| * | | | platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into...Roman Kiryanov2018-10-151-29/+37
| * | | | platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable ...Roman Kiryanov2018-10-151-7/+13
| * | | | platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet vari...Roman Kiryanov2018-10-151-8/+16
| * | | | Merge 4.19-rc6Greg Kroah-Hartman2018-09-302-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' staticWei Yongjun2018-09-251-1/+1
| * | | | platform: goldfish: pipe: Remove redundant header includeRoman Kiryanov2018-09-251-1/+0
| * | | | platform: goldfish: pipe: Remove redundant struct declarationsRoman Kiryanov2018-09-251-2/+0
| * | | | platform: goldfish: pipe: Remove a redundant blank lineRoman Kiryanov2018-09-251-1/+0
| * | | | platform: goldfish: pipe: Prevent memory corruption from several threads writ...Roman Kiryanov2018-09-251-10/+14
| * | | | platform: goldfish: pipe: Remove license boilerplateRoman Kiryanov2018-09-251-14/+0
| * | | | platform: goldfish: pipe: Replace "x==NULL" to "!x"Roman Kiryanov2018-09-141-5/+5
| * | | | platform: goldfish: pipe: Move logical ops to the end of the prev lineRoman Kiryanov2018-09-141-2/+2
| * | | | platform: goldfish: pipe: Fix alignment to match parenthesisRoman Kiryanov2018-09-141-35/+48
| * | | | platform: goldfish: pipe: Fix lines to not end an opening bracketRoman Kiryanov2018-09-141-4/+3
| * | | | platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_xRoman Kiryanov2018-09-141-8/+9
| * | | | platform: goldfish: pipe: Remove reduntant casting to (void)Roman Kiryanov2018-09-141-2/+2
| * | | | platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'Roman Kiryanov2018-09-141-4/+4
| * | | | platform: goldfish: pipe: Remove a blank line before '}'Roman Kiryanov2018-09-141-1/+1
| * | | | platform: goldfish: pipe: Remove reduntant castingRoman Kiryanov2018-09-141-1/+1
| * | | | platform: goldfish: pipe: Replace two code blocks with a function callRoman Kiryanov2018-09-141-16/+19
| * | | | platform: goldfish: pipe: Remove a redundant variableRoman Kiryanov2018-09-141-4/+3
| * | | | platform: goldfish: pipe: Add blank lines to separate struct membersRoman Kiryanov2018-09-141-0/+3
| * | | | platform: goldfish: pipe: Replace pr_ with dev_ for loggingRoman Kiryanov2018-09-141-1/+6
OpenPOWER on IntegriCloud