summaryrefslogtreecommitdiffstats
path: root/drivers/zorro
Commit message (Expand)AuthorAgeFilesLines
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-1/+1
* 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: Fix address space collision message with RAM expansion boardsGeert Uytterhoeven2020-08-261-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | zorro: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-091-1/+1
* | zorro: Move zorro_bus_type to bus-private header fileGeert Uytterhoeven2020-03-091-0/+7
* | 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
|/
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-091-1/+1
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-5/+4
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+1
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
* | Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-041-0/+3
|\ \
| * | zorro: Add a blank line after declarationsJacob2018-05-221-0/+3
| |/
* / proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-15/+2
|/
* zorro: Set up z->dev.dma_mask for the DMA APIMichael Schmitz2018-03-191-0/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* zorro: stop creating attributes by handDmitry Torokhov2017-03-174-47/+50
* 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