summaryrefslogtreecommitdiff
path: root/drivers/pnp/resource.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* PNP: Switch from __check_region() to __request_region()Jakub Sitnicki2015-01-22
* PNP / resources: remove positive test on unsigned valuesFabian Frederick2014-05-10
* PNP: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-03-21
* PNP: Mark the function pnp_build_option() as static in resource.cRashika Kheria2014-01-06
* PNP / ACPI: avoid garbage in resource nameLiu ShuoX2013-07-18
* ACPI: Move device resources interpretation code from PNP to ACPI coreRafael J. Wysocki2012-11-15
* pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabledDavid Rientjes2011-03-22
* PNP: log PNP resources, as we do for PCIBjorn Helgaas2010-10-01
* PNP: don't check for conflicts with bridge windowsBjorn Helgaas2010-05-06
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* PNPACPI: add bus number supportBjorn Helgaas2010-03-14
* vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas2009-11-04
* PNP: print resources consistently with %pRtBjorn Helgaas2009-11-04
* pnp: add PNP resource range checking functionBjorn Helgaas2009-06-05
* Merge branch 'linus' into testLen Brown2008-10-23
|\
| * pnp: make the resource type an unsigned longRene Herman2008-10-16
* | PNP: convert to using pnp_dbg()Bjorn Helgaas2008-10-10
* | PNP: fix debug formatting (cosmetic)Bjorn Helgaas2008-10-10
|/
* PNP: avoid legacy IDE IRQsBjorn Helgaas2008-07-16
* PNP: convert resource options to single linked listBjorn Helgaas2008-07-16
* PNP: rename pnp_register_*_resource() local variablesBjorn Helgaas2008-07-16
* PNP: centralize resource option allocationsBjorn Helgaas2008-07-16
* PNP: increase I/O port & memory option address sizesBjorn Helgaas2008-07-16
* PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas2008-07-16
* PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas2008-07-16
* PNP: remove ratelimit on add resource failuresBjorn Helgaas2008-07-16
* PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas2008-07-16
* PNP: add pnp_resource_type() internal interfaceBjorn Helgaas2008-07-16
* pnp: add pnp_build_option() to the APIRene Herman2008-05-14
* PNP: make generic pnp_add_mem_resource()Bjorn Helgaas2008-04-29
* PNP: make generic pnp_add_io_resource()Bjorn Helgaas2008-04-29
* PNP: make generic pnp_add_dma_resource()Bjorn Helgaas2008-04-29
* PNP: make generic pnp_add_irq_resource()Bjorn Helgaas2008-04-29
* PNP: add pnp_new_resource() to find a new unset pnp_resourceBjorn Helgaas2008-04-29
* PNP: add pnp_get_pnp_resource()Bjorn Helgaas2008-04-29
* PNP: add struct pnp_resourceBjorn Helgaas2008-04-29
* PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-29
* PNP: remove PNP_MAX_* usesBjorn Helgaas2008-04-29
* PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas2008-04-29
* PNP: pass resources, not indexes, to pnp_check_port(), et alBjorn Helgaas2008-04-29
* PNP: check for conflicts with all resources, not just earlier onesBjorn Helgaas2008-04-29
* PNP: reduce redundancy in pnp_check_port() and othersBjorn Helgaas2008-04-29
* PNP: use conventional "i" for loop indicesBjorn Helgaas2008-04-29
* PNP: add pnp_get_resource() interfaceBjorn Helgaas2008-04-29
* PNP: add debug output to option registrationBjorn Helgaas2008-04-29
* drivers/pnp/resource.c: Add missing pci_dev_putJulia Lawall2007-11-29
* PNP: use dev_info(), dev_err(), etc in coreBjorn Helgaas2007-10-17
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-16
* PNP: remove null pointer checksBjorn Helgaas2007-08-24