index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pnp
/
interface.c
Age
Commit message (
Expand
)
Author
2021-05-17
PNP: Remove pnp_alloc()
Heiner Kallweit
2021-01-22
PNP: add printf attribute to log function
Tom Rix
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2014-10-14
PNP: replace strnicmp with strncasecmp
Rasmus Villemoes
2013-10-16
PNP: convert bus code to use dev_groups
Greg Kroah-Hartman
2013-01-03
PNP: Simplify setting of resources
Witold Szczeponik
2010-03-14
PNPACPI: add bus number support
Bjorn Helgaas
2010-03-14
PNPACPI: add window support
Bjorn Helgaas
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
2008-11-04
drivers: remove duplicated #include
Jianjun Kong
2008-10-16
PNP: create device attributes via default device attributes
Drew Moseley
2008-07-16
PNP: convert resource options to single linked list
Bjorn Helgaas
2008-07-16
PNP: support optional IRQ resources
Bjorn Helgaas
2008-07-16
PNP: increase I/O port & memory option address sizes
Bjorn Helgaas
2008-07-16
PNP: introduce pnp_irq_mask_t typedef
Bjorn Helgaas
2008-07-16
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
Bjorn Helgaas
2008-07-16
PNP: whitespace/coding style fixes
Bjorn Helgaas
2008-07-16
PNP: dont sort by type in /sys/.../resources
Bjorn Helgaas
2008-07-16
PNP: replace pnp_resource_table with dynamically allocated resources
Bjorn Helgaas
2008-07-16
PNP: remove pnp_resource.index
Bjorn Helgaas
2008-05-13
PNP: set IRQ index in sysfs "set irq" interface
Bjorn Helgaas
2008-04-29
PNP: make generic pnp_add_mem_resource()
Bjorn Helgaas
2008-04-29
PNP: make generic pnp_add_io_resource()
Bjorn Helgaas
2008-04-29
PNP: make generic pnp_add_dma_resource()
Bjorn Helgaas
2008-04-29
PNP: make generic pnp_add_irq_resource()
Bjorn Helgaas
2008-04-29
PNP: add pnp_resource index for ISAPNP
Bjorn Helgaas
2008-04-29
PNP: remove PNP_MAX_* uses
Bjorn Helgaas
2008-04-29
PNP: convert assign, interface to use pnp_get_resource(), not pnp_resource_table
Bjorn Helgaas
2008-04-29
PNP: reduce redundancy in pnp_set_current_resources()
Bjorn Helgaas
2008-04-29
PNP: add pnp_init_resources(struct pnp_dev *) interface
Bjorn Helgaas
2008-04-29
PNP: remove pnp_resource_table from internal get/set interfaces
Bjorn Helgaas
2008-02-06
isapnp driver semaphore to mutex
Daniel Walker
2007-10-17
PNP: use dev_info(), dev_err(), etc in core
Bjorn Helgaas
2007-10-16
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
2007-08-24
PNP: fix up after Lindent
Bjorn Helgaas
2007-07-26
PNP: fix up after Lindent
Bjorn Helgaas
2007-07-26
PNP: Lindent all source files
Bjorn Helgaas
2006-12-07
[PATCH] PNP: handle sysfs errors
Jeff Garzik
2006-08-03
PNP: Add missing casts in printk() arguments
Pierre Ossman
2006-06-27
[PATCH] 64bit resource: change pnp core to use resource_size_t
Greg Kroah-Hartman
2005-06-20
[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...
Yani Ioannou
2005-03-13
[PATCH] some PNP cleanups
Adrian Bunk
2004-10-28
Merge intel.com:/home/lenb/src/26-stable-dev
Len Brown
2004-10-28
[PNP] handler more than 16 IRQs
Len Brown
2004-09-02
[PATCH] Fix leak in PNP interface code.
Dave Jones
2004-04-14
[PNP] sysfs entry "resource" fix
Adam Belay
2003-07-03
[PNP] Handle Disabled Resources Properly
Adam Belay
2003-06-24
[PNP] pnp_init_resource_table compile fix
Adam Belay
2003-06-18
[PNP] re-add the previously removed "get" command in interface.c.
Adam Belay
[next]