diff options
author | Linus Torvalds | 2019-04-20 10:43:37 -0700 |
---|---|---|
committer | Linus Torvalds | 2019-04-20 10:43:37 -0700 |
commit | 34396bdfd2b7b41b9dcd2126eb1a57e43fe13368 (patch) | |
tree | 2b9eb37a8f999f4eecdb02196d45c924acfee799 /MAINTAINERS | |
parent | 4b609f1e26f36c43e2dcdebe81e1d612705920d4 (diff) | |
parent | 709a53e1948494cc4f6c4636c6f84a4d36a8117e (diff) |
Merge tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Pill i3c fixes from Boris Brezillon:
- fix the random PID check
- fix the disable controller logic in the designware driver
- fix I3C entry in MAINTAINERS
* tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux:
MAINTAINERS: Fix the I3C entry
i3c: dw: Fix dw_i3c_master_disable controller by using correct mask
i3c: Fix the verification of random PID
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d18b4d62cc21..09f43f1bdd15 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7333,7 +7333,6 @@ F: Documentation/devicetree/bindings/i3c/ F: Documentation/driver-api/i3c F: drivers/i3c/ F: include/linux/i3c/ -F: include/dt-bindings/i3c/ I3C DRIVER FOR SYNOPSYS DESIGNWARE M: Vitor Soares <vitor.soares@synopsys.com> |