aboutsummaryrefslogtreecommitdiff
path: root/drivers/zorro/proc.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-5/+4
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-15/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2013-11-26zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h>Gravatar Geert Uytterhoeven 1-4/+6
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
2011-10-31drivers/zorro: Add export.h to proc.cGravatar Paul Gortmaker 1-0/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
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-17m68k: amiga - Zorro host bridge platform device conversionGravatar Geert Uytterhoeven 1-3/+3
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 1-2/+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-05-04Amiga Zorro bus: kill resource_size_t warningsGravatar Geert Uytterhoeven 1-2/+3
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-01-12[PATCH] m68k: zorro __user annotationsGravatar Al Viro 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+139