summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pps: parport: use timespec64 instead of timespecArnd Bergmann2018-02-061-20/+20
* drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointersMarkus Elfring2018-02-061-7/+5
* drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initiali...Markus Elfring2018-02-061-1/+1
* drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed me...Markus Elfring2018-02-061-3/+0
* rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementationsMarkus Elfring2018-02-061-13/+12
* rapidio: return an error code only as a constant in two functionsMarkus Elfring2018-02-061-15/+6
* rapidio: delete an unnecessary variable initialisation in three functionsMarkus Elfring2018-02-061-3/+3
* rapidio: improve a size determination in five functionsMarkus Elfring2018-02-061-10/+5
* rapidio: adjust five function calls together with a variable assignmentMarkus Elfring2018-02-061-12/+14
* rapidio: adjust 12 checks for null pointersMarkus Elfring2018-02-061-9/+9
* rapidio: delete an error message for a failed memory allocation in rio_init_m...Markus Elfring2018-02-061-1/+0
* bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-061-4/+2
* Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds2018-02-0510-199/+91
|\
| * remoteproc: Reset table_ptr on stopBjorn Andersson2018-01-151-0/+3
| * remoteproc: Drop dangling find_rsc_table dummiesBjorn Andersson2018-01-156-54/+0
| * remoteproc: Move resource table load logic to findBjorn Andersson2018-01-153-50/+35
| * remoteproc: Don't handle empty resource tableBjorn Andersson2018-01-151-0/+3
| * remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson2018-01-157-88/+52
| * remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson2018-01-151-1/+8
| * remoteproc: Cache resource table sizeBjorn Andersson2018-01-151-13/+7
| * remoteproc: Remove depricated crash completionBjorn Andersson2018-01-151-10/+0
| * virtio_remoteproc: correct put_device virtio_device.devweiping zhang2018-01-021-1/+1
* | Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds2018-02-054-19/+55
|\ \
| * | rpmsg: smd: Fix double unlock in __qcom_smd_send()Dan Carpenter2018-01-191-5/+5
| * | rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()Wei Yongjun2018-01-021-0/+1
| * | rpmsg: smd: Don't hold the tx lock during waitBjorn Andersson2017-12-181-0/+7
| * | rpmsg: smd: Fail send on a closed channelBjorn Andersson2017-12-181-6/+8
| * | rpmsg: smd: Wake up all waitersBjorn Andersson2017-12-181-2/+2
| * | rpmsg: smd: Create device for all channelsBjorn Andersson2017-12-181-5/+0
| * | rpmsg: smd: Perform handshake during openBjorn Andersson2017-12-181-0/+30
| * | rpmsg: glink: smem: Ensure ordering during txBjorn Andersson2017-12-181-0/+3
| * | drivers: rpmsg: remove duplicate includesPravin Shedge2017-12-061-2/+0
| * | remoteproc: qcom: Use PTR_ERR_OR_ZERO() in glink probVasyl Gomonovych2017-11-281-1/+1
| |/
* | Merge tag 'mmc-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2018-02-053-10/+161
|\ \
| * | mmc: MMC_SDHI_{SYS,INTERNAL}_DMAC should depend on HAS_DMAGeert Uytterhoeven2018-01-311-2/+2
| * | mmc: sdhci: Implement an SDHCI-specific bounce bufferLinus Walleij2018-01-312-8/+159
* | | Merge tag 'pwm/for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-053-1/+28
|\ \ \
| * | | pwm: meson: Add clock source configuration for Meson-AXGJian Hu2017-12-051-0/+26
| * | | pwm: stmpe: Fix wrong register offset for hwpwm=2 caseAxel Lin2017-12-051-1/+1
| * | | pwm: Set class for exported channels in sysfsGottfried Haider2017-12-051-0/+1
| | |/ | |/|
* | | net: mediatek: Explicitly include pinctrl headersThierry Reding2018-02-051-0/+1
* | | mmc: meson-gx-mmc: Explicitly include pinctr/consumer.hThierry Reding2018-02-051-0/+1
* | | drm/rockchip: lvds: Explicitly include pinctrl headersThierry Reding2018-02-051-0/+1
* | | pinctrl: files should directly include apis they useStephen Rothwell2018-02-051-0/+1
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-041-1/+2
|\ \ \
| * | | irqchip/stm32: Fix copyrightBenjamin Gaignard2018-01-291-1/+2
* | | | Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-047-22/+14
|\ \ \ \
| * | | | block: skd: fix incorrect linux/slab_def.h inclusionArnd Bergmann2018-02-021-3/+4
| * | | | blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-306-19/+10
* | | | | Merge tag 'ntb-4.16' of git://github.com/jonmason/ntbLinus Torvalds2018-02-0410-1852/+3269
|\ \ \ \ \