No description
Find a file
Vaibhav Gupta 77eb16e9b2 tulip: tulip_core: use generic power management
With the support of generic PM callbacks, drivers no longer need to use
legacy .suspend() and .resume() in which they had to maintain PCI
states changes and device's power state themselves.

Earlier, .suspend() and .resume() were invoking pci_disable_device()
and pci_enable_device() respectively to manage the device's power state.
driver also invoked pci_save/restore_state() and pci_set_power_sitate().
With generic PM, it is no longer needed. The driver is expected to just
implement driver-specific operations and leave power transitions to PCI
core.

Compile-tested only.

Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-23 20:33:15 -07:00
arch flexible-array member conversion patches for 5.8-rc2 2020-06-16 17:23:57 -07:00
block
certs
crypto
Documentation dt-bindings: net: dwmac-meson: Add a compatible string for G12A onwards 2020-06-22 16:24:10 -07:00
drivers tulip: tulip_core: use generic power management 2020-06-23 20:33:15 -07:00
fs AFS fixes 2020-06-16 17:40:51 -07:00
include net: ipv6: Use struct_size() helper and kcalloc() 2020-06-23 20:27:09 -07:00
init
ipc
kernel tracing/probe: Replace zero-length array with flexible-array 2020-06-15 23:08:32 -05:00
lib
LICENSES
mm
net dn_route_rcv: remove redundant dev null check 2020-06-23 20:27:09 -07:00
samples
scripts
security ima: Replace zero-length array with flexible-array 2020-06-15 23:08:32 -05:00
sound ASoC: SOF: Replace zero-length array with flexible-array 2020-06-15 23:08:32 -05:00
tools selftests: forwarding: Add a test for pedit munge tcp, udp sport, dport 2020-06-22 16:32:11 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.