aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/resource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-22PNP: Switch from __check_region() to __request_region()Jakub Sitnicki1-2/+4
2014-05-10PNP / resources: remove positive test on unsigned valuesFabian Frederick1-2/+2
2014-03-21PNP: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-01-06PNP: Mark the function pnp_build_option() as static in resource.cRashika Kheria1-1/+1
2013-07-18PNP / ACPI: avoid garbage in resource nameLiu ShuoX1-0/+1
2012-11-15ACPI: Move device resources interpretation code from PNP to ACPI coreRafael J. Wysocki1-0/+16
2011-03-22pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes1-5/+2
2010-10-01PNP: log PNP resources, as we do for PCIBjorn Helgaas1-5/+5
2010-05-06PNP: don't check for conflicts with bridge windowsBjorn Helgaas1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-14PNPACPI: add bus number supportBjorn Helgaas1-1/+26
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-4/+4
2009-11-04PNP: print resources consistently with %pRtBjorn Helgaas1-6/+4
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