summaryrefslogtreecommitdiff
path: root/drivers/pnp/isapnp
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* PNP: isapnp: make core more explicitly non-modularPaul Gortmaker2016-08-16
* x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-15
* isapnp: switch to fixed_size_llseek()Al Viro2013-06-29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-01
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* | isapnp: remove debug leftoversAndy Shevchenko2013-04-23
|/
* new helper: file_inode(file)Al Viro2013-02-22
* Merge branch 'pnp' into releaseLen Brown2011-01-12
|\
| * PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger2010-10-27
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
|/
* isapnp: BKL removalArnd Bergmann2010-09-26
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge branch 'linus' into testLen Brown2008-10-23
|\
| * powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala2008-09-23
* | PNP: remove old CONFIG_PNP_DEBUG optionBjorn Helgaas2008-10-10
* | PNP: convert to using pnp_dbg()Bjorn Helgaas2008-10-10
|/
* PNP: convert resource options to single linked listBjorn Helgaas2008-07-16
* ISAPNP: handle independent options following dependent onesBjorn Helgaas2008-07-16
* PNP: remove extra 0x100 bit from option priorityBjorn Helgaas2008-07-16
* PNP: centralize resource option allocationsBjorn Helgaas2008-07-16
* PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas2008-07-16
* PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas2008-07-16
* PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas2008-07-16
* PNP: remove pnp_resource.indexBjorn Helgaas2008-07-16
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-30
|\
| * ISAPNP: remove unused pnp_dev->regs fieldBjorn Helgaas2008-04-29
| * ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()Bjorn Helgaas2008-04-29
| * PNP: make generic pnp_add_mem_resource()Bjorn Helgaas2008-04-29
| * PNP: make generic pnp_add_io_resource()Bjorn Helgaas2008-04-29
| * PNP: make generic pnp_add_dma_resource()Bjorn Helgaas2008-04-29
| * PNP: make generic pnp_add_irq_resource()Bjorn Helgaas2008-04-29
| * PNP: add pnp_resource index for ISAPNPBjorn Helgaas2008-04-29
| * PNP: remove pnp_resource_table references from resource decodersBjorn Helgaas2008-04-29
| * PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-29
| * PNP: use dev_printk when possibleBjorn Helgaas2008-04-29
| * PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas2008-04-29
| * PNP: add debug output to encodersBjorn Helgaas2008-04-29
| * PNP: remove more pnp_resource_table argumentsBjorn Helgaas2008-04-29
| * PNP: remove pnp_resource_table from internal get/set interfacesBjorn Helgaas2008-04-29
| * PNP: add debug output to option registrationBjorn Helgaas2008-04-29
| * PNP: add pnp_alloc_card()Bjorn Helgaas2008-04-29
| * ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id()Bjorn Helgaas2008-04-29
| * PNP: change pnp_add_card_id() to allocate its own pnp_id structuresBjorn Helgaas2008-04-29
| * PNP: add pnp_alloc_dev()Bjorn Helgaas2008-04-29
| * PNP: add pnp_eisa_id_to_string()Bjorn Helgaas2008-04-29
| * PNP: change pnp_add_id() to allocate its own pnp_id structuresBjorn Helgaas2008-04-29
| * ISAPNP: move config register addresses out of isapnp.hBjorn Helgaas2008-04-29
| * PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is setBjorn Helgaas2008-04-29