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
/
base.h
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
-0
/
+2
2010-10-01
ACPI/PNP: A HID value of an object never changes -> make it const
Thomas Renninger
1
-2
/
+3
2010-03-14
PNPACPI: add bus number support
Bjorn Helgaas
1
-0
/
+3
2008-10-23
Merge branch 'linus' into test
Len Brown
1
-2
/
+2
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-1
/
+1
2008-10-16
pnp: make the resource type an unsigned long
Rene Herman
1
-1
/
+1
2008-10-16
PNP: create device attributes via default device attributes
Drew Moseley
1
-1
/
+1
2008-10-10
PNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg()
Bjorn Helgaas
1
-0
/
+10
2008-07-26
make pnp_add_card_id() static
Adrian Bunk
1
-1
/
+0
2008-07-16
PNP: convert resource options to single linked list
Bjorn Helgaas
1
-23
/
+70
2008-07-16
PNP: centralize resource option allocations
Bjorn Helgaas
1
-4
/
+8
2008-07-16
PNP: increase I/O port & memory option address sizes
Bjorn Helgaas
1
-8
/
+8
2008-07-16
PNP: introduce pnp_irq_mask_t typedef
Bjorn Helgaas
1
-1
/
+3
2008-07-16
PNP: make resource option structures private to PNP subsystem
Bjorn Helgaas
1
-0
/
+48
2008-07-16
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
1
-15
/
+3
2008-07-16
PNP: add pnp_resource_type_name() helper function
Bjorn Helgaas
1
-0
/
+1
2008-07-16
PNP: add pnp_resource_type() internal interface
Bjorn Helgaas
1
-0
/
+1
2008-07-16
PNP: remove pnp_resource.index
Bjorn Helgaas
1
-1
/
+0
2008-05-14
pnp: add pnp_build_option() to the API
Rene Herman
1
-0
/
+1
2008-04-29
PNP: make interfaces private to the PNP core
Bjorn Helgaas
1
-1
/
+26
2008-04-29
PNP: make generic pnp_add_mem_resource()
Bjorn Helgaas
1
-0
/
+3
2008-04-29
PNP: make generic pnp_add_io_resource()
Bjorn Helgaas
1
-0
/
+3
2008-04-29
PNP: make generic pnp_add_dma_resource()
Bjorn Helgaas
1
-0
/
+2
2008-04-29
PNP: make generic pnp_add_irq_resource()
Bjorn Helgaas
1
-0
/
+3
2008-04-29
PNP: add pnp_resource index for ISAPNP
Bjorn Helgaas
1
-0
/
+1
2008-04-29
PNP: add pnp_get_pnp_resource()
Bjorn Helgaas
1
-0
/
+3
2008-04-29
PNP: add struct pnp_resource
Bjorn Helgaas
1
-4
/
+8
2008-04-29
PNP: make pnp_resource_table private to PNP core
Bjorn Helgaas
1
-0
/
+12
2008-04-29
PNP: pass resources, not indexes, to pnp_check_port(), et al
Bjorn Helgaas
1
-4
/
+4
2008-04-29
PNP: factor pnp_init_resource_table() and pnp_clean_resource_table()
Bjorn Helgaas
1
-0
/
+2
2008-04-29
PNP: add debug when assigning PNP resources
Bjorn Helgaas
1
-0
/
+2
2008-04-29
PNP: add pnp_alloc_card()
Bjorn Helgaas
1
-0
/
+1
2008-04-29
PNP: change pnp_add_card_id() to allocate its own pnp_id structures
Bjorn Helgaas
1
-1
/
+1
2008-04-29
PNP: make pnp_add_card_id() internal to PNP core
Bjorn Helgaas
1
-0
/
+1
2008-04-29
PNP: add pnp_alloc_dev()
Bjorn Helgaas
1
-0
/
+1
2008-04-29
PNP: add pnp_eisa_id_to_string()
Bjorn Helgaas
1
-0
/
+2
2008-04-29
PNP: change pnp_add_id() to allocate its own pnp_id structures
Bjorn Helgaas
1
-1
/
+1
2008-04-29
PNP: make pnp_add_id() internal to PNP core
Bjorn Helgaas
1
-0
/
+1
2007-02-11
[PATCH] PNP: export pnp_bus_type
David Brownell
1
-1
/
+0
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+13