net: dsa: legacy: simplify getting .driver_data
Wolfram Sang authored

We should get 'driver_data' from 'struct device' directly. Going via
platform_device is an unneeded step back and forth.
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
2af1ccd5
Name Last commit Last update
Documentation dt-bindings: net: add support for Microchip KSZ9131
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
block block: don't deal with discard limit in blkdev_issue_discard()
certs export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()
crypto Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma
drivers ptp: ptp_dte: simplify getting .driver_data
firmware kbuild: remove all dummy assignments to obj-
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
include af_unix.h: trivial whitespace cleanup
init Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
ipc ipc/shm.c: use ERR_CAST() for shm_lock() error return
kernel umh: Add command line to user mode helpers
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
mm mremap: properly flush TLB before releasing the page
net net: dsa: legacy: simplify getting .driver_data
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
scripts Merge tag 'kbuild-fixes-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name"
sound ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760
tools tc-tests: test denial of 'goto chain' for exceed traffic in police.json
usr initramfs: move gen_initramfs_list.sh from scripts/ to usr/
virt KVM: Remove obsolete kvm_unmap_hva notifier backend
.clang-format clang-format: Set IndentWrappedFunctionNames false
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.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.
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.