summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-12-13 23:48:03 +0800
committerVinod Koul <vinod.koul@linux.intel.com>2011-12-23 21:33:15 +0530
commit62268ce9170c5466332c046ff6ddafcb67751502 (patch)
tree1771a5aedb72e2f85ae829d1e15045c619ba1899 /tools/perf/scripts/python/flamegraph.py
parent7ad7a345a4f17c08a1bb9bfdbb62f7793d84aa36 (diff)
downloadkernel-62268ce9170c5466332c046ff6ddafcb67751502.tar.gz
dmaengine: add DMA_TRANS_NONE to dma_transfer_direction
Before dma_transfer_direction was introduced to replace dma_data_direction, some dmaengine device uses DMA_NONE of dma_data_direction for some talk with its client drivers. The mxs-dma and its clients mxs-mmc and gpmi-nand are such case. This patch adds DMA_TRANS_NONE to dma_transfer_direction and migrate the DMA_NONE use in mxs-dma to it. It also fixes the compile warning below. CC drivers/dma/mxs-dma.o drivers/dma/mxs-dma.c: In function ‘mxs_dma_prep_slave_sg’: drivers/dma/mxs-dma.c:420:16: warning: comparison between ‘enum dma_transfer_direction’ and ‘enum dma_data_direction’ Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
for HJMC01 I2C controllerHunter Yu 2024-11-17i2c: Switch back to struct platform_driver::remove()Uwe Kleine-König 2024-11-13i2c: designware: Fix spelling and other issues in the commentsAndy Shevchenko 2024-11-13i2c: designware: Use temporary variable for struct deviceAndy Shevchenko 2024-09-11i2c: designware: Propagate firmware nodeAndy Shevchenko 2024-09-10i2c: designware: Consolidate PM opsAndy Shevchenko 2024-09-10i2c: designware: Remove ->disable() callbackAndy Shevchenko 2024-09-10i2c: designware: Move exports to I2C_DW namespacesAndy Shevchenko 2024-09-10i2c: designware: Consolidate firmware parsing and configuring codeAndy Shevchenko 2024-09-10i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()Andy Shevchenko 2024-09-10i2c: designware: Drop return value from dw_i2c_of_configure()Andy Shevchenko 2024-09-10i2c: designware: Always provide device ID tablesAndy Shevchenko 2024-09-10i2c: designware: Unify terminator in device ID tablesAndy Shevchenko 2024-09-10i2c: designware: Replace a while-loop by for-loopAndy Shevchenko 2024-07-09i2c: designware: Constify read-only struct regmap_configJavier Carrasco 2024-05-06i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()Andy Shevchenko 2024-05-06i2c: designware: Add ACPI ID for Granite Rapids-D I2C controllerShanth Murthy 2024-02-27i2c: designware: Uniform initialization flow for polling modeJarkko Nikula