summaryrefslogtreecommitdiff
path: root/drivers/pnp/isapnp
Commit message (Expand)AuthorAgeFilesLines
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-1/+1
* PNP: moved EXPORT_SYMBOL so that it immediately followed its function/variableJinchao Wang2021-06-241-1/+0
* drivers: pnp: proc.c: Removed unnecessary variblesAnupama K Patil2021-05-131-7/+6
* PNP: remove the now unused pnp_find_card() functionChristoph Hellwig2020-10-081-23/+0
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-5/+4
* PNP: isapnp: remove defined but not used function 'isapnp_checksum'yu kuai2020-01-231-22/+0
* PNP: isapnp: remove set but not used variable 'checksum'yu kuai2020-01-151-2/+1
* docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-242-29/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* media: sound, isapnp: allow building more drivers with COMPILE_TESTMauro Carvalho Chehab2018-04-201-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* PNP: isapnp: make core more explicitly non-modularPaul Gortmaker2016-08-161-4/+1
* x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-1/+1
* isapnp: switch to fixed_size_llseek()Al Viro2013-06-291-21/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-4/+2
|\
| * proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+1
* | isapnp: remove debug leftoversAndy Shevchenko2013-04-231-11/+0
|/
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* Merge branch 'pnp' into releaseLen Brown2011-01-121-3/+3
|\
| * PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger2010-10-271-3/+3
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* isapnp: BKL removalArnd Bergmann2010-09-261-7/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge branch 'linus' into testLen Brown2008-10-231-1/+1
|\
| * powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala2008-09-231-1/+1
* | PNP: remove old CONFIG_PNP_DEBUG optionBjorn Helgaas2008-10-101-4/+0
* | PNP: convert to using pnp_dbg()Bjorn Helgaas2008-10-101-6/+6
|/
* PNP: convert resource options to single linked listBjorn Helgaas2008-07-161-41/+31
* ISAPNP: handle independent options following dependent onesBjorn Helgaas2008-07-161-2/+7
* PNP: remove extra 0x100 bit from option priorityBjorn Helgaas2008-07-161-5/+3
* PNP: centralize resource option allocationsBjorn Helgaas2008-07-161-67/+45
* PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas2008-07-161-1/+1
* PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas2008-07-161-2/+2
* PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas2008-07-161-8/+4
* PNP: remove pnp_resource.indexBjorn Helgaas2008-07-161-55/+29
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-302-172/+172
|\
| * ISAPNP: remove unused pnp_dev->regs fieldBjorn Helgaas2008-04-291-3/+0
| * ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()Bjorn Helgaas2008-04-291-37/+29
| * PNP: make generic pnp_add_mem_resource()Bjorn Helgaas2008-04-291-7/+3
| * PNP: make generic pnp_add_io_resource()Bjorn Helgaas2008-04-291-5/+3
| * PNP: make generic pnp_add_dma_resource()Bjorn Helgaas2008-04-291-6/+3
| * PNP: make generic pnp_add_irq_resource()Bjorn Helgaas2008-04-291-6/+3
| * PNP: add pnp_resource index for ISAPNPBjorn Helgaas2008-04-291-17/+46
| * PNP: remove pnp_resource_table references from resource decodersBjorn Helgaas2008-04-291-49/+46
| * PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-291-2/+2
| * PNP: use dev_printk when possibleBjorn Helgaas2008-04-291-20/+17
| * PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas2008-04-291-2/+2