summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/isapnp
AgeCommit message (Expand)AuthorLines
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-29/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-04-20media: sound, isapnp: allow building more drivers with COMPILE_TESTMauro Carvalho Chehab-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-08-16PNP: isapnp: make core more explicitly non-modularPaul Gortmaker-4/+1
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski-1/+1
2013-06-29isapnp: switch to fixed_size_llseek()Al Viro-21/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+2
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells-1/+1
2013-04-23isapnp: remove debug leftoversAndy Shevchenko-11/+0
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-3/+1
2013-02-22new helper: file_inode(file)Al Viro-2/+2
2011-01-12Merge branch 'pnp' into releaseLen Brown-3/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-10-27PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger-3/+3
2010-09-26isapnp: BKL removalArnd Bergmann-7/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2008-10-23Merge branch 'linus' into testLen Brown-1/+1
2008-10-10PNP: remove old CONFIG_PNP_DEBUG optionBjorn Helgaas-4/+0
2008-10-10PNP: convert to using pnp_dbg()Bjorn Helgaas-6/+6
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala-1/+1
2008-07-16PNP: convert resource options to single linked listBjorn Helgaas-41/+31
2008-07-16ISAPNP: handle independent options following dependent onesBjorn Helgaas-2/+7
2008-07-16PNP: remove extra 0x100 bit from option priorityBjorn Helgaas-5/+3
2008-07-16PNP: centralize resource option allocationsBjorn Helgaas-67/+45
2008-07-16PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas-1/+1
2008-07-16PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas-2/+2
2008-07-16PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas-8/+4
2008-07-16PNP: remove pnp_resource.indexBjorn Helgaas-55/+29
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-172/+172
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev-4/+3
2008-04-29proc: remove proc_busAlexey Dobriyan-1/+1
2008-04-29ISAPNP: remove unused pnp_dev->regs fieldBjorn Helgaas-3/+0
2008-04-29ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()Bjorn Helgaas-37/+29
2008-04-29PNP: make generic pnp_add_mem_resource()Bjorn Helgaas-7/+3
2008-04-29PNP: make generic pnp_add_io_resource()Bjorn Helgaas-5/+3
2008-04-29PNP: make generic pnp_add_dma_resource()Bjorn Helgaas-6/+3
2008-04-29PNP: make generic pnp_add_irq_resource()Bjorn Helgaas-6/+3
2008-04-29PNP: add pnp_resource index for ISAPNPBjorn Helgaas-17/+46
2008-04-29PNP: remove pnp_resource_table references from resource decodersBjorn Helgaas-49/+46
2008-04-29PNP: make pnp_resource_table private to PNP coreBjorn Helgaas-2/+2
2008-04-29PNP: use dev_printk when possibleBjorn Helgaas-20/+17
2008-04-29PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas-2/+2
2008-04-29PNP: add debug output to encodersBjorn Helgaas-3/+15
2008-04-29PNP: remove more pnp_resource_table argumentsBjorn Helgaas-3/+3
2008-04-29PNP: remove pnp_resource_table from internal get/set interfacesBjorn Helgaas-6/+5
2008-04-29PNP: add debug output to option registrationBjorn Helgaas-21/+29
2008-04-29PNP: add pnp_alloc_card()Bjorn Helgaas-8/+5