No description
Find a file
Rayagonda Kokatanur 128c8431e8 i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)
[ Upstream commit 603e77af7b ]

Update slave isr mask (ISR_MASK_SLAVE) to include remaining
two slave interrupts.

Fixes: c245d94ed1 ("i2c: iproc: Add multi byte read-write support for slave mode")
Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Acked-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-03-04 10:26:27 +01:00
arch
block
certs
crypto
Documentation
drivers i2c: iproc: update slave isr mask (ISR_MASK_SLAVE) 2021-03-04 10:26:27 +01:00
fs quota: Fix memory leak when handling corrupted quota file 2021-03-04 10:26:26 +01:00
include
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security capabilities: Don't allow writing ambiguous v3 file capabilities 2021-03-04 10:26:26 +01:00
sound
tools selftests/powerpc: Make the test check in eeh-basic.sh posix compliant 2021-03-04 10:26:26 +01: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.