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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-15
Clean up 'print_fn_descriptor_symbol()' types
Linus Torvalds
1
-2
/
+1
2008-05-14
lib: create common ascii hex array
Harvey Harrison
1
-4
/
+4
2008-05-14
pnp: add ISAPnP MPU option quirks
Rene Herman
1
-0
/
+112
2008-05-14
pnp: add pnp_build_option() to the API
Rene Herman
2
-1
/
+2
2008-05-14
pnp: clean up pnp_fixup_device()
Rene Herman
1
-12
/
+8
2008-05-13
PNP: set IRQ index in sysfs "set irq" interface
Bjorn Helgaas
1
-1
/
+1
2008-05-01
PNP: fix printk format warnings
Randy Dunlap
1
-2
/
+4
2008-04-30
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
22
-1095
/
+1576
2008-04-30
Merge branch 'pnp' into release
Len Brown
22
-1094
/
+1575
2008-04-30
acpi: fix section mismatch warning in pnpacpi
Sam Ravnborg
1
-1
/
+1
2008-04-29
drivers: use non-racy method for proc entries creation (2)
Denis V. Lunev
1
-4
/
+3
2008-04-29
proc: remove proc_bus
Alexey Dobriyan
2
-3
/
+3
2008-04-29
PNPBIOS: remove include/linux/pnpbios.h
Bjorn Helgaas
5
-4
/
+137
2008-04-29
ISAPNP: remove unused pnp_dev->regs field
Bjorn Helgaas
1
-3
/
+0
2008-04-29
PNP: make interfaces private to the PNP core
Bjorn Helgaas
1
-1
/
+26
2008-04-29
PNPACPI: move _CRS/_PRS warnings closer to the action
Bjorn Helgaas
3
-29
/
+29
2008-04-29
ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()
Bjorn Helgaas
1
-37
/
+29
2008-04-29
PNP: make generic pnp_add_mem_resource()
Bjorn Helgaas
6
-61
/
+57
2008-04-29
PNP: make generic pnp_add_io_resource()
Bjorn Helgaas
6
-59
/
+59
2008-04-29
PNP: make generic pnp_add_dma_resource()
Bjorn Helgaas
6
-72
/
+47
2008-04-29
PNP: make generic pnp_add_irq_resource()
Bjorn Helgaas
6
-66
/
+51
2008-04-29
PNP: add pnp_new_resource() to find a new unset pnp_resource
Bjorn Helgaas
1
-0
/
+38
2008-04-29
PNP: add pnp_resource index for ISAPNP
Bjorn Helgaas
4
-37
/
+92
2008-04-29
PNP: add pnp_get_pnp_resource()
Bjorn Helgaas
2
-6
/
+21
2008-04-29
PNP: add struct pnp_resource
Bjorn Helgaas
3
-16
/
+20
2008-04-29
PNP: remove pnp_resource_table references from resource decoders
Bjorn Helgaas
3
-125
/
+140
2008-04-29
PNP: make pnp_resource_table private to PNP core
Bjorn Helgaas
7
-19
/
+41
2008-04-29
PNP: remove PNP_MAX_* uses
Bjorn Helgaas
4
-63
/
+60
2008-04-29
PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_table
Bjorn Helgaas
3
-32
/
+32
2008-04-29
PNP: convert encoders to use pnp_get_resource(), not pnp_resource_table
Bjorn Helgaas
2
-19
/
+22
2008-04-29
PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table
Bjorn Helgaas
1
-16
/
+16
2008-04-29
PNP: pass resources, not indexes, to pnp_check_port(), et al
Bjorn Helgaas
3
-20
/
+16
2008-04-29
PNP: check for conflicts with all resources, not just earlier ones
Bjorn Helgaas
1
-8
/
+8
2008-04-29
PNP: reduce redundancy in pnp_set_current_resources()
Bjorn Helgaas
1
-24
/
+17
2008-04-29
PNP: reduce redundancy in pnp_check_port() and others
Bjorn Helgaas
1
-38
/
+54
2008-04-29
PNP: reduce redundancy in pnp_assign_port() and others
Bjorn Helgaas
1
-67
/
+56
2008-04-29
PNP: use conventional "i" for loop indices
Bjorn Helgaas
1
-46
/
+46
2008-04-29
PNP: remove pnp_mem_flags() as an lvalue
Bjorn Helgaas
1
-1
/
+3
2008-04-29
PNP: add pnp_get_resource() interface
Bjorn Helgaas
1
-0
/
+27
2008-04-29
PNP: factor pnp_init_resource_table() and pnp_clean_resource_table()
Bjorn Helgaas
2
-46
/
+54
2008-04-29
PNP: use dev_printk when possible
Bjorn Helgaas
3
-50
/
+43
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
7
-11
/
+14
2008-04-29
PNP: add debug when assigning PNP resources
Bjorn Helgaas
3
-20
/
+100
2008-04-29
PNP: add debug output to encoders
Bjorn Helgaas
5
-43
/
+127
2008-04-29
PNP: remove more pnp_resource_table arguments
Bjorn Helgaas
7
-71
/
+73
2008-04-29
PNP: remove pnp_resource_table from internal get/set interfaces
Bjorn Helgaas
5
-19
/
+14
2008-04-29
PNP: add debug output to option registration
Bjorn Helgaas
4
-76
/
+130
2008-04-29
PNPACPI: pass pnp_dev instead of acpi_handle
Bjorn Helgaas
3
-4
/
+5
[next]