aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-01percpu: fix percpu accessors to potentially !cpu_possible() cpus: pnpbiosRusty Russell1-1/+1
2008-11-04drivers: remove duplicated #includeJianjun Kong1-1/+0
2008-10-23Merge branch 'linus' into testLen Brown10-50/+24
2008-10-22Merge branch 'pnp-debug' into testLen Brown17-115/+117
2008-10-22ACPI : Load device driver according to the status of acpi deviceZhao Yakui1-1/+5
2008-10-16{pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()Linus Torvalds1-2/+1
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds4-39/+11
2008-10-16pnp: make the resource type an unsigned longRene Herman3-4/+4
2008-10-16pnp: remove printk() with outdated versionAdrian Bunk1-1/+0
2008-10-16PNP: create device attributes via default device attributesDrew Moseley4-39/+11
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt3-3/+6
2008-10-10PNP: remove old CONFIG_PNP_DEBUG optionBjorn Helgaas5-22/+0
2008-10-10PNP: convert to using pnp_dbg()Bjorn Helgaas10-63/+63
2008-10-10PNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg()Bjorn Helgaas3-0/+35
2008-10-10PNP: remove some uses of DEBUG ifdefBjorn Helgaas2-14/+8
2008-10-10PNP: use new vsprintf symbolic function pointer formatBjorn Helgaas1-4/+2
2008-10-10PNP: convert the last few pnp_info() uses to printk()Bjorn Helgaas2-7/+3
2008-10-10PNPACPI: use dev_printk when possibleBjorn Helgaas1-7/+8
2008-10-10PNP: fix debug formatting (cosmetic)Bjorn Helgaas1-2/+2
2008-10-10PnP: move pnpacpi/pnpbios_init to after PCI initLinus Torvalds3-3/+6
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala2-3/+3
2008-08-25PNPACPI: ignore the producer/consumer bit for extended IRQ descriptorsBjorn Helgaas1-2/+0
2008-08-01PNP: fix formatting of dbg_pnp_show_resources() outputBjorn Helgaas1-47/+49
2008-07-26make pnp_add_card_id() staticAdrian Bunk2-2/+1
2008-07-26pnp: have quirk_system_pci_resources() include io resourcesRene Herman1-5/+8
2008-07-26pnp: set the pnp_card dma_mask for use by ISAPnP cardsRene Herman1-0/+4
2008-07-16PNPACPI: add support for HP vendor-specific CCSR descriptorsBjorn Helgaas1-0/+60
2008-07-16PNP: avoid legacy IDE IRQsBjorn Helgaas1-11/+57
2008-07-16PNP: convert resource options to single linked listBjorn Helgaas10-632/+567
2008-07-16ISAPNP: handle independent options following dependent onesBjorn Helgaas1-2/+7
2008-07-16PNP: remove extra 0x100 bit from option priorityBjorn Helgaas3-9/+7
2008-07-16PNP: support optional IRQ resourcesBjorn Helgaas3-44/+38
2008-07-16PNP: rename pnp_register_*_resource() local variablesBjorn Helgaas1-47/+47
2008-07-16PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NRBjorn Helgaas1-3/+10
2008-07-16PNP: centralize resource option allocationsBjorn Helgaas5-249/+198
2008-07-16PNP: remove redundant pnp_can_configure() checkBjorn Helgaas1-3/+0
2008-07-16PNP: make resource assignment functions return 0 (success) or -EBUSY (failure)Bjorn Helgaas1-19/+22
2008-07-16PNP: in debug resource dump, make empty list obviousBjorn Helgaas1-1/+6
2008-07-16PNP: improve resource assignment debugBjorn Helgaas1-2/+8
2008-07-16PNP: increase I/O port & memory option address sizesBjorn Helgaas3-18/+29
2008-07-16PNP: introduce pnp_irq_mask_t typedefBjorn Helgaas8-17/+22
2008-07-16PNP: make resource option structures private to PNP subsystemBjorn Helgaas1-0/+48
2008-07-16PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas4-10/+10
2008-07-16PNP: whitespace/coding style fixesBjorn Helgaas1-7/+8
2008-07-16PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas1-0/+62
2008-07-16PNP: dont sort by type in /sys/.../resourcesBjorn Helgaas1-34/+22
2008-07-16PNP: remove ratelimit on add resource failuresBjorn Helgaas1-26/+8
2008-07-16PNPACPI: keep disabled resources when parsing current configBjorn Helgaas1-18/+52
2008-07-16PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas11-415/+318
2008-07-16PNP: add pnp_resource_type_name() helper functionBjorn Helgaas2-0/+16