aboutsummaryrefslogtreecommitdiff
path: root/drivers/zorro
AgeCommit message (Expand)AuthorFilesLines
2024-02-19zorro: Make zorro_bus_type constGravatar Ricardo B. Marliere 2-2/+2
2023-08-21zorro: Include zorro.h in names.cGravatar Arnd Bergmann 1-0/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-2/+2
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-1/+1
2021-08-05zorro: Drop useless (and hardly used) .driver member in struct zorro_devGravatar Uwe Kleine-König 1-5/+2
2021-08-05zorro: Simplify remove callbackGravatar Uwe Kleine-König 1-5/+3
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-2/+1
2020-08-26zorro: Fix address space collision message with RAM expansion boardsGravatar Geert Uytterhoeven 1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-09zorro: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-09zorro: Move zorro_bus_type to bus-private header fileGravatar Geert Uytterhoeven 1-0/+7
2020-03-09zorro: Use zorro_match_device() helper in zorro_bus_match()Gravatar Geert Uytterhoeven 1-6/+1
2020-03-09zorro: Fix zorro_bus_match() kerneldocGravatar Geert Uytterhoeven 1-3/+3
2020-03-09zorro: Make zorro_match_device() staticGravatar Geert Uytterhoeven 1-2/+1
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-5/+4
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyGravatar Kees Cook 1-2/+1
2018-06-04Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2018-05-22zorro: Add a blank line after declarationsGravatar Jacob 1-0/+3
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-15/+2
2018-03-19zorro: Set up z->dev.dma_mask for the DMA APIGravatar Michael Schmitz 1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-03-17zorro: stop creating attributes by handGravatar Dmitry Torokhov 4-47/+50
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-01-25zorro: Use kobj_to_dev()Gravatar Geliang Tang 1-2/+1
2014-10-20zorro: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-11zorro: Use ARRAY_SIZEGravatar Himangi Saraogi 1-2/+2
2013-11-26zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h>Gravatar Geert Uytterhoeven 3-10/+26
2013-11-26zorro: Let the driver core handle device enumerationGravatar Geert Uytterhoeven 2-7/+8
2013-11-26zorro: Refactor conditional handling of Zorro device name databaseGravatar Geert Uytterhoeven 3-11/+7
2013-11-26zorro: Don't fill in dummy names in zorro_name_device()Gravatar Geert Uytterhoeven 1-1/+0
2013-11-26zorro: Do not allocate zorro_autocon[] staticallyGravatar Geert Uytterhoeven 1-3/+16
2013-06-29zorro: switch to fixed_size_llseek()Gravatar Al Viro 1-21/+1
2013-05-01proc: Supply PDE attribute setting accessor functionsGravatar David Howells 1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-3/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2013-01-03Drivers: zorro: remove CONFIG_HOTPLUG usageGravatar Greg Kroah-Hartman 1-4/+0
2012-07-15zorro: Remove unused zorro_bus.devicesGravatar Geert Uytterhoeven 1-2/+0
2012-01-02misc latin1 to utf8 conversionsGravatar Al Viro 1-1/+1
2011-10-31drivers/zorro: Add export.h to proc.cGravatar Paul Gortmaker 1-0/+1
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