diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-16 01:47:33 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-16 01:47:33 +0200 |
commit | 36d8a3edf8bd504320fca970f8b0633b8226cb58 (patch) | |
tree | 73cdae79ee48101a689e07289f9e690364baef22 /MAINTAINERS | |
parent | Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
parent | MAINTAINERS: git://github -> https://github.com for openrisc (diff) | |
download | linux-36d8a3edf8bd504320fca970f8b0633b8226cb58.tar.xz linux-36d8a3edf8bd504320fca970f8b0633b8226cb58.zip |
Merge tag 'for-linus' of https://github.com/openrisc/linux
Pull OpenRISC updates from Stafford Horne:
"I have relocated to London so not much work from me while I get
settled.
Still, OpenRISC picked up two patches in this window:
- Fix for kernel page table walking from Jann Horn
- MAINTAINER entry cleanup from Palmer Dabbelt"
* tag 'for-linus' of https://github.com/openrisc/linux:
MAINTAINERS: git://github -> https://github.com for openrisc
openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncached
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 72e80c0f6d55..cf0f18502372 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15411,7 +15411,7 @@ M: Stafford Horne <shorne@gmail.com> L: openrisc@lists.librecores.org S: Maintained W: http://openrisc.io -T: git git://github.com/openrisc/linux.git +T: git https://github.com/openrisc/linux.git F: Documentation/devicetree/bindings/openrisc/ F: Documentation/openrisc/ F: arch/openrisc/ |