summaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorLines
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-207/+290
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-15/+14
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-59/+23
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+5
2018-10-18ACPI / scan: Create platform device for INT33FE ACPI nodesHans de Goede-15/+9
2018-10-15platform: goldfish: pipe: Add a blank line to separate varibles and codeRoman Kiryanov-0/+1
2018-10-15platform: goldfish: pipe: Remove redundant castingRoman Kiryanov-1/+1
2018-10-15platform: goldfish: pipe: Call misc_deregister if init failsRoman Kiryanov-1/+4
2018-10-15platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into...Roman Kiryanov-29/+37
2018-10-15platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable ...Roman Kiryanov-7/+13
2018-10-15platform: goldfish: pipe: Move the file-scope goldfish_interrupt_tasklet vari...Roman Kiryanov-8/+16
2018-10-09mfd: cros-ec: copy the whole event in get_next_event_xferEmil Karlson-1/+1
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra-5/+5
2018-09-30Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman-0/+2
2018-09-30Merge 4.19-rc6Greg Kroah-Hartman-0/+2
2018-09-25platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' staticWei Yongjun-1/+1
2018-09-25platform: goldfish: pipe: Remove redundant header includeRoman Kiryanov-1/+0
2018-09-25platform: goldfish: pipe: Remove redundant struct declarationsRoman Kiryanov-2/+0
2018-09-25platform: goldfish: pipe: Remove a redundant blank lineRoman Kiryanov-1/+0
2018-09-25platform: goldfish: pipe: Prevent memory corruption from several threads writ...Roman Kiryanov-10/+14
2018-09-25platform: goldfish: pipe: Remove license boilerplateRoman Kiryanov-14/+0
2018-09-20platform: x86: intel_cht_int33fe: Remove the old connections for the muxesHeikki Krogerus-14/+4
2018-09-20platform: x86: intel_cht_int33fe: Add connections for the USB Type-C portHeikki Krogerus-1/+11
2018-09-20platform: x86: intel_cht_int33fe: Add connection for the DP alt modeHeikki Krogerus-3/+6
2018-09-20platform: x86: intel_cht_int33fe: Register all connections at onceHeikki Krogerus-10/+4
2018-09-20platform: x86: intel_cht_int33fe: Add dependency on muxesHeikki Krogerus-0/+2
2018-09-18PCI: hotplug: Embed hotplug_slotLukas Wunner-35/+21
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner-20/+0
2018-09-18PCI: hotplug: Constify hotplug_slot_opsLukas Wunner-4/+2
2018-09-14platform: goldfish: pipe: Replace "x==NULL" to "!x"Roman Kiryanov-5/+5
2018-09-14platform: goldfish: pipe: Move logical ops to the end of the prev lineRoman Kiryanov-2/+2
2018-09-14platform: goldfish: pipe: Fix alignment to match parenthesisRoman Kiryanov-35/+48
2018-09-14platform: goldfish: pipe: Fix lines to not end an opening bracketRoman Kiryanov-4/+3
2018-09-14platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_xRoman Kiryanov-8/+9
2018-09-14platform: goldfish: pipe: Remove reduntant casting to (void)Roman Kiryanov-2/+2
2018-09-14platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'Roman Kiryanov-4/+4
2018-09-14platform: goldfish: pipe: Remove a blank line before '}'Roman Kiryanov-1/+1
2018-09-14platform: goldfish: pipe: Remove reduntant castingRoman Kiryanov-1/+1
2018-09-14platform: goldfish: pipe: Replace two code blocks with a function callRoman Kiryanov-16/+19
2018-09-14platform: goldfish: pipe: Remove a redundant variableRoman Kiryanov-4/+3
2018-09-14platform: goldfish: pipe: Add blank lines to separate struct membersRoman Kiryanov-0/+3
2018-09-14platform: goldfish: pipe: Replace pr_ with dev_ for loggingRoman Kiryanov-1/+6
2018-09-14platform: goldfish: pipe: Replace an array of 1 with a variableRoman Kiryanov-15/+13
2018-09-14platform: goldfish: pipe: Fail compilation if structs are too largeRoman Kiryanov-6/+3
2018-09-14platform: goldfish: pipe: Update the comment for GFP_ATOMICRoman Kiryanov-1/+4
2018-09-14platform: goldfish: pipe: Separate the host interface to a separate headerRoman Kiryanov-68/+113
2018-09-14platform: goldfish: pipe: Move an opening brace to the next lineRoman Kiryanov-1/+2
2018-09-14platform: goldfish: pipe: Update licenseRoman Kiryanov-1/+2
2018-09-14platform: goldfish: pipe: Fix comments to fit 80 columnsRoman Kiryanov-4/+7
2018-09-10platform/x86: alienware-wmi: Correct a memory leakMario Limonciello-0/+1