| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
|
These are used only in drivers/pnp/isapnp/core.c, so no need to
expose them to the world.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Acked-By: Rene Herman <rene.herman@gmail.com>
Signed-off-by: Len Brown <len.brown@intel.com>
|
|
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
|
|
This patch removes some completely unused code and makes some needlessly
global code static in drivers/pnp/isapnp/core.c .
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
|
- fixed undefined symbols in PnP layer
- fixed various warnings
- azt3328 - fixed compilation in debug mode
- ice17xx drivers - fixed compilation when both are built-in
- vxpocket and vxp440
- fixed compilation against the latest PCMCIA interface
- fixed compilation when both drivers are built-in
- removed empty sound/pci/ice1712/ak4524.c
|
|
this patch must be applied after PnP patch v0.94. It contains my
small cleanups of PnP code and I tried to rewrite almost all ISA PnP
drivers to new PnP subsystem except sound drivers (ALSA & OSS).
PnP update
- separated dev->resource to dev->io_resource and dev->mem_resource
- added pnp_*_valid() macros
- added status member to pnp_card structure
- added pnp_device_attach/detach functions
- added pnpc_attach/detach functions
- moved pnp_find_card() and pnp_find_dev() functions to isapnp.h
- updated IDE/gameport/ISDN/network/scsi/radio/telephone drivers
to latest PnP code
|
|
- removed ISAPnP members from PCI structures
- isapnp.h cleanups (removal of duplicates)
- added compatible functions (pnp_find_dev and pnp_find_card)
- i82365 (pcmcia driver) - ported to new PnP layer
|
|
|
|
The included patch is essentially a Linux Plug and Play Support rewrite. It
contains many significant improvements, including the following:
1.) A Global Plug and Play Layer
- Now drivers do not have to worry about which plug and play
protocol they are using. Calls are made directly to the Linux
Plug and Play Layer and then forwarded to the appropriate
protocol.
- This will make it very easy to integrate ACPI PnP support when
it's ready
2.) A complete Plug and Play BIOS driver
- The Plug and Play BIOS now supports reading and writing of
resource configurations.
- It is now possible to enable disabled PNPBIOS devices. Therefore
the user can safely enable PnP OS support in their BIOS.
3.) Driver Model Integration
- The entire plug and play layer is integrated into the driver model
- The user interface is housed here
- PnP protocols are listed under the bus "pnp"
4.) A powerful global resource configuration interface
- The user can use this to activate PnP devices for legacy and
user-level drivers
- See the documentation for how to configure devices.
5.) Automatic resource allocation for needed devices
6.) A PnP device name database
And many more improvements.
This patch also adds me to the maintainers list, considering the current
PnP maintainer has been inactive for over 2 years now.
|
|
|
|
- Mikael Pettersson: make proc_misc happy without modules
- Arjan van de Ven: clean up acpitable implementation ("micro-acpi")
- Anton Altaparmakov: LDM partition code update
- Alan Cox: final (yeah, sure) small missing pieces
- Andrey Savochkin/Andrew Morton: eepro100 config space save/restore over suspend
- Arjan van de Ven: remove power from pcmcia socket on card remove
- Greg KH: USB updates
- Neil Brown: multipath updates
- Martin Dalecki: fix up some "asmlinkage" routine markings
|
|
- Anton Altaparmakov: NTFS error checking
- Johannes Erdfelt: USB updates
- OGAWA Hirofumi: FAT update
- Alan Cox: driver + s390 update merge
- Richard Henderson: fix alpha sigsuspend error return value
- Marcelo Tosatti: per-zone VM shortage
- Daniel Phillips: generic use-once optimization instead of drop-behind
- Bjorn Wesen: Cris architecture update
- Anton Altaparmakov: support for Windows Dynamic Disks
- James Washer: LDT loading SMP bug fix
|
|
|