aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-05gpu/host1x: bus: Add missing description for 'driver'Lee Jones1-0/+1
2020-06-16gpu: host1x: Detach driver on unregisterThierry Reding1-0/+9
2020-01-10drm/tegra: Do not implement runtime PMThierry Reding1-0/+75
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding1-2/+2
2019-10-28gpu: host1x: Do not limit DMA segment sizeThierry Reding1-1/+1
2019-06-25Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-1/+34
2019-06-05gpu: host1x: Do not link logical devices to DT nodesThierry Reding1-1/+31
2019-06-05gpu: host1x: Increase maximum DMA segment sizeThierry Reding1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-02-04gpu: host1x: Represent host1x bus devices in debugfsThierry Reding1-0/+35
2018-09-26gpu: host1x: Remove spurious tabThierry Reding1-1/+1
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig1-3/+2
2018-05-03dma-mapping: move dma configuration to bus infrastructureNipun Gupta1-0/+6
2017-12-13gpu: host1x: Cleanup on initialization failureThierry Reding1-2/+9
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+2
2017-10-20gpu: host1x: Call of_dma_configure() after setting busMikko Perttunen1-1/+2
2017-10-19drivers: flag buses which demand DMA configurationRobin Murphy1-0/+1
2017-08-21Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-1/+17
2017-08-17gpu: host1x: Support sub-devices recursivelyThierry Reding1-1/+17
2017-07-31gpu/host1x: Remove excess parameter in host1x_subdev_add docsSean Paul1-1/+0
2017-06-15gpu: host1x: Flesh out kerneldocThierry Reding1-0/+75
2017-04-05gpu: host1x: Fix host1x driver shutdownThierry Reding1-34/+34
2017-01-30gpu: host1x: Set OF node for new host1x devicesThierry Reding1-0/+1
2016-03-17Merge tag 'drm/tegra/for-4.6-rc1' of http://anongit.freedesktop.org/git/tegra/linux into drm-nextDave Airlie1-1/+3
2016-03-16gpu: host1x: bus: Add missing of_node_put()Amitoj Kaur Chawla1-1/+3
2016-03-04gpu: host1x: Set DMA ops on device creationAlexandre Courbot1-0/+2
2015-12-14gpu: host1x: Remove core driver on unregisterThierry Reding1-0/+2
2015-01-27gpu: host1x: Provide a proper struct bus_typeThierry Reding1-35/+76
2015-01-23gpu: host1x: Factor out __host1x_device_del()Thierry Reding1-44/+49
2015-01-23gpu: host1x: Call host1x_device_add() under lockThierry Reding1-4/+2
2015-01-23gpu: host1x: Call ->remove() only when a device is boundThierry Reding1-2/+7
2014-06-05gpu: host1x: Rename internal functions for clarityThierry Reding1-6/+6
2013-12-19gpu: host1x: Export public APIThierry Reding1-0/+2
2013-12-03gpu: host1x: Fix a few sparse warningsThierry Reding1-2/+3
2013-10-31drm/tegra: Move subdevice infrastructure to host1xThierry Reding1-0/+550