summaryrefslogtreecommitdiffstats
path: root/drivers/pnp
Commit message (Expand)AuthorAgeFilesLines
* PNPACPI: ignore the producer/consumer bit for extended IRQ descriptorsBjorn Helgaas2008-08-251-2/+0
* PNP: fix formatting of dbg_pnp_show_resources() outputBjorn Helgaas2008-08-011-47/+49
* make pnp_add_card_id() staticAdrian Bunk2008-07-262-2/+1
* pnp: have quirk_system_pci_resources() include io resourcesRene Herman2008-07-261-5/+8
* pnp: set the pnp_card dma_mask for use by ISAPnP cardsRene Herman2008-07-261-0/+4
* PNPACPI: add support for HP vendor-specific CCSR descriptorsBjorn Helgaas2008-07-161-0/+60
* PNP: avoid legacy IDE IRQsBjorn Helgaas2008-07-161-11/+57
* PNP: convert resource options to single linked listBjorn Helgaas2008-07-1610-632/+567
* ISAPNP: handle independent options following dependent onesBjorn Helgaas2008-07-161-2/+7
* PNP: remove extra 0x100 bit from option priorityBjorn Helgaas2008-07-163-9/+7
* PNP: support optional IRQ resourcesBjorn Helgaas2008-07-163-44/+38
* PNP: rename pnp_register_*_resource() local variablesBjorn Helgaas2008-07-161-47/+47
* PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NRBjorn Helgaas2008-07-161-3/+10
* PNP: centralize resource option allocationsBjorn Helgaas2008-07-165-249/+198
* PNP: remove redundant pnp_can_configure() checkBjorn Helgaas2008-07-161-3/+0
* PNP: make resource assignment functions return 0 (success) or -EBUSY (failure)Bjorn Helgaas2008-07-161-19/+22
* PNP: in debug resource dump, make empty list obviousBjorn Helgaas2008-07-161-1/+6
* PNP: improve resource assignment debugBjorn Helgaas2008-07-161-2/+8
* PNP: increase I/O port & memory option address sizesBjorn Helgaas2008-07-163-18/+29
* PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas2008-07-168-17/+22
* PNP: make resource option structures private to PNP subsystemBjorn Helgaas2008-07-161-0/+48
* PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas2008-07-164-10/+10
* PNP: whitespace/coding style fixesBjorn Helgaas2008-07-161-7/+8
* PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas2008-07-161-0/+62
* PNP: dont sort by type in /sys/.../resourcesBjorn Helgaas2008-07-161-34/+22
* PNP: remove ratelimit on add resource failuresBjorn Helgaas2008-07-161-26/+8
* PNPACPI: keep disabled resources when parsing current configBjorn Helgaas2008-07-161-18/+52
* PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas2008-07-1611-415/+318
* PNP: add pnp_resource_type_name() helper functionBjorn Helgaas2008-07-162-0/+16
* PNP: add pnp_resource_type() internal interfaceBjorn Helgaas2008-07-162-0/+7
* PNP: remove pnp_resource.indexBjorn Helgaas2008-07-164-76/+33
* PNP: add detail to debug resource dumpBjorn Helgaas2008-07-161-8/+26
* ACPI PM: acpi_pm_device_sleep_state() cleanupDavid Brownell2008-07-161-3/+1
* PNPACPI: use _CRS IRQ descriptor length for _SRSBjorn Helgaas2008-06-111-2/+7
* pnpacpi: fix shareable IRQ encode/decodeBjorn Helgaas2008-06-111-14/+13
* pnpacpi: fix IRQ flag decodingBjorn Helgaas2008-06-111-4/+12
* PNP: skip UNSET MEM resources as well as DISABLED onesBjorn Helgaas2008-06-051-1/+1
* PNP: mark resources that conflict with PCI devices "disabled"Bjorn Helgaas2008-06-022-2/+2
* Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds2008-05-151-2/+1
* lib: create common ascii hex arrayHarvey Harrison2008-05-141-4/+4
* pnp: add ISAPnP MPU option quirksRene Herman2008-05-141-0/+112
* pnp: add pnp_build_option() to the APIRene Herman2008-05-142-1/+2
* pnp: clean up pnp_fixup_device()Rene Herman2008-05-141-12/+8
* PNP: set IRQ index in sysfs "set irq" interfaceBjorn Helgaas2008-05-131-1/+1
* PNP: fix printk format warningsRandy Dunlap2008-05-011-2/+4
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-3022-1095/+1576
|\
| * Merge branch 'pnp' into releaseLen Brown2008-04-3022-1094/+1575
| |\
| | * PNPBIOS: remove include/linux/pnpbios.hBjorn Helgaas2008-04-295-4/+137
| | * ISAPNP: remove unused pnp_dev->regs fieldBjorn Helgaas2008-04-291-3/+0
| | * PNP: make interfaces private to the PNP coreBjorn Helgaas2008-04-291-1/+26