- 84684c7 PNP: avoid legacy IDE IRQs by Bjorn Helgaas · 16 years ago
- 1f32ca3 PNP: convert resource options to single linked list by Bjorn Helgaas · 16 years ago
- bbe413b ISAPNP: handle independent options following dependent ones by Bjorn Helgaas · 16 years ago
- e2a1a6f PNP: remove extra 0x100 bit from option priority by Bjorn Helgaas · 16 years ago
- d5ebde6 PNP: support optional IRQ resources by Bjorn Helgaas · 16 years ago
- 2d29a7a PNP: rename pnp_register_*_resource() local variables by Bjorn Helgaas · 16 years ago
- fe2cf59 PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR by Bjorn Helgaas · 16 years ago
- c227536 PNP: centralize resource option allocations by Bjorn Helgaas · 16 years ago
- b08395e PNP: remove redundant pnp_can_configure() check by Bjorn Helgaas · 16 years ago
- 6e906f0 PNP: make resource assignment functions return 0 (success) or -EBUSY (failure) by Bjorn Helgaas · 16 years ago
- 819beac PNP: in debug resource dump, make empty list obvious by Bjorn Helgaas · 16 years ago
- fcfb7ce PNP: improve resource assignment debug by Bjorn Helgaas · 16 years ago
- 169aaff PNP: increase I/O port & memory option address sizes by Bjorn Helgaas · 16 years ago
- 7aefff5 PNP: introduce pnp_irq_mask_t typedef by Bjorn Helgaas · 16 years ago
- a1802c4 PNP: make resource option structures private to PNP subsystem by Bjorn Helgaas · 16 years ago
- 08c9f26 PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM by Bjorn Helgaas · 16 years ago
- b72ee1f1 PNP: whitespace/coding style fixes by Bjorn Helgaas · 16 years ago
- 57fd51a PNP: add pnp_possible_config() -- can a device could be configured this way? by Bjorn Helgaas · 16 years ago
- f61ed7e PNP: dont sort by type in /sys/.../resources by Bjorn Helgaas · 16 years ago
- 25d39c3 PNP: remove ratelimit on add resource failures by Bjorn Helgaas · 16 years ago
- 5acf914 PNPACPI: keep disabled resources when parsing current config by Bjorn Helgaas · 16 years ago
- aee3ad8 PNP: replace pnp_resource_table with dynamically allocated resources by Bjorn Helgaas · 16 years ago
- 9fdee4e PNP: add pnp_resource_type_name() helper function by Bjorn Helgaas · 16 years ago
- 940e98d PNP: add pnp_resource_type() internal interface by Bjorn Helgaas · 16 years ago
- 87e4acf PNP: remove pnp_resource.index by Bjorn Helgaas · 16 years ago
- b897f46 PNP: add detail to debug resource dump by Bjorn Helgaas · 16 years ago
- 2fe2de5 ACPI PM: acpi_pm_device_sleep_state() cleanup by David Brownell · 16 years ago
- 36d872a PNPACPI: use _CRS IRQ descriptor length for _SRS by Bjorn Helgaas · 16 years ago
- a993273 pnpacpi: fix shareable IRQ encode/decode by Bjorn Helgaas · 16 years ago
- e9fe9e1 pnpacpi: fix IRQ flag decoding by Bjorn Helgaas · 16 years ago
- 5a515bc PNP: skip UNSET MEM resources as well as DISABLED ones by Bjorn Helgaas · 16 years ago
- 4b34fe1 PNP: mark resources that conflict with PCI devices "disabled" by Bjorn Helgaas · 16 years ago
- a442ac5 Clean up 'print_fn_descriptor_symbol()' types by Linus Torvalds · 16 years ago
- 3fc9577 lib: create common ascii hex array by Harvey Harrison · 16 years ago
- 3b73a22 pnp: add ISAPnP MPU option quirks by Rene Herman · 16 years ago
- bc033c9 pnp: add pnp_build_option() to the API by Rene Herman · 16 years ago
- 726a7a3 pnp: clean up pnp_fixup_device() by Rene Herman · 16 years ago
- f2a5f24 PNP: set IRQ index in sysfs "set irq" interface by Bjorn Helgaas · 16 years ago
- 7793bfc PNP: fix printk format warnings by Randy Dunlap · 17 years ago
- 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
- 008238b Merge branch 'pnp' into release by Len Brown · 17 years ago
- 9448b0d acpi: fix section mismatch warning in pnpacpi by Sam Ravnborg · 17 years ago
- c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 17 years ago
- 9c37066 proc: remove proc_bus by Alexey Dobriyan · 17 years ago
- dfd2e1b PNPBIOS: remove include/linux/pnpbios.h by Bjorn Helgaas · 17 years ago
- 261b20d ISAPNP: remove unused pnp_dev->regs field by Bjorn Helgaas · 17 years ago
- 62cfb29 PNP: make interfaces private to the PNP core by Bjorn Helgaas · 17 years ago
- d152cf5 PNPACPI: move _CRS/_PRS warnings closer to the action by Bjorn Helgaas · 17 years ago
- 01115e7 ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources() by Bjorn Helgaas · 17 years ago
- d6180f3 PNP: make generic pnp_add_mem_resource() by Bjorn Helgaas · 17 years ago
- cc8c2e3 PNP: make generic pnp_add_io_resource() by Bjorn Helgaas · 17 years ago
- dc16f5f PNP: make generic pnp_add_dma_resource() by Bjorn Helgaas · 17 years ago
- dbddd03 PNP: make generic pnp_add_irq_resource() by Bjorn Helgaas · 17 years ago
- a50b6d7 PNP: add pnp_new_resource() to find a new unset pnp_resource by Bjorn Helgaas · 17 years ago
- 21855d6 PNP: add pnp_resource index for ISAPNP by Bjorn Helgaas · 17 years ago
- 0a977f1 PNP: add pnp_get_pnp_resource() by Bjorn Helgaas · 17 years ago
- 784f01d PNP: add struct pnp_resource by Bjorn Helgaas · 17 years ago
- 06cb58a PNP: remove pnp_resource_table references from resource decoders by Bjorn Helgaas · 17 years ago
- 02d83b5 PNP: make pnp_resource_table private to PNP core by Bjorn Helgaas · 17 years ago
- 95ab366 PNP: remove PNP_MAX_* uses by Bjorn Helgaas · 17 years ago
- f6505fe PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 17 years ago
- 7e2cf31 PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 17 years ago
- be81b4a PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table by Bjorn Helgaas · 17 years ago
- f5d94ff PNP: pass resources, not indexes, to pnp_check_port(), et al by Bjorn Helgaas · 17 years ago
- db9eaea PNP: check for conflicts with all resources, not just earlier ones by Bjorn Helgaas · 17 years ago
- 470feb1 PNP: reduce redundancy in pnp_set_current_resources() by Bjorn Helgaas · 17 years ago
- 30c016a PNP: reduce redundancy in pnp_check_port() and others by Bjorn Helgaas · 17 years ago
- 28ccffc PNP: reduce redundancy in pnp_assign_port() and others by Bjorn Helgaas · 17 years ago
- ecfa935 PNP: use conventional "i" for loop indices by Bjorn Helgaas · 17 years ago
- 53052fe PNP: remove pnp_mem_flags() as an lvalue by Bjorn Helgaas · 17 years ago
- b90eca0 PNP: add pnp_get_resource() interface by Bjorn Helgaas · 17 years ago
- d948a8d PNP: factor pnp_init_resource_table() and pnp_clean_resource_table() by Bjorn Helgaas · 17 years ago
- af11cb2 PNP: use dev_printk when possible by Bjorn Helgaas · 17 years ago
- 2cd139309 PNP: remove unused interfaces using pnp_resource_table by Bjorn Helgaas · 17 years ago
- 6969c7e PNP: remove pnp_resource_table from internal pnp_clean_resource_table interface by Bjorn Helgaas · 17 years ago
- f449000 PNP: add pnp_init_resources(struct pnp_dev *) interface by Bjorn Helgaas · 17 years ago
- 81b5c75 PNP: add debug when assigning PNP resources by Bjorn Helgaas · 17 years ago
- 72dcc88 PNP: add debug output to encoders by Bjorn Helgaas · 17 years ago
- 4ab55d8 PNP: remove more pnp_resource_table arguments by Bjorn Helgaas · 17 years ago
- 59284cb PNP: remove pnp_resource_table from internal get/set interfaces by Bjorn Helgaas · 17 years ago
- c1caf06 PNP: add debug output to option registration by Bjorn Helgaas · 17 years ago
- cdef625 PNPACPI: pass pnp_dev instead of acpi_handle by Bjorn Helgaas · 17 years ago
- cd7ec92 PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriate by Bjorn Helgaas · 17 years ago
- bb84b41 PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource() by Bjorn Helgaas · 17 years ago
- 9570a20 PNPACPI: use temporaries to reduce repetition by Bjorn Helgaas · 17 years ago
- f7e8466 PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq" by Bjorn Helgaas · 17 years ago
- 6bf2aab PNP: add pnp_alloc_card() by Bjorn Helgaas · 17 years ago
- 068076d ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id() by Bjorn Helgaas · 17 years ago
- e436675 PNP: change pnp_add_card_id() to allocate its own pnp_id structures by Bjorn Helgaas · 17 years ago
- 048825d PNP: make pnp_add_card_id() internal to PNP core by Bjorn Helgaas · 17 years ago
- bda1e4e PNP: add pnp_alloc_dev() by Bjorn Helgaas · 17 years ago
- 25eb846 PNP: add pnp_eisa_id_to_string() by Bjorn Helgaas · 17 years ago
- 772defc PNP: change pnp_add_id() to allocate its own pnp_id structures by Bjorn Helgaas · 17 years ago
- 1692b27b PNP: make pnp_add_id() internal to PNP core by Bjorn Helgaas · 17 years ago
- 4a49049 PNPACPI: continue after _CRS and _PRS errors by Bjorn Helgaas · 17 years ago
- ca0e8b6 ISAPNP: move config register addresses out of isapnp.h by Bjorn Helgaas · 17 years ago
- 1bd17e6 PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is set by Bjorn Helgaas · 17 years ago
- 1e3832b PNP: use dev_printk for quirk messages by Bjorn Helgaas · 17 years ago
- b806816 PNP: simplify quirk debug output by Bjorn Helgaas · 17 years ago
- 0bc11fd PNP: skip dev->protocol NULL checks by Bjorn Helgaas · 17 years ago