index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pnp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-22
x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device check
Luis R. Rodriguez
1
-0
/
+2
2015-03-19
PNP: Add helper macro for pnp_register_driver boilerplate
Peter Huewe
1
-0
/
+12
2015-02-02
PNP: Allow console to override ACPI device sleep
Peter Hurley
1
-2
/
+10
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-1
/
+1
2010-07-19
PNPACPI: Add support for remote wakeup
Alan Stern
1
-0
/
+1
2009-12-16
PNP: add interface to retrieve ACPI device from a PNPACPI device
Bjorn Helgaas
1
-0
/
+13
2009-09-22
pnp: add a shutdown method to pnp drivers
David Härdeman
1
-0
/
+1
2009-06-05
pnp: add PNP resource range checking function
Bjorn Helgaas
1
-0
/
+2
2008-10-23
Merge branch 'linus' into test
Len Brown
1
-2
/
+4
2008-10-16
pnp: make the resource type an unsigned long
Rene Herman
1
-2
/
+4
2008-10-11
PNP: convert the last few pnp_info() uses to printk()
Bjorn Helgaas
1
-10
/
+0
2008-09-17
Fix PNP build failure, bugzilla #11276
David Miller
1
-0
/
+7
2008-07-17
PNP: convert resource options to single linked list
Bjorn Helgaas
1
-2
/
+4
2008-07-17
PNP: make resource option structures private to PNP subsystem
Bjorn Helgaas
1
-48
/
+0
2008-07-17
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
Bjorn Helgaas
1
-3
/
+0
2008-07-17
PNP: add pnp_possible_config() -- can a device could be configured this way?
Bjorn Helgaas
1
-0
/
+5
2008-07-17
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
1
-7
/
+13
2008-07-17
PNP: make pnp_{port,mem,etc}_start(), et al work for invalid resources
Bjorn Helgaas
1
-12
/
+60
2008-04-30
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-98
/
+110
2008-04-30
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
1
-4
/
+0
2008-04-29
ISAPNP: remove unused pnp_dev->regs field
Bjorn Helgaas
1
-1
/
+0
2008-04-29
PNP: make interfaces private to the PNP core
Bjorn Helgaas
1
-36
/
+0
2008-04-29
PNP: make pnp_resource_table private to PNP core
Bjorn Helgaas
1
-12
/
+2
2008-04-29
PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_t...
Bjorn Helgaas
1
-40
/
+105
2008-04-29
PNP: add pnp_get_resource() interface
Bjorn Helgaas
1
-0
/
+1
2008-04-29
PNP: remove unused interfaces using pnp_resource_table
Bjorn Helgaas
1
-8
/
+0
2008-04-29
PNP: add pnp_init_resources(struct pnp_dev *) interface
Bjorn Helgaas
1
-0
/
+2
2008-04-29
PNP: remove pnp_resource_table from internal get/set interfaces
Bjorn Helgaas
1
-2
/
+2
2008-04-29
PNP: add debug output to option registration
Bjorn Helgaas
1
-8
/
+11
2008-04-29
PNP: make pnp_add_card_id() internal to PNP core
Bjorn Helgaas
1
-2
/
+0
2008-04-29
PNP: make pnp_add_id() internal to PNP core
Bjorn Helgaas
1
-2
/
+0
2008-04-11
pnp: increase number of devices supported per protocol
Bjorn Helgaas
1
-1
/
+1
2008-03-23
PNP: increase the number of PnP memory resources from 12 to 24
Darren Salt
1
-1
/
+1
2008-02-06
isapnp driver semaphore to mutex
Daniel Walker
1
-0
/
+1
2008-02-03
include/linux/: Spelling fixes
Joe Perches
1
-1
/
+1
2007-12-28
increase PNP_MAX_PORT to 40 from 24
Len Brown
1
-1
/
+1
2007-11-29
PNP: increase the maximum number of resources
Zhao Yakui
1
-2
/
+2
2007-10-17
PNP: remove null pointer checks
Bjorn Helgaas
1
-3
/
+3
2007-07-26
PNP: fix up after Lindent
Bjorn Helgaas
1
-175
/
+63
2007-07-26
PNP: Lindent all source files
Bjorn Helgaas
1
-127
/
+236
2007-07-22
ACPI, PNP: hook ACPI D-state to PNP suspend/resume
Shaohua Li
1
-0
/
+4
2007-05-08
PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI)
Bjorn Helgaas
1
-0
/
+2
2007-05-08
init dma masks in pnp_dev
David Brownell
1
-0
/
+1
2007-02-11
[PATCH] PNP: export pnp_bus_type
David Brownell
1
-0
/
+2
2006-06-27
[PATCH] 64bit resource: change pnp core to use resource_size_t
Greg Kroah-Hartman
1
-2
/
+5
2006-01-03
[ALSA] [PATCH] alsa: Improved PnP suspend support
Pierre Ossman
1
-0
/
+4
2006-01-03
[ALSA] PATCH] Add PM support to PnP drivers
Takashi Iwai
1
-0
/
+5
2005-11-07
[PATCH] drivers/pnp/: cleanups
Adrian Bunk
1
-2
/
+0
2005-09-08
[PATCH] PNP: make pnp_dbg conditional directly on CONFIG_PNP_DEBUG
Bjorn Helgaas
1
-1
/
+1
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+454