Go to file
Russell King 1ee6b9bc62 net: phy: make phy_(read|write)_mmd() generic MMD accessors
Make phy_(read|write)_mmd() generic 802.3 clause 45 register accessors
for both Clause 22 and Clause 45 PHYs, using either the direct register
reading for Clause 45, or the indirect method for Clause 22 PHYs.
Allow this behaviour to be overriden by PHY drivers where necessary.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-22 12:43:00 -07:00
arch sock: introduce SO_MEMINFO getsockopt 2017-03-22 11:18:58 -07:00
block
certs
crypto
Documentation net: stmmac: RX queue routing configuration 2017-03-21 17:24:01 -07:00
drivers net: phy: make phy_(read|write)_mmd() generic MMD accessors 2017-03-22 12:43:00 -07:00
firmware
fs gfs2: Avoid alignment hole in struct lm_lockname 2017-03-15 10:06:07 -04:00
include net: phy: make phy_(read|write)_mmd() generic MMD accessors 2017-03-22 12:43:00 -07:00
init
ipc
kernel bpf: inline htab_map_lookup_elem() 2017-03-16 20:44:11 -07:00
lib
mm Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 2017-03-14 14:48:50 -07:00
net net: convert sk_filter.refcnt from atomic_t to refcount_t 2017-03-22 12:06:08 -07:00
samples samples/bpf: add map_lookup microbenchmark 2017-03-16 20:44:12 -07:00
scripts
security
sound
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-03-15 11:59:10 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update X-Gene SoC ethernet maintainer 2017-03-15 21:52:52 -07:00
Makefile
README

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

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.