summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/isapnp
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-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/+1Star
* 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/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-4/+2Star
|\
| * proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+1Star
* | isapnp: remove debug leftoversAndy Shevchenko2013-04-231-11/+0Star
|/
* new helper: file_inode(file)Al Viro2013-02-231-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/+0Star
|/
* 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/+0Star
* 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-111-4/+0Star
* | PNP: convert to using pnp_dbg()Bjorn Helgaas2008-10-111-6/+6
|/
* PNP: convert resource options to single linked listBjorn Helgaas2008-07-161-41/+31Star
* ISAPNP: handle independent options following dependent onesBjorn Helgaas2008-07-161-2/+7
* PNP: remove extra 0x100 bit from option priorityBjorn Helgaas2008-07-161-5/+3Star
* PNP: centralize resource option allocationsBjorn Helgaas2008-07-161-67/+45Star
* 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/+4Star
* PNP: remove pnp_resource.indexBjorn Helgaas2008-07-161-55/+29Star
* 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/+0Star
| * ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()Bjorn Helgaas2008-04-291-37/+29Star
| * PNP: make generic pnp_add_mem_resource()Bjorn Helgaas2008-04-291-7/+3Star
| * PNP: make generic pnp_add_io_resource()Bjorn Helgaas2008-04-291-5/+3Star
| * PNP: make generic pnp_add_dma_resource()Bjorn Helgaas2008-04-291-6/+3Star
| * PNP: make generic pnp_add_irq_resource()Bjorn Helgaas2008-04-291-6/+3Star
| * 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/+46Star
| * PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-291-2/+2
| * PNP: use dev_printk when possibleBjorn Helgaas2008-04-291-20/+17Star
| * PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas2008-04-291-2/+2
| * PNP: add debug output to encodersBjorn Helgaas2008-04-291-3/+15
| * PNP: remove more pnp_resource_table argumentsBjorn Helgaas2008-04-291-3/+3
| * PNP: remove pnp_resource_table from internal get/set interfacesBjorn Helgaas2008-04-291-6/+5Star
| * PNP: add debug output to option registrationBjorn Helgaas2008-04-291-21/+29
| * PNP: add pnp_alloc_card()Bjorn Helgaas2008-04-291-8/+5Star
| * ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id()Bjorn Helgaas2008-04-291-22/+6Star
| * PNP: change pnp_add_card_id() to allocate its own pnp_id structuresBjorn Helgaas2008-04-291-10/+11