aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge tag 'gpio-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-173-28/+20
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-07-163-20/+19
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | gpio: em: remove the gpiochip before removing the irq domainBartosz Golaszewski2019-07-151-18/+15
| | * | | | | | | | | gpiolib: of: fix a memory leak in of_gpio_flags_quirks()Nishka Dasgupta2019-07-151-0/+1
| | * | | | | | | | | gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy2019-07-151-2/+3
| * | | | | | | | | | Revert "gpio/spi: Fix spi-gpio regression on active high CS"Linus Walleij2019-07-161-8/+1
* | | | | | | | | | | Merge tag 'hwlock-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-177-22/+206
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | hwspinlock: add the 'in_atomic' APIFabien Dessenne2019-06-293-16/+127
| * | | | | | | | | | | hwspinlock: document the hwspinlock 'raw' APIFabien Dessenne2019-06-291-0/+42
| * | | | | | | | | | | hwspinlock: stm32: implement the relax() opsFabien Dessenne2019-06-291-0/+7
| * | | | | | | | | | | hwspinlock: ignore disabled deviceFabien Dessenne2019-06-291-0/+5
| * | | | | | | | | | | hwspinlock/omap: Add a trace during probeSuman Anna2019-06-291-0/+3
| * | | | | | | | | | | hwspinlock/omap: Add support for TI K3 SoCsSuman Anna2019-06-292-1/+2
| * | | | | | | | | | | dt-bindings: hwlock: Update OMAP binding for TI K3 SoCsSuman Anna2019-06-291-5/+20
* | | | | | | | | | | | Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-1717-57/+1009
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | remoteproc: stm32: fix building without ARM SMCCArnd Bergmann2019-07-081-1/+1
| * | | | | | | | | | | | remoteproc: qcom: q6v5-mss: Fix build error without QCOM_MDT_LOADERYueHaibing2019-07-041-0/+1
| * | | | | | | | | | | | remoteproc: copy parent dma_pfn_offset for vdevClement Leger2019-07-011-0/+1
| * | | | | | | | | | | | remoteproc: qcom: q6v5-mss: Support loading non-split imagesBjorn Andersson2019-07-011-8/+25
| * | | | | | | | | | | | soc: qcom: mdt_loader: Support loading non-split imagesBjorn Andersson2019-07-012-3/+87
| * | | | | | | | | | | | remoteproc: stm32: add an ST stm32_rproc driverFabien Dessenne2019-06-293-0/+644
| * | | | | | | | | | | | dt-bindings: remoteproc: add bindings for stm32 remote processor driverFabien Dessenne2019-06-291-0/+63
| * | | | | | | | | | | | dt-bindings: stm32: add bindings for ML-AHB interconnectFabien Dessenne2019-06-291-0/+37
| * | | | | | | | | | | | remoteproc: Use struct_size() helperGustavo A. R. Silva2019-06-291-2/+1
| * | | | | | | | | | | | remoteproc: add vendor resources handlingClement Leger2019-06-294-11/+60
| * | | | | | | | | | | | remoteproc: imx: Fix typo in "failed"Fabio Estevam2019-06-031-4/+4
| * | | | | | | | | | | | remoteproc: imx: Broaden the Kconfig selection logicFabio Estevam2019-06-031-1/+1
| * | | | | | | | | | | | remoteproc,rpmsg: add missing MAINTAINERS file entriesRobert P. J. Day2019-05-221-0/+5
| * | | | | | | | | | | | remoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSPBjorn Andersson2019-05-211-18/+55
| * | | | | | | | | | | | dt-bindings: remoteproc: Rename and amend Hexagon v56 bindingBjorn Andersson2019-05-211-10/+25
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'rpmsg-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds2019-07-172-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rpmsg: core: Make remove handler for rpmsg driver optional.Pi-Hsun Shih2019-05-211-1/+2
| * | | | | | | | | | | | dt-bindings: soc: qcom: Add remote-pid binding for GLINK SMEMSibi Sankar2019-05-211-0/+5
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-1715-131/+2228
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | virtio-mmio: add error check for platform_get_irqIhor Matushchak2019-07-111-1/+6
| * | | | | | | | | | | | scsi: virtio_scsi: Use struct_size() helperGustavo A. R. Silva2019-07-111-1/+1
| * | | | | | | | | | | | iommu/virtio: Add event queueJean-Philippe Brucker2019-06-062-9/+125
| * | | | | | | | | | | | iommu/virtio: Add probe requestJean-Philippe Brucker2019-06-062-6/+187
| * | | | | | | | | | | | iommu: Add virtio-iommu driverJean-Philippe Brucker2019-06-066-0/+1042
| * | | | | | | | | | | | PCI: OF: Initialize dev->fwnode appropriatelyJean-Philippe Brucker2019-06-061-0/+8
| * | | | | | | | | | | | of: Allow the iommu-map property to omit untranslated devicesJean-Philippe Brucker2019-06-061-3/+7
| * | | | | | | | | | | | dt-bindings: virtio: Add virtio-pci-iommu nodeJean-Philippe Brucker2019-06-061-0/+66
| * | | | | | | | | | | | dt-bindings: virtio-mmio: Add IOMMU descriptionJean-Philippe Brucker2019-06-061-0/+30
| * | | | | | | | | | | | vhost: fix clang build warningMichael S. Tsirkin2019-06-061-2/+5
| * | | | | | | | | | | | vhost: access vq metadata through kernel virtual addressJason Wang2019-06-052-3/+550
| * | | | | | | | | | | | vhost: factor out setting vring addr and numJason Wang2019-06-051-74/+103
| * | | | | | | | | | | | vhost: introduce helpers to get the size of metadata areaJason Wang2019-06-051-18/+33
| * | | | | | | | | | | | vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang2019-06-053-5/+5
| * | | | | | | | | | | | vhost: fine grain userspace memory accessorsJason Wang2019-06-051-17/+77
| * | | | | | | | | | | | vhost: generalize adding used elemJason Wang2019-06-051-10/+1