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