summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/isapnp
AgeCommit message (Expand)AuthorLines
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
2008-04-29ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id()Bjorn Helgaas-22/+6
2008-04-29PNP: change pnp_add_card_id() to allocate its own pnp_id structuresBjorn Helgaas-10/+11
2008-04-29PNP: add pnp_alloc_dev()Bjorn Helgaas-6/+5
2008-04-29PNP: add pnp_eisa_id_to_string()Bjorn Helgaas-21/+11
2008-04-29PNP: change pnp_add_id() to allocate its own pnp_id structuresBjorn Helgaas-8/+6
2008-04-29ISAPNP: move config register addresses out of isapnp.hBjorn Helgaas-0/+8
2008-04-29PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is setBjorn Helgaas-0/+4
2008-03-22ISAPNP: fix limits of logical device register setBjorn Helgaas-8/+17