summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
AgeCommit message (Expand)AuthorLines
2026-03-31staging: most: dim2: replace BUG_ON() in poison_channel()Gabriel Rondon-1/+2
2026-03-31staging: most: dim2: replace BUG_ON() in enqueue()Gabriel Rondon-1/+2
2026-03-31staging: most: dim2: replace BUG_ON() in configure_channel()Gabriel Rondon-1/+2
2026-03-31staging: most: dim2: replace BUG_ON() in service_done_flag()Gabriel Rondon-2/+2
2026-03-31staging: most: dim2: replace BUG_ON() in try_start_dim_transfer()Gabriel Rondon-3/+6
2026-03-09staging: most: fix typos in driver_usage.txtMustafa Karamanli-5/+5
2026-03-09staging: most: dim2: replace ROUND_UP_TO macro with round_up()Mark Adamenko-3/+1
2026-02-25staging: most: dim2: remove unnecessary string indirection in dev_errArtem Lytkin-3/+3
2026-02-25staging: most: dim2: use dev_err_probe and proper error codes for clockArtem Lytkin-6/+5
2026-02-25staging: most: dim2: replace IS_ERR_OR_NULL with IS_ERR for devm_clk_getArtem Lytkin-2/+2
2026-02-23staging: most: dim2: check return value of clk_prepare_enable for PLLArtem Lytkin-1/+6
2026-02-23staging: most: net: remove unused header includeRajveer Chaudhari-1/+0
2026-02-23staging: most: dim2: remove unused header includesRajveer Chaudhari-5/+1
2026-02-23staging: most: dim2: convert pr_err/warn to dev_err/warnZeeshan Ahmad-20/+20
2026-02-23staging: most: dim2: move extra info messages to dev_dbgZeeshan Ahmad-4/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-07staging: most: video: fix potential race in list iterationMinu Jin-10/+12
2026-01-27staging: most: dim2: replace macro with static functionEthan Tidmore-5/+7
2025-11-09staging: most: remove broken i2c driverJohan Hovold-394/+0
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-2/+2
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-3/+1
2025-08-13media: Replace file->private_data access with file_to_v4l2_fh()Laurent Pinchart-1/+1
2025-08-13media: staging: most: Store v4l2_fh pointer in file->private_dataLaurent Pinchart-4/+9
2024-11-10staging: most: Remove TODO contact informationDominik Karol Piątkowski-7/+0
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos-1/+1
2024-10-09staging: most: i2c: Drop explicit initialization of struct i2c_device_id::dri...Uwe Kleine-König-2/+2
2024-07-30staging: most: video: Fixed minor capitalization and grammatical issuesSteven Davis-3/+3
2023-07-27staging: Explicitly include correct DT includesRob Herring-1/+1
2023-05-28staging: most: Switch i2c driver back to use .probe()Uwe Kleine-König-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: fix line ending with '(' in video/Khadija Kamran-2/+1
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-22staging: most: use inline functions for to_hdmMenna Mahmoud-1/+4
2023-03-08staging: most: dim2: Use devm_platform_get_and_ioremap_resource()Yang Li-2/+1
2022-11-22staging: most: i2c: Convert to i2c's .probe_new()Uwe Kleine-König-2/+2
2022-10-22staging: most: dim2: correct misleading struct type nameDeepak R Varma-7/+7
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-3/+1
2022-04-12staging/most, dim2: convert dim2_tasklet to threaded irqDavidlohr Bueso-20/+9
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab-1/+1
2022-02-15staging: most: net: Make use of the helper macro LIST_HEAD()Cai Huoqing-1/+1
2022-02-15staging: most: video: Make use of the helper macro LIST_HEAD()Cai Huoqing-1/+1
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-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-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