summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | | | platform: goldfish: pipe: Replace an array of 1 with a variableRoman Kiryanov2018-09-141-15/+13
| * | | | platform: goldfish: pipe: Fail compilation if structs are too largeRoman Kiryanov2018-09-141-6/+3
| * | | | platform: goldfish: pipe: Update the comment for GFP_ATOMICRoman Kiryanov2018-09-141-1/+4
| * | | | platform: goldfish: pipe: Separate the host interface to a separate headerRoman Kiryanov2018-09-142-68/+113
| * | | | platform: goldfish: pipe: Move an opening brace to the next lineRoman Kiryanov2018-09-141-1/+2
| * | | | platform: goldfish: pipe: Update licenseRoman Kiryanov2018-09-141-1/+2
| * | | | platform: goldfish: pipe: Fix comments to fit 80 columnsRoman Kiryanov2018-09-141-4/+7
| | |_|/ | |/| |
* | | | Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-262-15/+14
|\ \ \ \
| * \ \ \ Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman2018-09-302-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | platform: x86: intel_cht_int33fe: Remove the old connections for the muxesHeikki Krogerus2018-09-201-14/+4
| * | | | platform: x86: intel_cht_int33fe: Add connections for the USB Type-C portHeikki Krogerus2018-09-201-1/+11