aboutsummaryrefslogtreecommitdiff
path: root/drivers/zorro
AgeCommit message (Expand)AuthorFilesLines
2011-10-24zorro: Fix four checkpatch warningsGravatar Jim Rotmalm 1-4/+4
2011-09-22zorro: Defer device_register() until all devices have been identifiedGravatar Geert Uytterhoeven 1-1/+6
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-22zorro: Fix device_register() error handlingGravatar Vasiliy Kulikov 1-0/+2
2010-08-09zorro: Fix reading of proc/bus/zorro/* in small chunksGravatar Geert Uytterhoeven 1-1/+1
2010-08-09zorro: BKL removalGravatar Geert Uytterhoeven 1-7/+8
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 1-1/+1
2010-05-17m68k: amiga - Zorro host bridge platform device conversionGravatar Geert Uytterhoeven 2-118/+131
2010-05-17m68k: amiga - Zorro bus modalias supportGravatar Geert Uytterhoeven 2-0/+35
2010-02-15tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in commentsGravatar Uwe Kleine-König 1-1/+1
2009-12-06m68k: don't export static inline functionsGravatar Stephen Rothwell 1-1/+0
2009-03-24zorro: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-2/+2
2009-01-12m68k: zorro - Use %pR to print resourcesGravatar Geert Uytterhoeven 1-4/+2
2009-01-12m68k: zorro - Kill warn_unused_result warningsGravatar Geert Uytterhoeven 3-12/+27
2009-01-12m68k: zorro - Add devlist.h and gen-devlist to .gitignoreGravatar Kars de Jong 1-0/+2
2008-07-24move memory_read_from_buffer() from fs.h to string.hGravatar Akinobu Mita 1-1/+0
2008-07-20zorro: use memory_read_from_bufferGravatar akinobu.mita@gmail.com 1-8/+2
2008-07-20ZORRO: Replace deprecated __initcall with equivalent device_initcall.Gravatar Robert P. J. Day 1-1/+1
2008-07-20m68k: remove CVS keywordsGravatar Adrian Bunk 3-6/+0
2008-04-29zorro: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-3/+4
2008-04-29proc: switch /proc/bus/zorro/devices to seq_file interfaceGravatar Alexey Dobriyan 1-25/+47
2008-04-29proc: remove proc_busGravatar Alexey Dobriyan 1-1/+1
2007-11-26Amiga zorro bus: Add missing zorro_device_remove()Gravatar Geert Uytterhoeven 1-0/+15
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 1-1/+1
2007-08-22zorro: Make sysfs config attribute read-onlyGravatar Geert Uytterhoeven 1-1/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Gravatar Zhang Rui 1-2/+3
2007-07-11sysfs: kill unnecessary attribute->ownerGravatar Tejun Heo 1-1/+0
2007-05-04Amiga Zorro bus: kill resource_size_t warningsGravatar Geert Uytterhoeven 3-4/+7
2007-02-12[PATCH] mark struct file_operations const 6Gravatar Arjan van de Ven 1-1/+1
2006-12-08[PATCH] struct path: convert zorroGravatar Josef Sipek 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
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
2006-01-12[PATCH] m68k: zorro __user annotationsGravatar Al Viro 1-1/+1
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 2-0/+3
2005-06-20[PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c...Gravatar Yani Ioannou 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 10-0/+1315