summaryrefslogtreecommitdiff
path: root/drivers/pnp/isapnp
AgeCommit message (Expand)Author
2024-04-22PNP: add HAS_IOPORT dependenciesNiklas Schnelle
2024-01-03Documentation: move driver-api/isapnp to userspace-api/Vegard Nossum
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-06-24PNP: moved EXPORT_SYMBOL so that it immediately followed its function/variableJinchao Wang
2021-05-13drivers: pnp: proc.c: Removed unnecessary variblesAnupama K Patil
2020-10-08PNP: remove the now unused pnp_find_card() functionChristoph Hellwig
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-23PNP: isapnp: remove defined but not used function 'isapnp_checksum'yu kuai
2020-01-15PNP: isapnp: remove set but not used variable 'checksum'yu kuai
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