summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: rcar-dmac: refactor the error handling code of rcar_dmac_probeDongliang Mu2021-10-251-6/+7
* dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`Lars-Peter Clausen2021-10-251-1/+1
* dmaengine: imx-sdma: remove space after sizeofFlavio Suligoi2021-10-181-3/+3
* dmaengine: imx-sdma: align statement to open parenthesisFlavio Suligoi2021-10-181-8/+8
* dmaengine: imx-sdma: add missed bracesFlavio Suligoi2021-10-181-1/+2
* dmaengine: imx-sdma: remove useless bracesFlavio Suligoi2021-10-181-2/+1
* dmaengine: dw-axi-dmac: set coherent maskPandith N2021-10-181-0/+4
* dmaengine: dw-axi-dmac: Hardware handshake configurationPandith N2021-10-181-0/+4
* dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8Pandith N2021-10-182-31/+109
* dmaengine: stm32-dma: fix burst in case of unaligned memory addressAmelie Delaunay2021-10-181-4/+16
* dmaengine: stm32-dma: fix stm32_dma_get_max_widthAmelie Delaunay2021-10-181-2/+1
* dmaengine: stm32-dma: mark pending descriptor complete in terminate_allAmelie Delaunay2021-10-181-0/+1
* dmaengine: dw-edma: Remove an unused variableChristophe JAILLET2021-10-181-1/+0
* dmaengine: jz4780: Set max number of SGs per burstArtur Rojek2021-10-181-0/+1
* dmaengine: sh: rz-dmac: Add DMA clock handlingBiju Das2021-10-181-0/+14
* dmaengine: idxd: remove gen cap field per spec 1.2 updateDave Jiang2021-10-181-2/+1
* dmaengine: idxd: check GENCAP config support for gencfg registerDave Jiang2021-10-181-1/+1
* dmaengine: bestcomm: fix system boot lockupsAnatolij Gustschin2021-10-184-16/+16
* dmaengine: at_xdmac: use pm_ptr()Claudiu Beznea2021-10-181-1/+1
* dmaengine: at_xdmac: use __maybe_unused for pm functionsClaudiu Beznea2021-10-181-9/+3
* dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macroClaudiu Beznea2021-10-181-1/+1
* dmaengine: at_xdmac: call at_xdmac_axi_config() on resume pathClaudiu Beznea2021-10-181-24/+27
* dmaengine: Remove redundant initialization of variable errColin Ian King2021-10-181-2/+1
* dmaengine: tegra210-adma: Override ADMA FIFO sizeSameer Pujar2021-10-181-14/+34
* dmaengine: tegra210-adma: Add description for 'adma_get_burst_config'Sameer Pujar2021-10-181-0/+1
* dmaengine: tegra210-adma: Re-order 'has_outstanding_reqs' memberSameer Pujar2021-10-181-3/+3
* dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside submissionDave Jiang2021-10-012-1/+2
* dmaengine: stm32-mdma: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2021-10-011-1/+2
* dmaengine: zynqmp_dma: fix lockdep warning in taskletMichael Tretter2021-10-011-2/+2
* dmaengine: zynqmp_dma: refine dma descriptor lockingMichael Tretter2021-10-011-14/+21
* dmaengine: zynqmp_dma: cleanup after completing all descriptorsMichael Tretter2021-10-011-1/+2
* dmaengine: zynqmp_dma: cleanup includesMichael Tretter2021-10-011-4/+1
* dmaengine: zynqmp_dma: enable COMPILE_TESTMichael Tretter2021-10-011-1/+1
* dmaengine: zynqmp_dma: drop message on probe successMichael Tretter2021-10-011-2/+0
* dmaengine: zynqmp_dma: simplify with dev_err_probeMichael Tretter2021-10-011-10/+8
* Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linuxLinus Torvalds2021-09-134-20/+6
|\
| * auxdisplay: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-162-3/+3
| * auxdisplay: ks0108: Switch to use module_parport_driver()Andy Shevchenko2021-07-161-13/+1
| * auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleAndy Shevchenko2021-07-161-3/+1
| * auxdisplay: hd44780: Fix oops on module unloadingLars Poeschel2021-07-161-1/+1
* | Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-122-11/+27
|\ \
| * | lkdtm: Use init_uts_ns.name instead of macrosKees Cook2021-09-102-11/+27
* | | Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-09-121-12/+11
|\ \ \
| * | | char: ipmi: use DEVICE_ATTR helper macroDwaipayan Ray2021-08-121-5/+4
| * | | ipmi: rate limit ipmi smi_event failure messageWen Yang2021-08-121-7/+7
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-1124-283/+3343
|\ \ \ \
| * | | | Documentation: Add documentation for VDUSEXie Yongji2021-09-061-5/+0
| * | | | vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji2021-09-064-0/+1662
| * | | | vduse: Implement an MMU-based software IOTLBXie Yongji2021-09-062-0/+618
| * | | | vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-066-16/+100