aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/resource.c
Commit message (Expand)AuthorAgeFilesLines
* pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes2011-03-221-5/+2
* PNP: log PNP resources, as we do for PCIBjorn Helgaas2010-10-011-5/+5
* PNP: don't check for conflicts with bridge windowsBjorn Helgaas2010-05-061-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PNPACPI: add bus number supportBjorn Helgaas2010-03-141-1/+26
* vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas2009-11-041-4/+4
* PNP: print resources consistently with %pRtBjorn Helgaas2009-11-041-6/+4
* pnp: add PNP resource range checking functionBjorn Helgaas2009-06-051-0/+18
* Merge branch 'linus' into testLen Brown2008-10-231-2/+2
|\
| * pnp: make the resource type an unsigned longRene Herman2008-10-161-2/+2
* | PNP: convert to using pnp_dbg()Bjorn Helgaas2008-10-101-6/+6
* | PNP: fix debug formatting (cosmetic)Bjorn Helgaas2008-10-101-2/+2
|/
* PNP: avoid legacy IDE IRQsBjorn Helgaas2008-07-161-11/+57
* PNP: convert resource options to single linked listBjorn Helgaas2008-07-161-203/+65
* PNP: rename pnp_register_*_resource() local variablesBjorn Helgaas2008-07-161-47/+47
* PNP: centralize resource option allocationsBjorn Helgaas2008-07-161-8/+46
* PNP: increase I/O port & memory option address sizesBjorn Helgaas2008-07-161-4/+10
* PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas2008-07-161-3/+3
* PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas2008-07-161-0/+62
* PNP: remove ratelimit on add resource failuresBjorn Helgaas2008-07-161-26/+8
* PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas2008-07-161-68/+18
* PNP: add pnp_resource_type() internal interfaceBjorn Helgaas2008-07-161-0/+6
* pnp: add pnp_build_option() to the APIRene Herman2008-05-141-1/+1
* PNP: make generic pnp_add_mem_resource()Bjorn Helgaas2008-04-291-0/+29
* PNP: make generic pnp_add_io_resource()Bjorn Helgaas2008-04-291-0/+29
* PNP: make generic pnp_add_dma_resource()Bjorn Helgaas2008-04-291-0/+26
* PNP: make generic pnp_add_irq_resource()Bjorn Helgaas2008-04-291-0/+26
* PNP: add pnp_new_resource() to find a new unset pnp_resourceBjorn Helgaas2008-04-291-0/+38
* PNP: add pnp_get_pnp_resource()Bjorn Helgaas2008-04-291-6/+18
* PNP: add struct pnp_resourceBjorn Helgaas2008-04-291-4/+4
* PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-291-1/+1
* PNP: remove PNP_MAX_* usesBjorn Helgaas2008-04-291-24/+24
* PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas2008-04-291-16/+16
* PNP: pass resources, not indexes, to pnp_check_port(), et alBjorn Helgaas2008-04-291-12/+8
* PNP: check for conflicts with all resources, not just earlier onesBjorn Helgaas2008-04-291-8/+8
* PNP: reduce redundancy in pnp_check_port() and othersBjorn Helgaas2008-04-291-38/+54
* PNP: use conventional "i" for loop indicesBjorn Helgaas2008-04-291-46/+46
* PNP: add pnp_get_resource() interfaceBjorn Helgaas2008-04-291-0/+27
* PNP: add debug output to option registrationBjorn Helgaas2008-04-291-4/+30
* drivers/pnp/resource.c: Add missing pci_dev_putJulia Lawall2007-11-291-1/+3
* PNP: use dev_info(), dev_err(), etc in coreBjorn Helgaas2007-10-171-1/+1
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-1/+1
* PNP: remove null pointer checksBjorn Helgaas2007-08-241-26/+0
* PNP: fix up after LindentBjorn Helgaas2007-07-261-20/+13
* PNP: Lindent all source filesBjorn Helgaas2007-07-261-39/+40
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] pnp: suppress request_irq() warningAndrew Morton2006-07-011-1/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] 64bit resource: change pnp core to use resource_size_tGreg Kroah-Hartman2006-06-271-4/+4