summaryrefslogtreecommitdiff
path: root/drivers/staging/vme_user
AgeCommit message (Expand)AuthorFilesLines
2024-09-05staging: vme_user: changed geoid data type from int to u32Riyan Dhiman2-6/+6
2024-08-29staging: vme_user: added bound check to geoidRiyan Dhiman2-0/+12
2024-08-22staging: vme: vme_user: Remove NULL check of list_entry()Yuesong Li1-8/+0
2024-08-13staging: vme_user: vme.h: alignment of closing parenthesis should match open ...Riyan Dhiman1-9/+8
2024-07-30staging: vme_user: vme_irq_handler: name func ptr argsAgathe Porte1-1/+1
2024-07-30staging: vme_user: vme_tsi148.c: Change FormattingGriffin Kroah-Hartman1-66/+67
2024-07-30staging: vme_user: vme_tsi148.C: remove redundant newlinesGriffin Kroah-Hartman1-4/+2
2024-07-29staging: vme_user: vme_tsi148.c: remove redundant newlinesGriffin Kroah-Hartman1-4/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-04staging: vme_user: Add blank line after struct declAshok Kumar1-0/+1
2024-03-05staging: vme_user: Fix misaligned closing comment */Jonathan Bergh1-4/+2
2024-02-17staging: vme: make vme_bus_type constRicardo B. Marliere2-2/+2
2024-01-04staging: vme_user: print more detailed infomation when an error occursPiro Yang1-1/+1
2023-12-23staging: vme_user: Fix the issue of return the wrong error codePiro Yang1-1/+1
2023-11-23drivers: staging: vme_user: Describe VME_BUS and VME_TSI148Bagas Sanjaya1-4/+18
2023-10-25staging: vme_user: prefer strscpy over strcpyMichael Straube1-1/+1
2023-10-21staging: vme_user: Use dev_err() in vme_check_window()Soumya Negi2-7/+7
2023-10-21staging: vme_user: Remove NULL-checksSoumya Negi1-34/+2
2023-10-21staging: vme_user: Remove printk() in find_bridge()Soumya Negi1-1/+0
2023-10-21staging: vme_user: Use __func__ instead of function nameSoumya Negi1-7/+7
2023-10-21staging: vme_user: Replace printk() with dev_*()Soumya Negi1-76/+99
2023-10-21staging: vme_user: replace strcpy with strscpyCalvince Otieno1-1/+1
2023-10-15staging: vme_user: Add spaces around '<<' operatorSoumya Negi1-274/+274
2023-10-15staging: vme_user: Add spaces around '*'Soumya Negi1-1/+1
2023-10-15staging: vme_user: Fix unbalanced {} in if-else blocksSoumya Negi2-4/+6
2023-10-15staging: vme_user: Correct spelling mistakes in commentsSoumya Negi1-2/+2
2023-10-06staging: vme_user: make vme_user_sysfs_class constantGreg Kroah-Hartman1-13/+13
2023-09-17staging: vme_user: Fix various comment formatting issues including comment co...Jonathan Bergh1-79/+77
2023-09-17staging: vme_user: Remove spurious newlines between define statementsJonathan Bergh1-4/+0
2023-09-17staging: vme_user: Remove unused (commented) code causing unnecessary checkpa...Jonathan Bergh1-3/+0
2023-09-17staging: vme_user: fix check unnecessary space after a cast in vme_fake.cAlexon Oliveira1-2/+2
2023-09-17staging: vme_user: fix check unnecessary blank lines in vme_fake.cAlexon Oliveira1-2/+0
2023-09-17staging: vme_user: fix check lines not ending with '(' in vme_fake.cAlexon Oliveira1-2/+1
2023-09-17staging: vme_user: fix check alignment of open parenthesis in vme_fake.cAlexon Oliveira1-32/+33
2023-09-13staging: vme_user: Use list_for_each_entry() helperJinjie Ruan1-22/+5
2023-08-22staging: vme_user: fix check lines should not end with a '('Alexon Oliveira1-3/+2
2023-08-22staging: vme_user: fix check blank lines not necessaryAlexon Oliveira1-4/+0
2023-08-12staging: vme_user: fix alignment of open parenthesisAlexon Oliveira1-41/+42
2023-08-09staging: vme_user: fix check alignment should match open parenthesisAlexon Oliveira1-28/+18
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-05staging: vme: clean up duplicate definitions of dependenciesLukas Bulwahn1-2/+1
2023-03-25staging: vme_user: Replace "<<" with BIT macroAbhirup Deb1-267/+267
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-16staging: vme_user: remove unnecessary blank linesMenna Mahmoud1-5/+0
2023-03-16staging: vme_user: add space around operatorsMenna Mahmoud1-4/+4
2023-03-08staging: vme: remove blank line after return statementRohit Chavan1-5/+0
2023-01-17staging: vme_user: Replace the "<<" with BIT macroAbhirup Deb1-12/+14
2023-01-17staging: vme_user: replace 'unsigned' with 'unsigned int'Matt Jan1-1/+1
2023-01-17staging: vme_user: remove unnecessary spacesMatt Jan1-16/+16