aboutsummaryrefslogtreecommitdiff
path: root/drivers/zorro/zorro-driver.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19zorro: Make zorro_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-2/+2
2021-08-05zorro: Drop useless (and hardly used) .driver member in struct zorro_devGravatar Uwe Kleine-König 1-5/+2
2021-08-05zorro: Simplify remove callbackGravatar Uwe Kleine-König 1-5/+3
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-2/+1
2020-03-09zorro: Use zorro_match_device() helper in zorro_bus_match()Gravatar Geert Uytterhoeven 1-6/+1
2020-03-09zorro: Fix zorro_bus_match() kerneldocGravatar Geert Uytterhoeven 1-3/+3
2020-03-09zorro: Make zorro_match_device() staticGravatar Geert Uytterhoeven 1-2/+1
2017-03-17zorro: stop creating attributes by handGravatar Dmitry Torokhov 1-6/+9
2013-11-26zorro: Let the driver core handle device enumerationGravatar Geert Uytterhoeven 1-5/+6
2013-01-03Drivers: zorro: remove CONFIG_HOTPLUG usageGravatar Greg Kroah-Hartman 1-4/+0
2011-10-24zorro: Fix four checkpatch warningsGravatar Jim Rotmalm 1-4/+4
2010-05-17m68k: amiga - Zorro bus modalias supportGravatar Geert Uytterhoeven 1-0/+24
2009-12-06m68k: don't export static inline functionsGravatar Stephen Rothwell 1-1/+0
2007-11-26Amiga zorro bus: Add missing zorro_device_remove()Gravatar Geert Uytterhoeven 1-0/+15
2006-03-25[PATCH] amiga: fix driver_register() return handling, remove zorro_module_init()Gravatar Bjorn Helgaas 1-7/+2
2006-01-13[PATCH] Add zorro_bus_type probe and remove methodsGravatar Russell King 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+150