summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-14platform: goldfish: pipe: Replace an array of 1 with a variableRoman Kiryanov1-15/+13
2018-09-14platform: goldfish: pipe: Fail compilation if structs are too largeRoman Kiryanov1-6/+3
2018-09-14platform: goldfish: pipe: Update the comment for GFP_ATOMICRoman Kiryanov1-1/+4
2018-09-14platform: goldfish: pipe: Separate the host interface to a separate headerRoman Kiryanov2-68/+113
2018-09-14platform: goldfish: pipe: Move an opening brace to the next lineRoman Kiryanov1-1/+2
2018-09-14platform: goldfish: pipe: Update licenseRoman Kiryanov1-1/+2
2018-09-14platform: goldfish: pipe: Fix comments to fit 80 columnsRoman Kiryanov1-4/+7
2018-09-14misc: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-09-14firmware: google: make structure gsmi_dev staticColin Ian King1-1/+1
2018-09-14vme: remove unneeded kfreeDing Xiang1-1/+0
2018-09-14binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen1-0/+55
2018-09-14android: binder: use kstrdup instead of open-coding itRasmus Villemoes1-2/+1
2018-09-14binder: use standard functions to allocate fdsTodd Kjos3-165/+260
2018-09-14android: binder: no outgoing transaction when thread todo has transactionSherry Yang1-12/+32
2018-09-12uio: convert to vm_fault_tSouptick Joarder1-1/+1
2018-09-12uio: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+1
2018-09-12nvmem: core: return error code instead of NULL from nvmem_device_getSrinivas Kandagatla1-1/+1
2018-09-12misc: lkdtm: fixed static variable initializationParth Y Shah1-1/+1
2018-09-12misc: bh1770glc: remove unused array prox_curr_maColin Ian King1-3/+0
2018-09-12misc: apds990x: remove unused array ir_currentsColin Ian King1-1/+0
2018-09-12uio: ensure class is registered before devicesAlexandre Belloni1-0/+9
2018-09-12Drivers: hv: vmbus: Fix synic per-cpu context initializationMichael Kelley1-3/+12
2018-09-12uio_hv_generic: drop #ifdef DEBUGStephen Hemminger1-1/+0
2018-09-12uio_hv_generic: increase size of receive and send buffersStephen Hemminger1-3/+3
2018-09-12vmbus: add driver_override supportStephen Hemminger1-19/+96
2018-09-12drivers: fpga: fix two trivial spelling mistakesColin Ian King2-2/+2
2018-09-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2018-09-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...Linus Torvalds2-5/+10
2018-09-08Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-2/+9
2018-09-07Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-12/+14