aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25coresight: perf: Remove reset_buffer call back for sinksSuzuki K Poulose3-98/+25
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose11-25/+25
2018-09-25coresight: tmc-etr: Relax collection of trace from sysfs modeSuzuki K Poulose1-8/+6
2018-09-25coresight: tmc-etr: Handle driver mode specific ETR buffersSuzuki K Poulose2-20/+40
2018-09-25coresight: perf: Disable trace path upon source errorSuzuki K Poulose1-1/+3
2018-09-25coresight: perf: Allow tracing on hotplugged CPUsSuzuki K Poulose1-15/+29
2018-09-25coresight: perf: Avoid unncessary CPU hotplug read lockSuzuki K Poulose1-3/+0
2018-09-25coresight: perf: Fix per cpu path managementSuzuki K Poulose1-15/+40
2018-09-25coresight: etb10: Fix handling of perf modeSuzuki K Poulose1-0/+4
2018-09-25coresight: Fix handling of sinksSuzuki K Poulose1-7/+15
2018-09-25coresight: Use ERR_CAST instead of ERR_PTRzhong jiang1-1/+1
2018-09-25coresight: Cleanup coresight DT bindingsSuzuki K Poulose1-10/+88
2018-09-25coresight: platform: Cleanup coresight connection handlingSuzuki K Poulose2-54/+20
2018-09-25coresight: Add helper to check if the endpoint is inputSuzuki K Poulose1-2/+7
2018-09-25coresight: Fix remote endpoint parsingSuzuki K Poulose1-11/+11
2018-09-25coresight: platform: Fix leaking device referenceSuzuki K Poulose1-1/+5
2018-09-25coresight: platform: Fix refcounting for graph nodesSuzuki K Poulose1-0/+5
2018-09-25coresight: platform: Refactor graph endpoint parsingSuzuki K Poulose1-55/+83
2018-09-25coresight: Document error handling in coresight_registerSuzuki K Poulose1-7/+11
2018-09-20misc: sgi-gru: fix fall-through annotationsGustavo A. R. Silva1-2/+2
2018-09-16Merge b4.19-rc4 into char-misc-nextGreg Kroah-Hartman168-1244/+1809
2018-09-14Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+3
2018-09-14Merge tag 'for-linus-4.19c-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds7-24/+42
2018-09-14Merge tag 'dmaengine-fix-4.19-rc4' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+1
2018-09-14Merge tag 'usb-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds30-145/+188
2018-09-14Merge tag 'tty-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+33
2018-09-14Merge tag 'staging-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds13-19/+54
2018-09-14Merge tag 'char-misc-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds9-33/+72
2018-09-14firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd1-38/+29
2018-09-14firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd1-21/+19
2018-09-14firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd6-176/+72
2018-09-14firmware: coreboot: Make bus registration symmetricStephen Boyd1-6/+8
2018-09-14firmware: coreboot: Unmap ioregion after device populationStephen Boyd1-3/+4
2018-09-14firmware: coreboot: Let OF core populate platform deviceStephen Boyd1-25/+3
2018-09-14drivers: misc: ad525x_dpot: Update MODULE AUTHOR email addressMichael Hennerich3-5/+5
2018-09-14misc: sgi-xp: remove meaningless null check before kfreezhong jiang1-2/+1
2018-09-14slimbus: ngd: mark PM functions as __maybe_unusedArnd Bergmann1-4/+2
2018-09-14platform: goldfish: pipe: Replace "x==NULL" to "!x"Roman Kiryanov1-5/+5
2018-09-14platform: goldfish: pipe: Move logical ops to the end of the prev lineRoman Kiryanov1-2/+2
2018-09-14platform: goldfish: pipe: Fix alignment to match parenthesisRoman Kiryanov1-35/+48
2018-09-14platform: goldfish: pipe: Fix lines to not end an opening bracketRoman Kiryanov1-4/+3
2018-09-14platform: goldfish: pipe: Rename goldfish_x to goldfish_pipe_xRoman Kiryanov1-8/+9
2018-09-14platform: goldfish: pipe: Remove reduntant casting to (void)Roman Kiryanov1-2/+2
2018-09-14platform: goldfish: pipe: Rename 'wakeBit' to 'wake_bit'Roman Kiryanov1-4/+4
2018-09-14platform: goldfish: pipe: Remove a blank line before '}'Roman Kiryanov1-1/+1
2018-09-14platform: goldfish: pipe: Remove reduntant castingRoman Kiryanov1-1/+1
2018-09-14platform: goldfish: pipe: Replace two code blocks with a function callRoman Kiryanov1-16/+19
2018-09-14platform: goldfish: pipe: Remove a redundant variableRoman Kiryanov1-4/+3
2018-09-14platform: goldfish: pipe: Add blank lines to separate struct membersRoman Kiryanov1-0/+3
2018-09-14platform: goldfish: pipe: Replace pr_ with dev_ for loggingRoman Kiryanov1-1/+6