diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-08-15 07:59:53 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-08-15 07:59:53 +0300 |
commit | 76c9e465dd529cfe1e49ed975563fa0c44aa2bdc (patch) | |
tree | 9c73d547335468d45b39c6388c3c31a9836dac89 /Documentation | |
parent | ba31f97d43be41ca99ab72a6131d7c226306865f (diff) | |
parent | 3f12cc4bb0a4d7b542af43b6f1b7175f13015629 (diff) | |
download | linux-76c9e465dd529cfe1e49ed975563fa0c44aa2bdc.tar.xz |
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang:
"One driver bugfix, a documentation bugfix, and an "uninitialized data"
leak fix for the core"
* 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
Documentation: i2c: add i2c-sysfs into index
i2c: dev: zero out array used for i2c reads from userspace
i2c: iproc: fix race between client unreg and tasklet
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/i2c/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/i2c/index.rst b/Documentation/i2c/index.rst index 8b76217e370a..6270f1fd7d4e 100644 --- a/Documentation/i2c/index.rst +++ b/Documentation/i2c/index.rst @@ -17,6 +17,7 @@ Introduction busses/index i2c-topology muxes/i2c-mux-gpio + i2c-sysfs Writing device drivers ====================== |