aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/most/dim2/dim2.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-31staging: most: dim2: replace BUG_ON() in poison_channel()Gabriel Rondon1-1/+2
2026-03-31staging: most: dim2: replace BUG_ON() in enqueue()Gabriel Rondon1-1/+2
2026-03-31staging: most: dim2: replace BUG_ON() in configure_channel()Gabriel Rondon1-1/+2
2026-03-31staging: most: dim2: replace BUG_ON() in service_done_flag()Gabriel Rondon1-2/+2
2026-03-31staging: most: dim2: replace BUG_ON() in try_start_dim_transfer()Gabriel Rondon1-3/+6
2026-02-25staging: most: dim2: remove unnecessary string indirection in dev_errArtem Lytkin1-3/+3
2026-02-25staging: most: dim2: use dev_err_probe and proper error codes for clockArtem Lytkin1-6/+5
2026-02-25staging: most: dim2: replace IS_ERR_OR_NULL with IS_ERR for devm_clk_getArtem Lytkin1-2/+2
2026-02-23staging: most: dim2: check return value of clk_prepare_enable for PLLArtem Lytkin1-1/+6
2026-02-23staging: most: dim2: remove unused header includesRajveer Chaudhari1-3/+0
2026-02-23staging: most: dim2: convert pr_err/warn to dev_err/warnZeeshan Ahmad1-20/+20
2026-02-23staging: most: dim2: move extra info messages to dev_dbgZeeshan Ahmad1-4/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-27staging: most: dim2: replace macro with static functionEthan Tidmore1-5/+7
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos1-1/+1
2023-07-27staging: Explicitly include correct DT includesRob Herring1-1/+1
2023-04-03staging: most: dim2: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-25staging: most: remove extra blank lineKhadija Kamran1-1/+0
2023-03-22staging: most: define iface_to_hdm as an inline functionMenna Mahmoud1-1/+4
2023-03-08staging: most: dim2: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2022-10-22staging: most: dim2: correct misleading struct type nameDeepak R Varma1-2/+2
2022-04-12staging/most, dim2: convert dim2_tasklet to threaded irqDavidlohr Bueso1-20/+9
2021-12-28staging: most: dim2: use consistent routine namingNikita Yushchenko1-13/+13
2021-12-28staging: most: dim2: update renesas compatible stringNikita Yushchenko1-1/+1
2021-10-13staging: most: dim2: use device release methodNikita Yushchenko1-25/+30
2021-10-13staging: most: dim2: do not double-register the same deviceNikita Yushchenko1-11/+13
2021-09-28staging: most: dim2: use if statements instead of ?: expressionsNikita Yushchenko1-11/+12
2021-09-28staging: most: dim2: force fcnt=3 on Renesas GEN3Nikita Yushchenko1-6/+23
2021-05-10staging: most: dim2: Provide missing descriptions and fix doc-rotLee Jones1-10/+13
2020-08-18staging: most: dim2: Add missing identifier name to function argumentNícolas F. R. A. Prado1-3/+3
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-03-24staging: most: move core files out of the staging areaChristian Gromm1-2/+1
2020-01-24staging: most: remove struct device core driverChristian Gromm1-0/+1
2020-01-24staging: most: remove device from interface structureChristian Gromm1-1/+1
2020-01-16staging: most: remove header include path to drivers/stagingMasahiro Yamada1-1/+1
2019-12-17staging: most: use angle brackets in include pathChristian Gromm1-1/+1
2019-12-17staging: most: rename core.h to most.hChristian Gromm1-1/+1
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-2/+0
2019-07-22staging: most: dim2: Remove function dimcb_io_write()Nishka Dasgupta1-10/+0
2019-07-22staging: most: dim2: Remove function dimcb_io_read()Nishka Dasgupta1-9/+0
2018-06-28staging: most: fix sparse warning Using plain integer as NULL pointerMarcin Ciupak1-1/+1
2018-05-08staging: most: dim2: use device to allocate coherent memoryChristian Gromm1-2/+7
2018-05-08staging: most: dim2: read clock speed from the deviceChristian Gromm1-1/+49
2018-05-08staging: most: dim2: use device treeChristian Gromm1-29/+195
2018-05-08staging: most: dim2: fix startup sequenceChristian Gromm1-51/+39
2018-05-08staging: most: make interface drivers allocate coherent memoryChristian Gromm1-0/+12
2018-05-08staging: most: add channel property dbr_sizeChristian Gromm1-0/+10
2018-05-08staging: most: dim2: remove clock speed processing from the HDMChristian Gromm1-42/+8
2018-01-22staging: most: replace function name to __func__Sidong Yang1-1/+1