diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-03-11 09:49:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-03-11 09:49:47 -0700 |
commit | c7f26a0ce61eb51a4849bdf3268bedd251b6dbc6 (patch) | |
tree | e6634fc73f1f74ecbb5e8abd2b1134bd0805d60e /MAINTAINERS | |
parent | a6ff4631a61928061c166d3919b9f6e397851125 (diff) | |
parent | f7d5f5655ef7e5d2a128f6696ac35256e83b119b (diff) | |
download | linux-c7f26a0ce61eb51a4849bdf3268bedd251b6dbc6.tar.bz2 |
Merge tag 'mips_fixes_5.6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Pull MIPS fixes from Thomas Bogendoerfer:
"A few MIPS fixes:
- DT fixes for CI20
- Fix command line handling
- Correct patchwork URL"
* tag 'mips_fixes_5.6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
MAINTAINERS: Correct MIPS patchwork URL
MIPS: DTS: CI20: fix interrupt for pcf8563 RTC
MIPS: DTS: CI20: fix PMU definitions for ACT8600
MIPS: Fix CONFIG_MIPS_CMDLINE_DTB_EXTEND handling
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a6fbdf354d34..235ab38ed478 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11119,7 +11119,7 @@ M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> L: linux-mips@vger.kernel.org W: http://www.linux-mips.org/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git -Q: http://patchwork.linux-mips.org/project/linux-mips/list/ +Q: https://patchwork.kernel.org/project/linux-mips/list/ S: Maintained F: Documentation/devicetree/bindings/mips/ F: Documentation/mips/ |