summaryrefslogtreecommitdiffstats
path: root/drivers/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | platform: x86: intel_cht_int33fe: Add connection for the DP alt modeHeikki Krogerus2018-09-201-3/+6
| * | | platform: x86: intel_cht_int33fe: Register all connections at onceHeikki Krogerus2018-09-201-10/+4
| * | | platform: x86: intel_cht_int33fe: Add dependency on muxesHeikki Krogerus2018-09-201-0/+2
| | |/ | |/|
* | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-252-59/+23
|\ \ \
| * | | PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-182-35/+21
| * | | PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-182-20/+0
| * | | PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-182-4/+2
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-234-5/+5
|\ \ \
| * | | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-024-5/+5
| | |/ | |/|
* | | ACPI / scan: Create platform device for INT33FE ACPI nodesHans de Goede2018-10-181-15/+9
* | | mfd: cros-ec: copy the whole event in get_next_event_xferEmil Karlson2018-10-091-1/+1
|/ /
* | platform/x86: alienware-wmi: Correct a memory leakMario Limonciello2018-09-101-0/+1
OpenPOWER on IntegriCloud