summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pnp' into releaseLen Brown2011-01-121-6/+1
|\
| * PNP: Set up pnp_debug via module and not via boot param.Thomas Renninger2010-10-271-6/+1
* | Merge branch 'pnp-log' into releaseLen Brown2010-10-251-2/+3
|\ \
| * | PNP: log PNP resources, as we do for PCIBjorn Helgaas2010-10-011-2/+3
| |/
* / ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger2010-10-011-1/+2
|/
* PNPACPI: Add support for remote wakeupAlan Stern2010-07-191-0/+3
* dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang2009-04-071-1/+1
* pnp: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-3/+2
* Merge branch 'linus' into testLen Brown2008-10-231-10/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-9/+1
| |\
| | * PNP: create device attributes via default device attributesDrew Moseley2008-10-161-9/+1
| * | pnp: remove printk() with outdated versionAdrian Bunk2008-10-161-1/+0
| |/
* | PNP: convert to using pnp_dbg()Bjorn Helgaas2008-10-101-1/+1
* | PNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg()Bjorn Helgaas2008-10-101-0/+11
* | PNP: remove some uses of DEBUG ifdefBjorn Helgaas2008-10-101-10/+8
|/
* PNP: convert resource options to single linked listBjorn Helgaas2008-07-161-2/+2
* PNP: replace pnp_resource_table with dynamically allocated resourcesBjorn Helgaas2008-07-161-8/+17
* PNP: make pnp_resource_table private to PNP coreBjorn Helgaas2008-04-291-0/+8
* PNP: add pnp_alloc_dev()Bjorn Helgaas2008-04-291-7/+31
* PNP: add debug message for adding new deviceBjorn Helgaas2007-10-171-4/+24
* PNP: remove null pointer checksBjorn Helgaas2007-08-241-6/+1
* PNP: fix up after LindentBjorn Helgaas2007-07-261-26/+3
* PNP: Lindent all source filesBjorn Helgaas2007-07-261-13/+12
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI)Bjorn Helgaas2007-05-081-0/+8
* init dma masks in pnp_devDavid Brownell2007-05-081-0/+3
* [PATCH] drivers/pnp/: cleanupsAdrian Bunk2005-11-071-1/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+180