aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/pnpacpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming1-1/+0
2008-10-23Merge branch 'linus' into testLen Brown1-1/+1
2008-10-22Merge branch 'pnp-debug' into testLen Brown3-30/+27
2008-10-22ACPI : Load device driver according to the status of acpi deviceZhao Yakui1-1/+5
2008-10-10PNP: remove old CONFIG_PNP_DEBUG optionBjorn Helgaas1-4/+0
2008-10-10PNP: convert to using pnp_dbg()Bjorn Helgaas2-16/+16
2008-10-10PNP: convert the last few pnp_info() uses to printk()Bjorn Helgaas1-3/+3
2008-10-10PNPACPI: use dev_printk when possibleBjorn Helgaas1-7/+8
2008-10-10PnP: move pnpacpi/pnpbios_init to after PCI initLinus Torvalds1-1/+1
2008-08-25PNPACPI: ignore the producer/consumer bit for extended IRQ descriptorsBjorn Helgaas1-2/+0
2008-07-16PNPACPI: add support for HP vendor-specific CCSR descriptorsBjorn Helgaas1-0/+60
2008-07-16PNP: convert resource options to single linked listBjorn Helgaas1-53/+40
2008-07-16PNP: remove extra 0x100 bit from option priorityBjorn Helgaas1-1/+1
2008-07-16PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NRBjorn Helgaas1-3/+10
2008-07-16PNP: centralize resource option allocationsBjorn Helgaas1-100/+49
2008-07-16PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas1-2/+2
2008-07-16PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas1-5/+5
2008-07-16PNPACPI: keep disabled resources when parsing current configBjorn Helgaas1-18/+52
2008-07-16PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas1-43/+88
2008-07-16ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell1-3/+1
2008-06-11PNPACPI: use _CRS IRQ descriptor length for _SRSBjorn Helgaas1-2/+7
2008-06-11pnpacpi: fix shareable IRQ encode/decodeBjorn Helgaas1-14/+13
2008-06-11pnpacpi: fix IRQ flag decodingBjorn Helgaas1-4/+12
2008-04-30Merge branch 'pnp' into releaseLen Brown4-353/+338
2008-04-30acpi: fix section mismatch warning in pnpacpiSam Ravnborg1-1/+1
2008-04-29PNPACPI: move _CRS/_PRS warnings closer to the actionBjorn Helgaas3-29/+29
2008-04-29PNP: make generic pnp_add_mem_resource()Bjorn Helgaas1-25/+9
2008-04-29PNP: make generic pnp_add_io_resource()Bjorn Helgaas1-25/+10
2008-04-29PNP: make generic pnp_add_dma_resource()Bjorn Helgaas1-34/+8
2008-04-29PNP: make generic pnp_add_irq_resource()Bjorn Helgaas1-26/+7
2008-04-29PNP: remove pnp_resource_table references from resource decodersBjorn Helgaas1-40/+48
2008-04-29PNP: make pnp_resource_table private to PNP coreBjorn Helgaas1-4/+6
2008-04-29PNP: convert encoders to use pnp_get_resource(), not pnp_resource_tableBjorn Helgaas1-11/+8
2008-04-29PNP: use dev_printk when possibleBjorn Helgaas1-8/+12
2008-04-29PNP: add pnp_init_resources(struct pnp_dev *) interfaceBjorn Helgaas2-3/+2
2008-04-29PNP: add debug output to encodersBjorn Helgaas2-26/+66
2008-04-29PNP: remove more pnp_resource_table argumentsBjorn Helgaas3-35/+37
2008-04-29PNP: remove pnp_resource_table from internal get/set interfacesBjorn Helgaas1-5/+3
2008-04-29PNP: add debug output to option registrationBjorn Helgaas1-28/+40
2008-04-29PNPACPI: pass pnp_dev instead of acpi_handleBjorn Helgaas3-4/+5
2008-04-29PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriateBjorn Helgaas1-11/+15
2008-04-29PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource()Bjorn Helgaas1-7/+4
2008-04-29PNPACPI: use temporaries to reduce repetitionBjorn Helgaas1-73/+103
2008-04-29PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq"Bjorn Helgaas1-2/+2
2008-04-29PNP: add pnp_alloc_dev()Bjorn Helgaas1-16/+3
2008-04-29PNP: change pnp_add_id() to allocate its own pnp_id structuresBjorn Helgaas1-23/+2
2008-04-29PNP: make pnp_add_id() internal to PNP coreBjorn Helgaas1-0/+1
2008-04-29PNPACPI: continue after _CRS and _PRS errorsBjorn Helgaas1-6/+2
2008-04-29PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is setBjorn Helgaas1-0/+4
2008-04-23pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ resources 2"Len Brown1-4/+6