summaryrefslogtreecommitdiffstats
path: root/drivers/pnp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into testLen Brown2008-10-2310-50/+24
|\
| * {pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()Linus Torvalds2008-10-161-2/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-164-39/+11
| |\
| | * PNP: create device attributes via default device attributesDrew Moseley2008-10-164-39/+11
| * | pnp: make the resource type an unsigned longRene Herman2008-10-163-4/+4
| * | pnp: remove printk() with outdated versionAdrian Bunk2008-10-161-1/+0
| |/
| * Merge commit 'origin'Benjamin Herrenschmidt2008-10-153-3/+6
| |\
| | * PnP: move pnpacpi/pnpbios_init to after PCI initLinus Torvalds2008-10-103-3/+6
| * | powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala2008-09-232-3/+3
| |/
* | Merge branch 'pnp-debug' into testLen Brown2008-10-2217-115/+117
|\ \
| * | PNP: remove old CONFIG_PNP_DEBUG optionBjorn Helgaas2008-10-105-22/+0
| * | PNP: convert to using pnp_dbg()Bjorn Helgaas2008-10-1010-63/+63
| * | PNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg()Bjorn Helgaas2008-10-103-0/+35
| * | PNP: remove some uses of DEBUG ifdefBjorn Helgaas2008-10-102-14/+8
| * | PNP: use new vsprintf symbolic function pointer formatBjorn Helgaas2008-10-101-4/+2
| * | PNP: convert the last few pnp_info() uses to printk()Bjorn Helgaas2008-10-102-7/+3
| * | PNPACPI: use dev_printk when possibleBjorn Helgaas2008-10-101-7/+8
| * | PNP: fix debug formatting (cosmetic)Bjorn Helgaas2008-10-101-2/+2
| |/
* / ACPI : Load device driver according to the status of acpi deviceZhao Yakui2008-10-221-1/+5
|/
* 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