aboutsummaryrefslogtreecommitdiff
path: root/drivers/pnp
AgeCommit message (Expand)Author
2008-10-16{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()Linus Torvalds
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16pnp: make the resource type an unsigned longRene Herman
2008-10-16pnp: remove printk() with outdated versionAdrian Bunk
2008-10-16PNP: create device attributes via default device attributesDrew Moseley
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt
2008-10-10PnP: move pnpacpi/pnpbios_init to after PCI initLinus Torvalds
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala
2008-08-25PNPACPI: ignore the producer/consumer bit for extended IRQ descriptorsBjorn Helgaas
2008-08-01PNP: fix formatting of dbg_pnp_show_resources() outputBjorn Helgaas
2008-07-26make pnp_add_card_id() staticAdrian Bunk
2008-07-26pnp: have quirk_system_pci_resources() include io resourcesRene Herman
2008-07-26pnp: set the pnp_card dma_mask for use by ISAPnP cardsRene Herman
2008-07-16PNPACPI: add support for HP vendor-specific CCSR descriptorsBjorn Helgaas
2008-07-16PNP: avoid legacy IDE IRQsBjorn Helgaas
2008-07-16PNP: convert resource options to single linked listBjorn Helgaas
2008-07-16ISAPNP: handle independent options following dependent onesBjorn Helgaas
2008-07-16PNP: remove extra 0x100 bit from option priorityBjorn Helgaas
2008-07-16PNP: support optional IRQ resourcesBjorn Helgaas
2008-07-16PNP: rename pnp_register_*_resource() local variablesBjorn Helgaas
2008-07-16PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NRBjorn Helgaas
2008-07-16PNP: centralize resource option allocationsBjorn Helgaas
2008-07-16PNP: remove redundant pnp_can_configure() checkBjorn Helgaas
2008-07-16PNP: make resource assignment functions return 0 (success) or -EBUSY (failure)Bjorn Helgaas
2008-07-16PNP: in debug resource dump, make empty list obviousBjorn Helgaas
2008-07-16PNP: improve resource assignment debugBjorn Helgaas
2008-07-16PNP: increase I/O port & memory option address sizesBjorn Helgaas
2008-07-16PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas
2008-07-16PNP: make resource option structures private to PNP subsystemBjorn Helgaas
2008-07-16PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas
2008-07-16PNP: whitespace/coding style fixesBjorn Helgaas
2008-07-16PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas
2008-07-16PNP: dont sort by type in /sys/.../resourcesBjorn Helgaas
2008-07-16PNP: remove ratelimit on add resource failuresBjorn Helgaas
2008-07-16PNPACPI: keep disabled resources when parsing current configBjorn Helgaas
2008-07-16PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas
2008-07-16PNP: add pnp_resource_type_name() helper functionBjorn Helgaas
2008-07-16PNP: add pnp_resource_type() internal interfaceBjorn Helgaas
2008-07-16PNP: remove pnp_resource.indexBjorn Helgaas
2008-07-16PNP: add detail to debug resource dumpBjorn Helgaas
2008-07-16ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell
2008-06-11PNPACPI: use _CRS IRQ descriptor length for _SRSBjorn Helgaas
2008-06-11pnpacpi: fix shareable IRQ encode/decodeBjorn Helgaas
2008-06-11pnpacpi: fix IRQ flag decodingBjorn Helgaas
2008-06-05PNP: skip UNSET MEM resources as well as DISABLED onesBjorn Helgaas
2008-06-02PNP: mark resources that conflict with PCI devices "disabled"Bjorn Helgaas
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds
2008-05-14lib: create common ascii hex arrayHarvey Harrison
2008-05-14pnp: add ISAPnP MPU option quirksRene Herman
2008-05-14pnp: add pnp_build_option() to the APIRene Herman