aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/resource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-05pnp: add PNP resource range checking functionBjorn Helgaas1-0/+18
2008-10-23Merge branch 'linus' into testLen Brown1-2/+2
2008-10-16pnp: make the resource type an unsigned longRene Herman1-2/+2
2008-10-10PNP: convert to using pnp_dbg()Bjorn Helgaas1-6/+6
2008-10-10PNP: fix debug formatting (cosmetic)Bjorn Helgaas1-2/+2
2008-07-16PNP: avoid legacy IDE IRQsBjorn Helgaas1-11/+57
2008-07-16PNP: convert resource options to single linked listBjorn Helgaas1-203/+65
2008-07-16PNP: rename pnp_register_*_resource() local variablesBjorn Helgaas1-47/+47
2008-07-16PNP: centralize resource option allocationsBjorn Helgaas1-8/+46
2008-07-16PNP: increase I/O port & memory option address sizesBjorn Helgaas1-4/+10
2008-07-16PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas1-3/+3
2008-07-16PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas1-0/+62
2008-07-16PNP: remove ratelimit on add resource failuresBjorn Helgaas1-26/+8
2008-07-16PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas1-68/+18
2008-07-16PNP: add pnp_resource_type() internal interfaceBjorn Helgaas1-0/+6
2008-05-14pnp: add pnp_build_option() to the APIRene Herman1-1/+1
2008-04-29PNP: make generic pnp_add_mem_resource()Bjorn Helgaas1-0/+29
2008-04-29PNP: make generic pnp_add_io_resource()Bjorn Helgaas1-0/+29
2008-04-29PNP: make generic pnp_add_dma_resource()Bjorn Helgaas1-0/+26
2008-04-29PNP: make generic pnp_add_irq_resource()Bjorn Helgaas1-0/+26
2008-04-29PNP: add pnp_new_resource() to find a new unset pnp_resourceBjorn Helgaas1-0/+38
2008-04-29PNP: add pnp_get_pnp_resource()Bjorn Helgaas1-6/+18
2008-04-29PNP: add struct pnp_resourceBjorn Helgaas1-4/+4
2008-04-29PNP: make pnp_resource_table private to PNP coreBjorn Helgaas1-1/+1
2008-04-29PNP: remove PNP_MAX_* usesBjorn Helgaas1-24/+24
2008-04-29PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas1-16/+16
2008-04-29PNP: pass resources, not indexes, to pnp_check_port(), et alBjorn Helgaas1-12/+8
2008-04-29PNP: check for conflicts with all resources, not just earlier onesBjorn Helgaas1-8/+8
2008-04-29PNP: reduce redundancy in pnp_check_port() and othersBjorn Helgaas1-38/+54
2008-04-29PNP: use conventional "i" for loop indicesBjorn Helgaas1-46/+46
2008-04-29PNP: add pnp_get_resource() interfaceBjorn Helgaas1-0/+27
2008-04-29PNP: add debug output to option registrationBjorn Helgaas1-4/+30
2007-11-29drivers/pnp/resource.c: Add missing pci_dev_putJulia Lawall1-1/+3
2007-10-17PNP: use dev_info(), dev_err(), etc in coreBjorn Helgaas1-1/+1
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-08-24PNP: remove null pointer checksBjorn Helgaas1-26/+0
2007-07-26PNP: fix up after LindentBjorn Helgaas1-20/+13
2007-07-26PNP: Lindent all source filesBjorn Helgaas1-39/+40
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-07-01[PATCH] pnp: suppress request_irq() warningAndrew Morton1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: change pnp core to use resource_size_tGreg Kroah-Hartman1-4/+4
2005-11-07[PATCH] drivers/pnp/: cleanupsAdrian Bunk1-0/+2
2005-07-12[ACPI] PNPACPI vs sound IRQDavid Shaohua Li1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+542