summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/dim2
AgeCommit message (Expand)AuthorLines
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-01-27staging: most: dim2: replace macro with static functionEthan Tidmore-5/+7
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos-1/+1
2023-07-27staging: Explicitly include correct DT includesRob Herring-1/+1
2023-04-03staging: most: dim2: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-25staging: most: fix line ending with '(' in dim2/Khadija Kamran-3/+2
2023-03-25staging: most: remove extra blank lineKhadija Kamran-1/+0
2023-03-22staging: most: define iface_to_hdm as an inline functionMenna Mahmoud-1/+4
2023-03-08staging: most: dim2: Use devm_platform_get_and_ioremap_resource()Yang Li-2/+1
2022-10-22staging: most: dim2: correct misleading struct type nameDeepak R Varma-7/+7
2022-04-12staging/most, dim2: convert dim2_tasklet to threaded irqDavidlohr Bueso-20/+9
2021-12-28staging: most: dim2: use consistent routine namingNikita Yushchenko-13/+13
2021-12-28staging: most: dim2: update renesas compatible stringNikita Yushchenko-1/+1
2021-10-13staging: most: dim2: use device release methodNikita Yushchenko-25/+30
2021-10-13staging: most: dim2: do not double-register the same deviceNikita Yushchenko-72/+14
2021-09-28staging: most: dim2: use if statements instead of ?: expressionsNikita Yushchenko-11/+12
2021-09-28staging: most: dim2: force fcnt=3 on Renesas GEN3Nikita Yushchenko-6/+23
2021-05-10staging: most: dim2: hal: Demote non-conformant kernel-doc headersLee Jones-2/+2
2021-05-10staging: most: dim2: hal: Fix one kernel-doc header and demote two non-confor...Lee Jones-3/+3
2021-05-10staging: most: dim2: Provide missing descriptions and fix doc-rotLee Jones-10/+13
2020-08-18staging: most: dim2: Add missing identifier name to function argumentNícolas F. R. A. Prado-3/+3
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-03-24staging: most: move core files out of the staging areaChristian Gromm-2/+1
2020-01-24staging: most: remove struct device core driverChristian Gromm-0/+1
2020-01-24staging: most: remove device from interface structureChristian Gromm-1/+1
2020-01-16staging: most: remove header include path to drivers/stagingMasahiro Yamada-2/+1
2019-12-17staging: most: use angle brackets in include pathChristian Gromm-1/+1
2019-12-17staging: most: rename core.h to most.hChristian Gromm-1/+1
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd-2/+0
2019-07-22staging: most: dim2: Remove function dimcb_io_write()Nishka Dasgupta-53/+38
2019-07-22staging: most: dim2: Remove function dimcb_io_read()Nishka Dasgupta-18/+8
2019-07-22staging: most: dim2: Replace function dim_norm_ctrl_async_buffer_size()Nishka Dasgupta-7/+2
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman-0/+1
2019-03-18staging: most: dim2: reg.h: Correct SPDX-License-IdentifierWentao Cai-1/+1
2019-03-18staging: most: dim2: sysfs.h: Correct SPDX-License-IdentifierWentao Cai-1/+1
2019-03-18staging: most: dim2: hal.h: Correct SPDX-License-IdentifierWentao Cai-1/+1
2019-03-18staging: most: dim2: errors.h: Correct SPDX-License-IdentifierWentao Cai-1/+1
2019-02-04staging: prefix header search paths with $(srctree)/Masahiro Yamada-1/+1
2018-06-28staging: most: fix sparse warning Using plain integer as NULL pointerMarcin Ciupak-1/+1
2018-05-08staging: most: dim2: use device to allocate coherent memoryChristian Gromm-2/+7
2018-05-08staging: most: dim2: read clock speed from the deviceChristian Gromm-1/+49
2018-05-08staging: most: dim2: use device treeChristian Gromm-52/+196
2018-05-08staging: most: dim2: fix startup sequenceChristian Gromm-51/+39
2018-05-08staging: most: make interface drivers allocate coherent memoryChristian Gromm-0/+12
2018-05-08staging: most: add channel property dbr_sizeChristian Gromm-3/+16
2018-05-08staging: most: dim2: remove clock speed processing from the HDMChristian Gromm-45/+12
2018-04-23Staging: most: Move comments to the end of lineIan Liu Rodrigues-42/+42