summaryrefslogtreecommitdiffstats
path: root/drivers/zorro
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* zorro: Use kobj_to_dev()Geliang Tang2016-01-251-2/+1
* zorro: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* zorro: Use ARRAY_SIZEHimangi Saraogi2014-07-111-2/+2
* zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h>Geert Uytterhoeven2013-11-263-10/+26
* zorro: Let the driver core handle device enumerationGeert Uytterhoeven2013-11-262-7/+8
* zorro: Refactor conditional handling of Zorro device name databaseGeert Uytterhoeven2013-11-263-11/+7
* zorro: Don't fill in dummy names in zorro_name_device()Geert Uytterhoeven2013-11-261-1/+0
* zorro: Do not allocate zorro_autocon[] staticallyGeert Uytterhoeven2013-11-261-3/+16
* zorro: switch to fixed_size_llseek()Al Viro2013-06-291-21/+1
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+1
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* Drivers: zorro: remove CONFIG_HOTPLUG usageGreg Kroah-Hartman2013-01-031-4/+0
* zorro: Remove unused zorro_bus.devicesGeert Uytterhoeven2012-07-151-2/+0
* misc latin1 to utf8 conversionsAl Viro2012-01-021-1/+1
* drivers/zorro: Add export.h to proc.cPaul Gortmaker2011-10-311-0/+1
* zorro: Fix four checkpatch warningsJim Rotmalm2011-10-241-4/+4
* zorro: Defer device_register() until all devices have been identifiedGeert Uytterhoeven2011-09-221-1/+6
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* zorro: Fix device_register() error handlingVasiliy Kulikov2010-10-221-0/+2
* zorro: Fix reading of proc/bus/zorro/* in small chunksGeert Uytterhoeven2010-08-091-1/+1
* zorro: BKL removalGeert Uytterhoeven2010-08-091-7/+8
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-1/+1
* m68k: amiga - Zorro host bridge platform device conversionGeert Uytterhoeven2010-05-172-118/+131
* m68k: amiga - Zorro bus modalias supportGeert Uytterhoeven2010-05-172-0/+35
* tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in commentsUwe Kleine-König2010-02-151-1/+1
* m68k: don't export static inline functionsStephen Rothwell2009-12-061-1/+0
* zorro: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-2/+2
* m68k: zorro - Use %pR to print resourcesGeert Uytterhoeven2009-01-121-4/+2
* m68k: zorro - Kill warn_unused_result warningsGeert Uytterhoeven2009-01-123-12/+27
* m68k: zorro - Add devlist.h and gen-devlist to .gitignoreKars de Jong2009-01-121-0/+2
* move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2008-07-241-1/+0
* zorro: use memory_read_from_bufferakinobu.mita@gmail.com2008-07-201-8/+2
* ZORRO: Replace deprecated __initcall with equivalent device_initcall.Robert P. J. Day2008-07-201-1/+1
* m68k: remove CVS keywordsAdrian Bunk2008-07-203-6/+0
* zorro: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-3/+4
* proc: switch /proc/bus/zorro/devices to seq_file interfaceAlexey Dobriyan2008-04-291-25/+47
* proc: remove proc_busAlexey Dobriyan2008-04-291-1/+1
* Amiga zorro bus: Add missing zorro_device_remove()Geert Uytterhoeven2007-11-261-0/+15
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* zorro: Make sysfs config attribute read-onlyGeert Uytterhoeven2007-08-221-1/+1
* sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-2/+3
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+0
* Amiga Zorro bus: kill resource_size_t warningsGeert Uytterhoeven2007-05-043-4/+7
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* [PATCH] struct path: convert zorroJosef Sipek2006-12-081-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [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