summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/bus.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2019-06-251-1/+34
|\
| * gpu: host1x: Do not link logical devices to DT nodesThierry Reding2019-06-051-1/+31
| * gpu: host1x: Increase maximum DMA segment sizeThierry Reding2019-06-051-0/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1Star
|/
* gpu: host1x: Represent host1x bus devices in debugfsThierry Reding2019-02-041-0/+35
* gpu: host1x: Remove spurious tabThierry Reding2018-09-261-1/+1
* drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-3/+2Star
* dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-031-0/+6
* gpu: host1x: Cleanup on initialization failureThierry Reding2017-12-131-2/+9
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-1/+2
|\
| * gpu: host1x: Call of_dma_configure() after setting busMikko Perttunen2017-10-201-1/+2
* | drivers: flag buses which demand DMA configurationRobin Murphy2017-10-191-0/+1
|/
* Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2017-08-211-1/+17
|\
| * gpu: host1x: Support sub-devices recursivelyThierry Reding2017-08-171-1/+17
* | gpu/host1x: Remove excess parameter in host1x_subdev_add docsSean Paul2017-07-311-1/+0Star
|/
* gpu: host1x: Flesh out kerneldocThierry Reding2017-06-151-0/+75
* gpu: host1x: Fix host1x driver shutdownThierry Reding2017-04-051-34/+34
* gpu: host1x: Set OF node for new host1x devicesThierry Reding2017-01-301-0/+1
* Merge tag 'drm/tegra/for-4.6-rc1' of http://anongit.freedesktop.org/git/tegra...Dave Airlie2016-03-161-1/+3
|\
| * gpu: host1x: bus: Add missing of_node_put()Amitoj Kaur Chawla2016-03-161-1/+3
* | gpu: host1x: Set DMA ops on device creationAlexandre Courbot2016-03-041-0/+2
|/
* gpu: host1x: Remove core driver on unregisterThierry Reding2015-12-141-0/+2
* gpu: host1x: Provide a proper struct bus_typeThierry Reding2015-01-271-35/+76
* gpu: host1x: Factor out __host1x_device_del()Thierry Reding2015-01-231-44/+49
* gpu: host1x: Call host1x_device_add() under lockThierry Reding2015-01-231-4/+2Star
* gpu: host1x: Call ->remove() only when a device is boundThierry Reding2015-01-231-2/+7
* gpu: host1x: Rename internal functions for clarityThierry Reding2014-06-051-6/+6
* gpu: host1x: Export public APIThierry Reding2013-12-191-0/+2
* gpu: host1x: Fix a few sparse warningsThierry Reding2013-12-031-2/+3
* drm/tegra: Move subdevice infrastructure to host1xThierry Reding2013-10-311-0/+550