- 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
- 0093cb1 pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ resources 2" by Len Brown · 17 years ago
- 33fd7af pnpacpi: reduce printk severity for "pnpacpi: exceeded the max number of ..." by Len Brown · 17 years ago
- 245073f ISAPNP: fix limits of logical device register set by Bjorn Helgaas · 17 years ago
- 0509ad5 PNP: disable PNP motherboard resources that overlap PCI BARs by Bjorn Helgaas · 17 years ago
- e0aca23 PNP: revert Supermicro H8DCE motherboard quirk by Bjorn Helgaas · 17 years ago
- 4e3d031 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
- 0d63e4f Dont touch fs_struct in drivers by Jan Blunck · 17 years ago
- 6bf69b5 pnpacpi: __initdata is not an identifier by Roel Kluin · 17 years ago
- c64768a Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzilla-7186', 'bugzilla-8269', 'bugzilla-8570', 'bugzilla-9139', 'bugzilla-9277', 'bugzilla-9341', 'bugzilla-9444', 'bugzilla-9614', 'bugzilla-9643' and 'bugzilla-9644' into release by Len Brown · 17 years ago
- 445a1d3 PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARs by Bjorn Helgaas · 17 years ago
- 5d38998 PNP: do not test PNP_DRIVER_RES_DO_NOT_CHANGE on suspend/resume by Rene Herman · 17 years ago
- b3bd86e isapnp driver semaphore to mutex by Daniel Walker · 17 years ago
- 2bb9a6b pnp: declare PNP option parsing functions as __init by Thomas Renninger · 17 years ago
- cc8259a simplify pnp_activate_dev() and pnp_disable_dev() return values by Bjorn Helgaas · 17 years ago
- 39657b6 git-x86: drivers/pnp/pnpbios/bioscalls.c build fix by Andrew Morton · 17 years ago
- efe7cf2 pnpacpi: print resource shortage message only once (more) by Len Brown · 17 years ago
- 856608e pnp: Failed to activate device 00:0a - Samsung P35 XVM 1600 III by Shaohua Li · 17 years ago
- 66a2173 pnpacpi: print resource shortage message only once by Len Brown · 17 years ago
- 8ea50a3 drivers/pnp/resource.c: Add missing pci_dev_put by Julia Lawall · 17 years ago
- a7839e9 PNP: increase the maximum number of resources by Zhao Yakui · 17 years ago
- 61fd47e ACPI: fix two IRQ8 issues in IOAPIC mode by Shaohua Li · 17 years ago
- f0714d2 Revert "Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off" by Len Brown · 17 years ago
- 348366b PNP: add debug message for adding new device by Bjorn Helgaas · 17 years ago
- 36405e9 PNP: simplify PNPBIOS insert_device by Bjorn Helgaas · 17 years ago
- b933e19 PNP: use dev_info() in system driver by Bjorn Helgaas · 17 years ago
- a05d078 PNP: use dev_info(), dev_err(), etc in core by Bjorn Helgaas · 17 years ago
- 5bfc43a PNP: simplify PNP card error handling by Bjorn Helgaas · 17 years ago
- 402b310 PNP: remove null pointer checks by Bjorn Helgaas · 17 years ago
- 9cd8047 Fix very high interrupt rate for IRQ8 (rtc) unless pnpacpi=off by Krzysztof Oledzki · 17 years ago
- 7ef3639 PNP: don't fail device init if no DMA channel available by Jan Beulich · 17 years ago
- 36e02b6 PNP: make pnpacpi_suspend handle errors by Rafael J. Wysocki · 17 years ago
- a8b0ac0 pnp: avoid a small unlikely memory leak in proc_read_escd() by Jesper Juhl · 17 years ago
- c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
- 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
- b70ae1d PNP: remove SMCf010 quirk by Bjorn Helgaas · 17 years ago
- b173491 PNP: remove null pointer checks by Bjorn Helgaas · 17 years ago
- 4f0217e PNP: remove MODULE infrastructure by Bjorn Helgaas · 17 years ago
- 6c504d3 ISAPNP: removed unused isapnp_detected and ISAPNP_DEBUG by Bjorn Helgaas · 17 years ago
- 4721a4cc PNPACPI: remove unnecessary casts of "void *" by Bjorn Helgaas · 17 years ago
- 4cec086 PNPACPI: simplify irq_flags() by Bjorn Helgaas · 17 years ago
- 1e0aa9a PNP: fix up after Lindent by Bjorn Helgaas · 17 years ago
- 673d5b4 ACPI: restore CONFIG_ACPI_SLEEP by Len Brown · 17 years ago
- 07d4e9a PNP: fix up after Lindent by Bjorn Helgaas · 17 years ago
- 9dd7846 PNP: Lindent all source files by Bjorn Helgaas · 17 years ago
- 323ef30 Pull auto-load-modules into release branch by Len Brown · 17 years ago
- 29b71a1 ACPI: autoload modules - Create ACPI alias interface by Thomas Renninger · 17 years ago
- fc30e68 ACPI, PNP: hook ACPI D-state to PNP suspend/resume by Shaohua Li · 17 years ago
- dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
- 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
- 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
- b211121 isapnp: remove pointless check of 'type' against 0 in isapnp_read_tag() by Jesper Juhl · 17 years ago
- 5c493f5 Use menuconfig objects: PNP by Jan Engelhardt · 17 years ago
- 41a5311 PNP SMCf010 quirk: work around Toshiba Portege 4000 ACPI issues by Bjorn Helgaas · 17 years ago
- 172d049 PNP SMCf010 quirk: auto-config device if BIOS left it broken by Bjorn Helgaas · 17 years ago
- e25df12 [S390] Kconfig: menus with depends on HAS_IOMEM. by Martin Schwidefsky · 18 years ago
- a1e7e63 PNP: workaround HP BIOS defect that leaves SMCF010 device partly enabled by Bjorn Helgaas · 18 years ago
- 8f81dd1 PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI) by Bjorn Helgaas · 18 years ago
- db9c02f pnpbios: convert to use the kthread API by Eric W. Biederman · 18 years ago