mainlining shenanigans
Go to file
Maxime Ripard a1858ce0cf i2c: brcmstb: Fix brcmstd_send_i2c_cmd condition
The brcmstb_send_i2c_cmd currently has a condition that is (CMD_RD ||
CMD_WR) which always evaluates to true, while the obvious fix is to test
whether the cmd variable passed as parameter holds one of these two
values.

Fixes: dd1aa2524b ("i2c: brcmstb: Add Broadcom settop SoC i2c controller driver")
Reported-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
2021-02-26 11:25:24 +01:00
arch - added n64 block driver 2021-02-25 12:18:21 -08:00
block
certs
crypto
Documentation pwm: Changes for v5.12-rc1 2021-02-25 12:23:49 -08:00
drivers i2c: brcmstb: Fix brcmstd_send_i2c_cmd condition 2021-02-26 11:25:24 +01:00
fs Miscellaneous ext4 cleanups and bug fixes. Pretty boring this 2021-02-25 10:06:55 -08:00
include virtio: features, fixes 2021-02-25 12:21:08 -08:00
init Kbuild updates for v5.12 2021-02-25 10:17:31 -08:00
ipc
kernel Kbuild updates for v5.12 2021-02-25 10:17:31 -08:00
lib Kbuild updates for v5.12 2021-02-25 10:17:31 -08:00
LICENSES
mm
net Networking fixes for 5.12-rc1. Rather small batch this time. 2021-02-25 12:06:25 -08:00
samples
scripts Kbuild updates for v5.12 2021-02-25 10:17:31 -08:00
security
sound
tools Networking fixes for 5.12-rc1. Rather small batch this time. 2021-02-25 12:06:25 -08:00
usr Kbuild updates for v5.12 2021-02-25 10:17:31 -08:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Kbuild updates for v5.12 2021-02-25 10:17:31 -08:00
Makefile Kbuild updates for v5.12 2021-02-25 10:17:31 -08:00
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.