cxgb3: fix dma mapping regression
[safe/jmp/linux-2.6] / drivers / pnp /
2009-05-08 Len BrownACPI: suspend: don't let device _PS3 failure prevent...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_24BIT_MASK macro with...
2009-04-05 Len BrownMerge branch 'linus' into release
2009-04-04 Witold SzczeponikEnable PNPACPI _PSx Support, v3
2009-04-03 Erik Ekmanpnpbios: propagate kthread_run() error
2009-04-03 Erik Ekmanpnpbios: fix warning if CONFIG_HOTPLUG=n
2009-01-09 Len BrownMerge branch 'linus' into release
2009-01-06 Kay Sieverspnp: struct device - replace bus_id with dev_name(...
2008-12-31 Rusty Russellpercpu: fix percpu accessors to potentially !cpu_possib...
2008-12-31 Lin MingACPI: remove private acpica headers from driver files
2008-11-04 Jianjun Kongdrivers: remove duplicated #include
2008-10-23 Len BrownMerge branch 'linus' into test
2008-10-23 Len BrownMerge branch 'pnp-debug' into test
2008-10-22 Zhao YakuiACPI : Load device driver according to the status of...
2008-10-16 Linus Torvalds{pci,pnp} quirks.c: don't use deprecated print_fn_descr...
2008-10-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2008-10-16 Rene Hermanpnp: make the resource type an unsigned long
2008-10-16 Adrian Bunkpnp: remove printk() with outdated version
2008-10-16 Drew MoseleyPNP: create device attributes via default device attributes
2008-10-15 Benjamin HerrenschmidtMerge commit 'origin'
2008-10-11 Bjorn HelgaasPNP: remove old CONFIG_PNP_DEBUG option
2008-10-11 Bjorn HelgaasPNP: convert to using pnp_dbg()
2008-10-11 Bjorn HelgaasPNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg()
2008-10-11 Bjorn HelgaasPNP: remove some uses of DEBUG ifdef
2008-10-11 Bjorn HelgaasPNP: use new vsprintf symbolic function pointer format
2008-10-11 Bjorn HelgaasPNP: convert the last few pnp_info() uses to printk()
2008-10-11 Bjorn HelgaasPNPACPI: use dev_printk when possible
2008-10-11 Bjorn HelgaasPNP: fix debug formatting (cosmetic)
2008-10-10 Linus TorvaldsPnP: move pnpacpi/pnpbios_init to after PCI init
2008-09-23 Kumar Galapowerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for...
2008-08-25 Bjorn HelgaasPNPACPI: ignore the producer/consumer bit for extended...
2008-08-01 Bjorn HelgaasPNP: fix formatting of dbg_pnp_show_resources() output
2008-07-26 Adrian Bunkmake pnp_add_card_id() static
2008-07-26 Rene Hermanpnp: have quirk_system_pci_resources() include io resources
2008-07-26 Rene Hermanpnp: set the pnp_card dma_mask for use by ISAPnP cards
2008-07-16 Bjorn HelgaasPNPACPI: add support for HP vendor-specific CCSR descri...
2008-07-16 Bjorn HelgaasPNP: avoid legacy IDE IRQs
2008-07-16 Bjorn HelgaasPNP: convert resource options to single linked list
2008-07-16 Bjorn HelgaasISAPNP: handle independent options following dependent...
2008-07-16 Bjorn HelgaasPNP: remove extra 0x100 bit from option priority
2008-07-16 Bjorn HelgaasPNP: support optional IRQ resources
2008-07-16 Bjorn HelgaasPNP: rename pnp_register_*_resource() local variables
2008-07-16 Bjorn HelgaasPNPACPI: ignore _PRS interrupt numbers larger than...
2008-07-16 Bjorn HelgaasPNP: centralize resource option allocations
2008-07-16 Bjorn HelgaasPNP: remove redundant pnp_can_configure() check
2008-07-16 Bjorn HelgaasPNP: make resource assignment functions return 0 (succe...
2008-07-16 Bjorn HelgaasPNP: in debug resource dump, make empty list obvious
2008-07-16 Bjorn HelgaasPNP: improve resource assignment debug
2008-07-16 Bjorn HelgaasPNP: increase I/O port & memory option address sizes
2008-07-16 Bjorn HelgaasPNP: introduce pnp_irq_mask_t typedef
2008-07-16 Bjorn HelgaasPNP: make resource option structures private to PNP...
2008-07-16 Bjorn HelgaasPNP: define PNP-specific IORESOURCE_IO_* flags alongsid...
2008-07-16 Bjorn HelgaasPNP: whitespace/coding style fixes
2008-07-16 Bjorn HelgaasPNP: add pnp_possible_config() -- can a device could...
2008-07-16 Bjorn HelgaasPNP: dont sort by type in /sys/.../resources
2008-07-16 Bjorn HelgaasPNP: remove ratelimit on add resource failures
2008-07-16 Bjorn HelgaasPNPACPI: keep disabled resources when parsing current...
2008-07-16 Bjorn HelgaasPNP: replace pnp_resource_table with dynamically alloca...
2008-07-16 Bjorn HelgaasPNP: add pnp_resource_type_name() helper function
2008-07-16 Bjorn HelgaasPNP: add pnp_resource_type() internal interface
2008-07-16 Bjorn HelgaasPNP: remove pnp_resource.index
2008-07-16 Bjorn HelgaasPNP: add detail to debug resource dump
2008-07-16 David BrownellACPI PM: acpi_pm_device_sleep_state() cleanup
2008-06-11 David BrownellACPI PM: acpi_pm_device_sleep_state() cleanup
2008-06-11 Bjorn HelgaasPNPACPI: use _CRS IRQ descriptor length for _SRS
2008-06-11 Bjorn Helgaaspnpacpi: fix shareable IRQ encode/decode
2008-06-11 Bjorn Helgaaspnpacpi: fix IRQ flag decoding
2008-06-05 Bjorn HelgaasPNP: skip UNSET MEM resources as well as DISABLED ones
2008-06-02 Bjorn HelgaasPNP: mark resources that conflict with PCI devices...
2008-05-16 Linus TorvaldsClean up 'print_fn_descriptor_symbol()' types
2008-05-15 Harvey Harrisonlib: create common ascii hex array
2008-05-15 Rene Hermanpnp: add ISAPnP MPU option quirks
2008-05-15 Rene Hermanpnp: add pnp_build_option() to the API
2008-05-15 Rene Hermanpnp: clean up pnp_fixup_device()
2008-05-13 Bjorn HelgaasPNP: set IRQ index in sysfs "set irq" interface
2008-05-01 Randy DunlapPNP: fix printk format warnings
2008-04-30 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2008-04-30 Len BrownMerge branch 'pnp' into release
2008-04-30 Sam Ravnborgacpi: fix section mismatch warning in pnpacpi
2008-04-29 Denis V. Lunevdrivers: use non-racy method for proc entries creation (2)
2008-04-29 Alexey Dobriyanproc: remove proc_bus
2008-04-29 Bjorn HelgaasPNPBIOS: remove include/linux/pnpbios.h
2008-04-29 Bjorn HelgaasISAPNP: remove unused pnp_dev->regs field
2008-04-29 Bjorn HelgaasPNP: make interfaces private to the PNP core
2008-04-29 Bjorn HelgaasPNPACPI: move _CRS/_PRS warnings closer to the action
2008-04-29 Bjorn HelgaasISAPNP: fold isapnp_read_resources() back into isapnp_g...
2008-04-29 Bjorn HelgaasPNP: make generic pnp_add_mem_resource()
2008-04-29 Bjorn HelgaasPNP: make generic pnp_add_io_resource()
2008-04-29 Bjorn HelgaasPNP: make generic pnp_add_dma_resource()
2008-04-29 Bjorn HelgaasPNP: make generic pnp_add_irq_resource()
2008-04-29 Bjorn HelgaasPNP: add pnp_new_resource() to find a new unset pnp_res...
2008-04-29 Bjorn HelgaasPNP: add pnp_resource index for ISAPNP
2008-04-29 Bjorn HelgaasPNP: add pnp_get_pnp_resource()
2008-04-29 Bjorn HelgaasPNP: add struct pnp_resource
2008-04-29 Bjorn HelgaasPNP: remove pnp_resource_table references from resource...
2008-04-29 Bjorn HelgaasPNP: make pnp_resource_table private to PNP core
2008-04-29 Bjorn HelgaasPNP: remove PNP_MAX_* uses
2008-04-29 Bjorn HelgaasPNP: convert assign, interface to use pnp_get_resource...
2008-04-29 Bjorn HelgaasPNP: convert encoders to use pnp_get_resource(), not...
2008-04-29 Bjorn HelgaasPNP: convert resource checks to use pnp_get_resource...
next