firmware: tegra: bpmp: Fix Tegra234-only builds
Thierry Reding authored
[ Upstream commit bd778b89

 ]

The tegra186_bpmp_ops symbol is used on Tegra234, so make sure it's
available.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
ee3acd45
Name Last commit Last update
Documentation dt-bindings: i2c: at91: fix example for scl-gpios
LICENSES LICENSES: Add the CC-BY-4.0 license
arch ARM: OMAP2+: Block suspend for am3 and am4 if PM is not configured
block block: grab a device refcount in disk_uevent
certs Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
crypto crypto: sm2 - fix a memory leak in sm2
drivers firmware: tegra: bpmp: Fix Tegra234-only builds
fs seq_file: disallow extremely large seq buffer allocations
include x86/signal: Detect and prevent an alternate signal stack overflow
init sched/core: Initialize the idle task with preemption disabled
ipc ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry
kernel kprobe/static_call: Restore missing static_call_text_reserved()
lib lib/decompress_unlz4.c: correctly handle zero-padding around initrds.
mm mm/hugetlb: fix refs calculation from unaligned @vaddr
net SUNRPC: prevent port reuse on transports which don't request it.
samples samples/bpf: Fix the error return code of xdp_redirect's main()
scripts kbuild: sink stdout from cmd for silent build
security smackfs: restrict bytes count in smk_set_cipso()
sound ALSA: isa: Fix error return code in snd_cmi8330_probe()
tools perf tools: Fix pattern matching for same substring in different PMU type
usr .gitignore: prefix local generated files with a slash
virt KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: ignore only top-level modules.builtin
.mailmap mailmap: add Marek's other e-mail address and identity without diacritics
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: move Murali Karicheri to credits
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS Merge branch 'akpm' (patches from Andrew)
Makefile Linux 5.13.4
README Drop all 00-INDEX files from Documentation/
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.