summaryrefslogtreecommitdiff
path: root/drivers/staging/vme_user
AgeCommit message (Expand)Author
2024-01-04staging: vme_user: print more detailed infomation when an error occursPiro Yang
2023-12-23staging: vme_user: Fix the issue of return the wrong error codePiro Yang
2023-11-23drivers: staging: vme_user: Describe VME_BUS and VME_TSI148Bagas Sanjaya
2023-10-25staging: vme_user: prefer strscpy over strcpyMichael Straube
2023-10-21staging: vme_user: Use dev_err() in vme_check_window()Soumya Negi
2023-10-21staging: vme_user: Remove NULL-checksSoumya Negi
2023-10-21staging: vme_user: Remove printk() in find_bridge()Soumya Negi
2023-10-21staging: vme_user: Use __func__ instead of function nameSoumya Negi
2023-10-21staging: vme_user: Replace printk() with dev_*()Soumya Negi
2023-10-21staging: vme_user: replace strcpy with strscpyCalvince Otieno
2023-10-15staging: vme_user: Add spaces around '<<' operatorSoumya Negi
2023-10-15staging: vme_user: Add spaces around '*'Soumya Negi
2023-10-15staging: vme_user: Fix unbalanced {} in if-else blocksSoumya Negi
2023-10-15staging: vme_user: Correct spelling mistakes in commentsSoumya Negi
2023-10-06staging: vme_user: make vme_user_sysfs_class constantGreg Kroah-Hartman
2023-09-17staging: vme_user: Fix various comment formatting issues including comment co...Jonathan Bergh
2023-09-17staging: vme_user: Remove spurious newlines between define statementsJonathan Bergh
2023-09-17staging: vme_user: Remove unused (commented) code causing unnecessary checkpa...Jonathan Bergh
2023-09-17staging: vme_user: fix check unnecessary space after a cast in vme_fake.cAlexon Oliveira
2023-09-17staging: vme_user: fix check unnecessary blank lines in vme_fake.cAlexon Oliveira
2023-09-17staging: vme_user: fix check lines not ending with '(' in vme_fake.cAlexon Oliveira
2023-09-17staging: vme_user: fix check alignment of open parenthesis in vme_fake.cAlexon Oliveira
2023-09-13staging: vme_user: Use list_for_each_entry() helperJinjie Ruan
2023-08-22staging: vme_user: fix check lines should not end with a '('Alexon Oliveira
2023-08-22staging: vme_user: fix check blank lines not necessaryAlexon Oliveira
2023-08-11staging: vme_user: fix alignment of open parenthesisAlexon Oliveira
2023-08-09staging: vme_user: fix check alignment should match open parenthesisAlexon Oliveira
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-05staging: vme: clean up duplicate definitions of dependenciesLukas Bulwahn
2023-03-25staging: vme_user: Replace "<<" with BIT macroAbhirup Deb
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-16staging: vme_user: remove unnecessary blank linesMenna Mahmoud
2023-03-16staging: vme_user: add space around operatorsMenna Mahmoud
2023-03-08staging: vme: remove blank line after return statementRohit Chavan
2023-01-17staging: vme_user: Replace the "<<" with BIT macroAbhirup Deb
2023-01-17staging: vme_user: replace 'unsigned' with 'unsigned int'Matt Jan
2023-01-17staging: vme_user: remove unnecessary spacesMatt Jan
2023-01-17staging: vme_user: add the spaces around the "*"Matt Jan
2022-12-08vme: Use root_device_register() not underlined versionChen Zhongjin
2022-12-05vme: Fix error not catched in fake_init()Chen Zhongjin
2022-12-05staging: vme_user: remove multiple blank linesMatt Jan
2022-11-22staging: vme_user: Fix possible UAF in tsi148_dma_list_addGaosheng Cui
2022-08-16staging: vme_user: Fix checkpatch warnings in vme_tsi148.cMingyi Kang
2022-06-10vme: move back to stagingArnd Bergmann
2022-04-22staging: vme: Move 'vme/devices/' to 'vme_user/'Bruno Moreira-Guedes