| Commit message (Expand) | Author | Age | Files | Lines |
* | zorro: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | zorro: Use ARRAY_SIZE | Himangi Saraogi | 2014-07-11 | 1 | -2/+2 |
* | zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h> | Geert Uytterhoeven | 2013-11-26 | 3 | -10/+26 |
* | zorro: Let the driver core handle device enumeration | Geert Uytterhoeven | 2013-11-26 | 2 | -7/+8 |
* | zorro: Refactor conditional handling of Zorro device name database | Geert Uytterhoeven | 2013-11-26 | 3 | -11/+7 |
* | zorro: Don't fill in dummy names in zorro_name_device() | Geert Uytterhoeven | 2013-11-26 | 1 | -1/+0 |
* | zorro: Do not allocate zorro_autocon[] statically | Geert Uytterhoeven | 2013-11-26 | 1 | -3/+16 |
* | zorro: switch to fixed_size_llseek() | Al Viro | 2013-06-29 | 1 | -21/+1 |
* | proc: Supply PDE attribute setting accessor functions | David Howells | 2013-05-01 | 1 | -1/+1 |
* | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 | 1 | -3/+1 |
* | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -2/+2 |
* | Drivers: zorro: remove CONFIG_HOTPLUG usage | Greg Kroah-Hartman | 2013-01-04 | 1 | -4/+0 |
* | zorro: Remove unused zorro_bus.devices | Geert Uytterhoeven | 2012-07-15 | 1 | -2/+0 |
* | misc latin1 to utf8 conversions | Al Viro | 2012-01-02 | 1 | -1/+1 |
* | drivers/zorro: Add export.h to proc.c | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | zorro: Fix four checkpatch warnings | Jim Rotmalm | 2011-10-24 | 1 | -4/+4 |
* | zorro: Defer device_register() until all devices have been identified | Geert Uytterhoeven | 2011-09-22 | 1 | -1/+6 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | zorro: Fix device_register() error handling | Vasiliy Kulikov | 2010-10-22 | 1 | -0/+2 |
* | zorro: Fix reading of proc/bus/zorro/* in small chunks | Geert Uytterhoeven | 2010-08-09 | 1 | -1/+1 |
* | zorro: BKL removal | Geert Uytterhoeven | 2010-08-09 | 1 | -7/+8 |
* | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 2010-05-21 | 1 | -1/+1 |
* | m68k: amiga - Zorro host bridge platform device conversion | Geert Uytterhoeven | 2010-05-17 | 2 | -118/+131 |
* | m68k: amiga - Zorro bus modalias support | Geert Uytterhoeven | 2010-05-17 | 2 | -0/+35 |
* | tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments | Uwe Kleine-König | 2010-02-15 | 1 | -1/+1 |
* | m68k: don't export static inline functions | Stephen Rothwell | 2009-12-06 | 1 | -1/+0 |
* | zorro: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-03-25 | 1 | -2/+2 |
* | m68k: zorro - Use %pR to print resources | Geert Uytterhoeven | 2009-01-12 | 1 | -4/+2 |
* | m68k: zorro - Kill warn_unused_result warnings | Geert Uytterhoeven | 2009-01-12 | 3 | -12/+27 |
* | m68k: zorro - Add devlist.h and gen-devlist to .gitignore | Kars de Jong | 2009-01-12 | 1 | -0/+2 |
* | move memory_read_from_buffer() from fs.h to string.h | Akinobu Mita | 2008-07-24 | 1 | -1/+0 |
* | zorro: use memory_read_from_buffer | akinobu.mita@gmail.com | 2008-07-21 | 1 | -8/+2 |
* | ZORRO: Replace deprecated __initcall with equivalent device_initcall. | Robert P. J. Day | 2008-07-21 | 1 | -1/+1 |
* | m68k: remove CVS keywords | Adrian Bunk | 2008-07-21 | 3 | -6/+0 |
* | zorro: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -3/+4 |
* | proc: switch /proc/bus/zorro/devices to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -25/+47 |
* | proc: remove proc_bus | Alexey Dobriyan | 2008-04-29 | 1 | -1/+1 |
* | Amiga zorro bus: Add missing zorro_device_remove() | Geert Uytterhoeven | 2007-11-27 | 1 | -0/+15 |
* | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 2007-10-19 | 1 | -1/+1 |
* | zorro: Make sysfs config attribute read-only | Geert Uytterhoeven | 2007-08-23 | 1 | -1/+1 |
* | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys... | Zhang Rui | 2007-07-12 | 1 | -2/+3 |
* | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-12 | 1 | -1/+0 |
* | Amiga Zorro bus: kill resource_size_t warnings | Geert Uytterhoeven | 2007-05-05 | 3 | -4/+7 |
* | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] struct path: convert zorro | Josef Sipek | 2006-12-08 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] amiga: fix driver_register() return handling, remove zorro_module_init() | Bjorn Helgaas | 2006-03-25 | 1 | -7/+2 |
* | [PATCH] Add zorro_bus_type probe and remove methods | Russell King | 2006-01-13 | 1 | -2/+2 |
* | [PATCH] m68k: zorro __user annotations | Al Viro | 2006-01-12 | 1 | -1/+1 |
* | [PATCH] fix missing includes | Tim Schmielau | 2005-10-31 | 2 | -0/+3 |