aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/isapnp
AgeCommit message (Expand)AuthorFilesLines
2024-04-22PNP: add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2024-01-03Documentation: move driver-api/isapnp to userspace-api/Vegard Nossum1-1/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-1/+1
2021-06-24PNP: moved EXPORT_SYMBOL so that it immediately followed its function/variableJinchao Wang1-1/+0
2021-05-13drivers: pnp: proc.c: Removed unnecessary variblesAnupama K Patil1-7/+6
2020-10-08PNP: remove the now unused pnp_find_card() functionChristoph Hellwig1-23/+0
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-5/+4
2020-01-23PNP: isapnp: remove defined but not used function 'isapnp_checksum'yu kuai1-22/+0
2020-01-15PNP: isapnp: remove set but not used variable 'checksum'yu kuai1-2/+1
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-29/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-04-20media: sound, isapnp: allow building more drivers with COMPILE_TESTMauro Carvalho Chehab1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-16PNP: isapnp: make core more explicitly non-modularPaul Gortmaker1-4/+1
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski1-1/+1
2013-06-29isapnp: switch to fixed_size_llseek()Al Viro1-21/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-04-23isapnp: remove debug leftoversAndy Shevchenko1-11/+0
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-3/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2011-01-12Merge branch 'pnp' into releaseLen Brown1-3/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-27PNP: Compile all pnp built-in stuff in one module namespaceThomas Renninger1-3/+3
2010-09-26isapnp: BKL removalArnd Bergmann1-7/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2008-10-23Merge branch 'linus' into testLen Brown1-1/+1
2008-10-10PNP: remove old CONFIG_PNP_DEBUG optionBjorn Helgaas1-4/+0
2008-10-10PNP: convert to using pnp_dbg()Bjorn Helgaas1-6/+6
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala1-1/+1
2008-07-16PNP: convert resource options to single linked listBjorn Helgaas1-41/+31
2008-07-16ISAPNP: handle independent options following dependent onesBjorn Helgaas1-2/+7
2008-07-16PNP: remove extra 0x100 bit from option priorityBjorn Helgaas1-5/+3
2008-07-16PNP: centralize resource option allocationsBjorn Helgaas1-67/+45
2008-07-16PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas1-1/+1
2008-07-16PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas1-2/+2
2008-07-16PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas1-8/+4
2008-07-16PNP: remove pnp_resource.indexBjorn Helgaas1-55/+29
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-172/+172
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-4/+3
2008-04-29proc: remove proc_busAlexey Dobriyan1-1/+1
2008-04-29ISAPNP: remove unused pnp_dev->regs fieldBjorn Helgaas1-3/+0
2008-04-29ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()Bjorn Helgaas1-37/+29
2008-04-29PNP: make generic pnp_add_mem_resource()Bjorn Helgaas1-7/+3
2008-04-29PNP: make generic pnp_add_io_resource()Bjorn Helgaas1-5/+3
2008-04-29PNP: make generic pnp_add_dma_resource()Bjorn Helgaas1-6/+3
2008-04-29PNP: make generic pnp_add_irq_resource()Bjorn Helgaas1-6/+3
2008-04-29PNP: add pnp_resource index for ISAPNPBjorn Helgaas1-17/+46
2008-04-29PNP: remove pnp_resource_table references from resource decodersBjorn Helgaas1-49/+46
2008-04-29PNP: make pnp_resource_table private to PNP coreBjorn Helgaas1-2/+2
2008-04-29PNP: use dev_printk when possibleBjorn Helgaas1-20/+17
2008-04-29PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas1-2/+2
2008-04-29PNP: add debug output to encodersBjorn Helgaas1-3/+15
2008-04-29PNP: remove more pnp_resource_table argumentsBjorn Helgaas1-3/+3
2008-04-29PNP: remove pnp_resource_table from internal get/set interfacesBjorn Helgaas1-6/+5
2008-04-29PNP: add debug output to option registrationBjorn Helgaas1-21/+29
2008-04-29PNP: add pnp_alloc_card()Bjorn Helgaas1-8/+5
2008-04-29ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id()Bjorn Helgaas1-22/+6
2008-04-29PNP: change pnp_add_card_id() to allocate its own pnp_id structuresBjorn Helgaas1-10/+11
2008-04-29PNP: add pnp_alloc_dev()Bjorn Helgaas1-6/+5
2008-04-29PNP: add pnp_eisa_id_to_string()Bjorn Helgaas1-21/+11
2008-04-29PNP: change pnp_add_id() to allocate its own pnp_id structuresBjorn Helgaas1-8/+6
2008-04-29ISAPNP: move config register addresses out of isapnp.hBjorn Helgaas1-0/+8
2008-04-29PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is setBjorn Helgaas1-0/+4
2008-03-22ISAPNP: fix limits of logical device register setBjorn Helgaas1-8/+17
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2-3/+3
2007-08-24PNP: remove null pointer checksBjorn Helgaas1-1/+1
2007-08-24PNP: remove MODULE infrastructureBjorn Helgaas1-45/+0
2007-08-24ISAPNP: removed unused isapnp_detected and ISAPNP_DEBUGBjorn Helgaas1-7/+0
2007-08-24PNP: fix up after LindentBjorn Helgaas1-9/+6
2007-07-26PNP: fix up after LindentBjorn Helgaas3-40/+20
2007-07-26PNP: Lindent all source filesBjorn Helgaas3-147/+199
2007-07-16isapnp: remove pointless check of 'type' against 0 in isapnp_read_tag()Jesper Juhl1-2/+0
2007-07-16Use menuconfig objects: PNPJan Engelhardt1-1/+1
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-11/+11
2006-12-08[PATCH] struct path: convert isapnpJosef Sipek1-1/+1
2006-10-02[POWERPC] Use check_legacy_ioport() for ISAPnPDavid Woodhouse1-0/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar1-3/+4
2006-03-25[PATCH] Fix memory leak in isapnpJesper Juhl1-1/+3
2005-11-07[PATCH] drivers/pnp/: cleanupsAdrian Bunk1-0/+2
2005-09-07[PATCH] pnp: consolidate kmalloc wrappersBjorn Helgaas1-22/+11
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds5-0/+1436