index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pnp
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-16
pnp: make the resource type an unsigned long
Rene Herman
3
-4
/
+4
2008-10-16
pnp: remove printk() with outdated version
Adrian Bunk
1
-1
/
+0
2008-10-16
PNP: create device attributes via default device attributes
Drew Moseley
4
-39
/
+11
2008-10-15
Merge commit 'origin'
Benjamin Herrenschmidt
3
-3
/
+6
2008-10-10
PNP: remove old CONFIG_PNP_DEBUG option
Bjorn Helgaas
5
-22
/
+0
2008-10-10
PNP: convert to using pnp_dbg()
Bjorn Helgaas
10
-63
/
+63
2008-10-10
PNP: add CONFIG_PNP_DEBUG_MESSAGES and pnp_dbg()
Bjorn Helgaas
3
-0
/
+35
2008-10-10
PNP: remove some uses of DEBUG ifdef
Bjorn Helgaas
2
-14
/
+8
2008-10-10
PNP: use new vsprintf symbolic function pointer format
Bjorn Helgaas
1
-4
/
+2
2008-10-10
PNP: convert the last few pnp_info() uses to printk()
Bjorn Helgaas
2
-7
/
+3
2008-10-10
PNPACPI: use dev_printk when possible
Bjorn Helgaas
1
-7
/
+8
2008-10-10
PNP: fix debug formatting (cosmetic)
Bjorn Helgaas
1
-2
/
+2
2008-10-10
PnP: move pnpacpi/pnpbios_init to after PCI init
Linus Torvalds
3
-3
/
+6
2008-09-23
powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
Kumar Gala
2
-3
/
+3
2008-08-25
PNPACPI: ignore the producer/consumer bit for extended IRQ descriptors
Bjorn Helgaas
1
-2
/
+0
2008-08-01
PNP: fix formatting of dbg_pnp_show_resources() output
Bjorn Helgaas
1
-47
/
+49
2008-07-26
make pnp_add_card_id() static
Adrian Bunk
2
-2
/
+1
2008-07-26
pnp: have quirk_system_pci_resources() include io resources
Rene Herman
1
-5
/
+8
2008-07-26
pnp: set the pnp_card dma_mask for use by ISAPnP cards
Rene Herman
1
-0
/
+4
2008-07-16
PNPACPI: add support for HP vendor-specific CCSR descriptors
Bjorn Helgaas
1
-0
/
+60
2008-07-16
PNP: avoid legacy IDE IRQs
Bjorn Helgaas
1
-11
/
+57
2008-07-16
PNP: convert resource options to single linked list
Bjorn Helgaas
10
-632
/
+567
2008-07-16
ISAPNP: handle independent options following dependent ones
Bjorn Helgaas
1
-2
/
+7
2008-07-16
PNP: remove extra 0x100 bit from option priority
Bjorn Helgaas
3
-9
/
+7
2008-07-16
PNP: support optional IRQ resources
Bjorn Helgaas
3
-44
/
+38
2008-07-16
PNP: rename pnp_register_*_resource() local variables
Bjorn Helgaas
1
-47
/
+47
2008-07-16
PNPACPI: ignore _PRS interrupt numbers larger than PNP_IRQ_NR
Bjorn Helgaas
1
-3
/
+10
2008-07-16
PNP: centralize resource option allocations
Bjorn Helgaas
5
-249
/
+198
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: in debug resource dump, make empty list obvious
Bjorn Helgaas
1
-1
/
+6
2008-07-16
PNP: improve resource assignment debug
Bjorn Helgaas
1
-2
/
+8
2008-07-16
PNP: increase I/O port & memory option address sizes
Bjorn Helgaas
3
-18
/
+29
2008-07-16
PNP: introduce pnp_irq_mask_t typedef
Bjorn Helgaas
8
-17
/
+22
2008-07-16
PNP: make resource option structures private to PNP subsystem
Bjorn Helgaas
1
-0
/
+48
2008-07-16
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
Bjorn Helgaas
4
-10
/
+10
2008-07-16
PNP: whitespace/coding style fixes
Bjorn Helgaas
1
-7
/
+8
2008-07-16
PNP: add pnp_possible_config() -- can a device could be configured this way?
Bjorn Helgaas
1
-0
/
+62
2008-07-16
PNP: dont sort by type in /sys/.../resources
Bjorn Helgaas
1
-34
/
+22
2008-07-16
PNP: remove ratelimit on add resource failures
Bjorn Helgaas
1
-26
/
+8
2008-07-16
PNPACPI: keep disabled resources when parsing current config
Bjorn Helgaas
1
-18
/
+52
2008-07-16
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
11
-415
/
+318
2008-07-16
PNP: add pnp_resource_type_name() helper function
Bjorn Helgaas
2
-0
/
+16
2008-07-16
PNP: add pnp_resource_type() internal interface
Bjorn Helgaas
2
-0
/
+7
2008-07-16
PNP: remove pnp_resource.index
Bjorn Helgaas
4
-76
/
+33
2008-07-16
PNP: add detail to debug resource dump
Bjorn Helgaas
1
-8
/
+26
2008-07-16
ACPI PM: acpi_pm_device_sleep_state() cleanup
David Brownell
1
-3
/
+1
2008-06-11
PNPACPI: use _CRS IRQ descriptor length for _SRS
Bjorn Helgaas
1
-2
/
+7
2008-06-11
pnpacpi: fix shareable IRQ encode/decode
Bjorn Helgaas
1
-14
/
+13
2008-06-11
pnpacpi: fix IRQ flag decoding
Bjorn Helgaas
1
-4
/
+12
[prev]
[next]