summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorAkhil R <akhilrajeev@nvidia.com>2022-02-25 18:50:43 +0530
committerVinod Koul <vkoul@kernel.org>2022-04-11 19:32:24 +0530
commit729106266a50400181c3baa508c79bead46eb8e0 (patch)
tree8575de6bbc8253b7cf973963654eedfa198bcc17 /tools/perf/scripts/python/libxed.py
parentcc4abaa67e051ddc1bb4e00186870adbd780d1cd (diff)
downloadkernel-729106266a50400181c3baa508c79bead46eb8e0.tar.gz
dt-bindings: dmaengine: Add doc for tegra gpcdma
Add DT binding document for Nvidia Tegra GPCDMA controller. Signed-off-by: Rajesh Gumasta <rgumasta@nvidia.com> Signed-off-by: Akhil R <akhilrajeev@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Thierry Reding <treding@nvidia.com> Link: https://lore.kernel.org/r/20220225132044.14478-2-akhilrajeev@nvidia.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
1b7e54711479d3b9d3617d49898770830db2'>device: separate all subsys mutexesMichal Hocko 2013-03-12driver/base: implement subsys_virtual_register()Tejun Heo 2013-02-03Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas 2013-01-17driver core: fix possible missing of device probeMing Lei 2012-11-28driver core: remove CONFIG_HOTPLUG ifdefsBill Pemberton 2012-07-16driver core: move uevent call to driver_registerSebastian Ott 2012-04-19Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman 2012-04-18driver core: check start node in klist_iter_init_nodeHannes Reinecke 2012-04-18drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten 2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman 2012-01-24driver-core: Fix possible null reference in subsys_interface_unregisterJonghwan Choi 2012-01-23kernel-doc: fix new warnings in driver-coreRandy Dunlap 2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers 2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds 2010-11-21Fix "forcably" comment typoRobert P. J. Day 2010-11-17driver-core: merge private parts of class and busKay Sievers 2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers 2010-08-05driver core: fix memory leak on one error path in bus_register()Jike Song 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman 2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy 2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy 2009-12-23driver core: Prevent reference to freed memory on error pathPhil Carmody 2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov 2009-09-15Driver core: add new device to bus's list before probingAlan Stern