summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2018-12-13 20:22:27 +0100
committerMiquel Raynal <miquel.raynal@bootlin.com>2018-12-14 22:45:16 +0100
commit9b432630e0150b777c423fdef6a7b8d17dfa70b6 (patch)
treee076ab94e60a1aa9c3ea48b78fd2b4401bd474d6 /tools/perf/scripts/python/bin
parentb637ef779575a977068025f842ecd480a9671f3f (diff)
downloadkernel-9b432630e0150b777c423fdef6a7b8d17dfa70b6.tar.gz
mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()
Commit e1e6255c311b ("mtd: rawnand: omap2: convert driver to nand_scan()") moved part of the init code in the ->attach_chip hook and at the same time changed the struct device object passed to dma_request_chan() (&pdev->dev instead of pdev->dev.parent). Fixes: e1e6255c311b ("mtd: rawnand: omap2: convert driver to nand_scan()") Reported-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Tested-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
el/commit/tools/testing/selftests/kvm/include/perf_test_util.h?id=1133e17ea7c9929ff7b90e81d8926f9e870748e9'>KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones 2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones 2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon 2020-11-08KVM: selftests: Make the number of vcpus globalAndrew Jones 2020-11-08KVM: selftests: Make the per vcpu memory size globalAndrew Jones 2020-11-08KVM: selftests: Drop pointless vm_create wrapperAndrew Jones 2020-11-08KVM: selftests: Add wrfract to common guest codeBen Gardon 2020-11-08KVM: selftests: Remove address rounding in guest codeBen Gardon 2020-11-08KVM: selftests: Factor code out of demand_paging_testBen Gardon