aboutsummaryrefslogtreecommitdiff
path: root/drivers/rapidio/rio-driver.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-17drivers: remove struct module * setting from struct classGravatar Greg Kroah-Hartman 1-1/+0
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-2/+2
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2019-12-04drivers/rapidio/rio-driver.c: fix missing include of <linux/rio_drv.h>Gravatar Ben Dooks (Codethink) 1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2016-03-22rapidio: add shutdown notification for RapidIO devicesGravatar Alexandre Bounine 1-0/+12
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesGravatar Alexandre Bounine 1-7/+15
2013-10-16rapidio: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 1-1/+1
2013-09-26rapidio: convert bus code to use bus_groupsGravatar Greg Kroah-Hartman 1-1/+1
2013-07-03rapidio: add udev notificationGravatar Alexandre Bounine 1-0/+18
2013-05-24rapidio: add enumeration/discovery start from user spaceGravatar Alexandre Bounine 1-0/+1
2013-05-24rapidio: make enumeration/discovery configurableGravatar Alexandre Bounine 1-0/+7
2010-10-27rapidio: fix RapidIO sysfs hierarchyGravatar Alexandre Bounine 1-1/+1
2009-03-24rapidio: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2009-01-06rapidio: remove excess kernel-doc notationGravatar Randy Dunlap 1-1/+0
2008-07-10rapidio: fix device reference countingGravatar Eugene Surovegin 1-1/+1
2008-03-03docbook: fix rapidio source filesGravatar Randy Dunlap 1-5/+3
2006-01-13[PATCH] Add rio_bus_type probe and remove methodsGravatar Russell King 1-3/+3
2005-11-07[PATCH] RapidIO support: core baseGravatar Matt Porter 1-0/+229