index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
pnp.h
Age
Commit message (
Expand
)
Author
Files
Lines
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-15
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-10
PNP: convert the last few pnp_info() uses to printk()
Bjorn Helgaas
1
-10
/
+0
2008-09-16
Fix PNP build failure, bugzilla #11276
David Miller
1
-0
/
+7
2008-07-16
PNP: convert resource options to single linked list
Bjorn Helgaas
1
-2
/
+4
2008-07-16
PNP: make resource option structures private to PNP subsystem
Bjorn Helgaas
1
-48
/
+0
2008-07-16
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
Bjorn Helgaas
1
-3
/
+0
2008-07-16
PNP: add pnp_possible_config() -- can a device could be configured this way?
Bjorn Helgaas
1
-0
/
+5
2008-07-16
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
1
-7
/
+13
2008-07-16
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-22
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-27
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-07
[PATCH] PNP: make pnp_dbg conditional directly on CONFIG_PNP_DEBUG
Bjorn Helgaas
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+454