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
/
drivers
/
pnp
/
manager.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-22
pnp: only assign IORESOURCE_DMA if CONFIG_ISA_DMA_API is enabled
David Rientjes
1
-1
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2008-10-10
PNP: convert to using pnp_dbg()
Bjorn Helgaas
1
-17
/
+17
2008-07-16
PNP: convert resource options to single linked list
Bjorn Helgaas
1
-99
/
+46
2008-07-16
PNP: support optional IRQ resources
Bjorn Helgaas
1
-0
/
+9
2008-07-16
PNP: remove redundant pnp_can_configure() check
Bjorn Helgaas
1
-3
/
+0
2008-07-16
PNP: make resource assignment functions return 0 (success) or -EBUSY (failure)
Bjorn Helgaas
1
-19
/
+22
2008-07-16
PNP: improve resource assignment debug
Bjorn Helgaas
1
-2
/
+8
2008-07-16
PNP: introduce pnp_irq_mask_t typedef
Bjorn Helgaas
1
-3
/
+3
2008-07-16
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
1
-165
/
+55
2008-07-16
PNP: remove pnp_resource.index
Bjorn Helgaas
1
-4
/
+0
2008-04-29
PNP: add pnp_resource index for ISAPNP
Bjorn Helgaas
1
-8
/
+24
2008-04-29
PNP: add struct pnp_resource
Bjorn Helgaas
1
-8
/
+8
2008-04-29
PNP: make pnp_resource_table private to PNP core
Bjorn Helgaas
1
-8
/
+8
2008-04-29
PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_table
Bjorn Helgaas
1
-12
/
+8
2008-04-29
PNP: pass resources, not indexes, to pnp_check_port(), et al
Bjorn Helgaas
1
-4
/
+4
2008-04-29
PNP: reduce redundancy in pnp_assign_port() and others
Bjorn Helgaas
1
-67
/
+56
2008-04-29
PNP: factor pnp_init_resource_table() and pnp_clean_resource_table()
Bjorn Helgaas
1
-46
/
+52
2008-04-29
PNP: remove unused interfaces using pnp_resource_table
Bjorn Helgaas
1
-76
/
+2
2008-04-29
PNP: remove pnp_resource_table from internal pnp_clean_resource_table interface
Bjorn Helgaas
1
-4
/
+5
2008-04-29
PNP: add pnp_init_resources(struct pnp_dev *) interface
Bjorn Helgaas
1
-0
/
+5
2008-04-29
PNP: add debug when assigning PNP resources
Bjorn Helgaas
1
-20
/
+61
2008-04-29
PNP: remove pnp_resource_table from internal get/set interfaces
Bjorn Helgaas
1
-1
/
+1
2008-02-06
isapnp driver semaphore to mutex
Daniel Walker
1
-9
/
+10
2008-02-06
simplify pnp_activate_dev() and pnp_disable_dev() return values
Bjorn Helgaas
1
-4
/
+4
2007-10-17
PNP: use dev_info(), dev_err(), etc in core
Bjorn Helgaas
1
-19
/
+12
2007-10-17
PNP: don't fail device init if no DMA channel available
Jan Beulich
1
-17
/
+12
2007-10-16
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
1
-1
/
+1
2007-08-24
PNP: remove null pointer checks
Bjorn Helgaas
1
-23
/
+0
2007-08-24
PNP: fix up after Lindent
Bjorn Helgaas
1
-2
/
+2
2007-07-26
PNP: fix up after Lindent
Bjorn Helgaas
1
-18
/
+6
2007-07-26
PNP: Lindent all source files
Bjorn Helgaas
1
-52
/
+68
2007-03-16
[PATCH] reduce pnp syslog spam
David Brownell
1
-3
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-27
[PATCH] 64bit resource: change pnp core to use resource_size_t
Greg Kroah-Hartman
1
-5
/
+10
2006-04-19
[PATCH] pnp: fix two messages in manager.c
Jan Engelhardt
1
-2
/
+2
2006-01-03
[ALSA] [PATCH] alsa: Improved PnP suspend support
Pierre Ossman
1
-19
/
+59
2005-11-07
[PATCH] drivers/pnp/: cleanups
Adrian Bunk
1
-0
/
+2
2005-10-30
[PATCH] fix missing includes
Tim Schmielau
1
-0
/
+2
2005-09-07
[PATCH] PNP: make pnp_dbg conditional directly on CONFIG_PNP_DEBUG
Bjorn Helgaas
1
-7
/
+0
2005-06-24
[PATCH] DocBook: update comments
Martin Waitz
1
-0
/
+1
2005-05-01
[PATCH] DocBook: fix some descriptions
Martin Waitz
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+566