| Age | Commit message (Collapse) | Author |
|
All user of the pnp_find_card() compat wrapper are gone, so remove
the function as well.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
|
Based on 1 normalized pattern(s):
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license as published by
the free software foundation either version 2 of the license or at
your option any later version this program is distributed in the
hope that it will be useful but without any warranty without even
the implied warranty of merchantability or fitness for a particular
purpose see the gnu general public license for more details you
should have received a copy of the gnu general public license along
with this program if not write to the free software foundation inc
675 mass ave cambridge ma 02139 usa
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-or-later
has been chosen to replace the boilerplate/reference in 441 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520071858.739733335@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
MODULE_DEVICE_TABLE() calles MODULE_GENERIC_TABLE(); make it do the
work directly. This also removes a wart introduced in the last patch,
where the alias is defined to be an unknown struct type "struct
type##__##name##_device_id" instead of "struct type##_device_id" (it's
an extern so GCC doesn't care, but it's wrong).
The other user of MODULE_GENERIC_TABLE (ISAPNP_CARD_TABLE) is unused,
so delete it.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
|
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
|
|
|