summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fieldbus
AgeCommit message (Expand)AuthorLines
2024-11-04staging: fieldbus: Delete unused driverPhilipp Hortmann-2967/+0
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-7/+3
2024-03-21Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+8
2024-03-05staging: fieldbus: make fieldbus_class constantRicardo B. Marliere-1/+1
2024-02-26dt-bindings: bus: imx-weim: convert to YAMLSebastian Reichel-1/+1
2024-02-17staging: fieldbus: make anybus_bus constRicardo B. Marliere-1/+1
2024-01-24staging: fieldbus: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-6/+6
2023-10-06staging: fieldbus: make controller_class constantGreg Kroah-Hartman-7/+10
2023-08-11staging: fieldbus: arcx-anybus: Remove redundant of_match_ptr()Ruan Jinjie-1/+1
2023-08-04staging: fieldbus: arcx-anybus: Do not check 0 for platform_get_irq()Zhu Wang-2/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+1
2023-04-03staging: fieldbus: arcx-anybus: Convert to platform remove callback returning...Uwe Kleine-König-3/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman-1/+0
2022-11-09staging: fieldbus: use sysfs_emit() in show functionsDeepak R Varma-10/+7
2022-04-22staging: fieldbus: Fix the error handling path in anybuss_host_common_probe()Christophe JAILLET-1/+1
2021-10-30staging: fieldbus: anybus: reframe comment to avoid warningAjith P V-4/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+1
2021-05-10staging: fieldbus: anybus: Refuse registering drivers without .probe()Uwe Kleine-König-2/+3
2021-05-10staging: fieldbus: anybus: Make remove callback return voidUwe Kleine-König-4/+4
2021-04-13staging: fieldbus: simplify devm_anybuss_host_common_probeTian Tao-15/+9
2021-02-08staging: fieldbus: arcx-anybus: constify static structsRikard Falkeborn-2/+2
2020-11-23staging: fieldbus: use kobj_to_dev() to get deviceDing Xiang-1/+1
2020-11-02Merge 5.10-rc2 into staging-nextGreg Kroah-Hartman-1/+1
2020-10-28staging: fieldbus: Use %pM format specifier for MAC addressesAndy Shevchenko-4/+1
2020-10-27staging: fieldbus: anybuss: jump to correct label in an error pathJing Xiangfeng-1/+1
2019-10-27staging: fieldbus: anybuss: use devm_platform_ioremap_resource helperCristiane Naves-6/+2
2019-09-30staging: fieldbus: move "offline mode" definition to fieldbus coreSven Van Asbroeck-11/+14
2019-09-30staging: fieldbus core: remove unused stringsSven Van Asbroeck-3/+0
2019-09-12dt-bindings: anybus-controller: move to staging/ treeSven Van Asbroeck-0/+71
2019-07-11Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-34/+17
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet-0/+2
2019-06-10staging: fieldbus: Fix build error without CONFIG_REGMAP_MMIOYueHaibing-0/+1
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab-2/+2
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman-0/+2
2019-05-22staging: fieldbus: arcx-anybus: change custom -> mmio regmapSven Van Asbroeck-31/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-20staging: fieldbus: solve warning incorrect type dev_core.cOscar Gomez Fuente-3/+3
2019-05-01staging: fieldbus: anybus-s: fix wait_for_completion_timeout return handlingNicholas Mc Guire-3/+2
2019-04-30staging: fieldbus: anybus-s: rename bus id field to avoid confusionSven Van Asbroeck-5/+5
2019-04-30staging: fieldbus: anybus-s: keep device bus id in bus endiannessSven Van Asbroeck-5/+4
2019-04-17staging: fieldbus: add TODOSven Van Asbroeck-0/+5
2019-04-17staging: fieldbus: support HMS Profinet IRT industrial controllerSven Van Asbroeck-0/+245
2019-04-17staging: fieldbus: anybus-s: support the Arcx anybus controllerSven Van Asbroeck-1/+415
2019-04-17staging: fieldbus: anybus-s: support HMS Anybus-S busSven Van Asbroeck-4/+1627
2019-04-17staging: add Fieldbus Device subsystem.Sven Van Asbroeck-0/+646