summaryrefslogtreecommitdiffstats
path: root/drivers/zorro/zorro-driver.c
Commit message (Expand)AuthorAgeFilesLines
* zorro: Make zorro_bus_type constRicardo B. Marliere2024-02-191-1/+1
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* zorro: Drop useless (and hardly used) .driver member in struct zorro_devUwe Kleine-König2021-08-051-5/+2
* zorro: Simplify remove callbackUwe Kleine-König2021-08-051-5/+3
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
* zorro: Use zorro_match_device() helper in zorro_bus_match()Geert Uytterhoeven2020-03-091-6/+1
* zorro: Fix zorro_bus_match() kerneldocGeert Uytterhoeven2020-03-091-3/+3
* zorro: Make zorro_match_device() staticGeert Uytterhoeven2020-03-091-2/+1
* zorro: stop creating attributes by handDmitry Torokhov2017-03-171-6/+9
* zorro: Let the driver core handle device enumerationGeert Uytterhoeven2013-11-261-5/+6
* Drivers: zorro: remove CONFIG_HOTPLUG usageGreg Kroah-Hartman2013-01-031-4/+0
* zorro: Fix four checkpatch warningsJim Rotmalm2011-10-241-4/+4
* m68k: amiga - Zorro bus modalias supportGeert Uytterhoeven2010-05-171-0/+24
* m68k: don't export static inline functionsStephen Rothwell2009-12-061-1/+0
* Amiga zorro bus: Add missing zorro_device_remove()Geert Uytterhoeven2007-11-261-0/+15
* [PATCH] amiga: fix driver_register() return handling, remove zorro_module_init()Bjorn Helgaas2006-03-251-7/+2
* [PATCH] Add zorro_bus_type probe and remove methodsRussell King2006-01-131-2/+2
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+150