diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-05-23 09:21:08 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-05-23 09:21:08 -0700 |
| commit | eed108edc1170404bbef9e7d0189d18a3cc354f5 (patch) | |
| tree | b719bfa55f4f4394d3e017c5b9dc99f074a64311 /MAINTAINERS | |
| parent | 95e6d3ba0571330df866911da9dedd83e05417ca (diff) | |
| parent | e90ef85ada857819313000cc50c6edfcddec6850 (diff) | |
| download | linux-next-history-eed108edc1170404bbef9e7d0189d18a3cc354f5.tar.gz | |
Merge tag 'nios2_updates_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux
Pull nios2 fixes from Dinh Nguyen:
- Implement _THIS_IP_ for inline asm
- Add Simon Schuster as a maintainer and mark the NIOS2 as Supported
* tag 'nios2_updates_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
nios2: Implement _THIS_IP_ using inline asm
MAINTAINERS: arch/nios2: Add Simon Schuster as co-maintainer
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f1e5e4258e7be..b539be153f6a4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18947,7 +18947,8 @@ F: drivers/hid/hid-nintendo* NIOS2 ARCHITECTURE M: Dinh Nguyen <dinguyen@kernel.org> -S: Maintained +M: Simon Schuster <schuster.simon@siemens-energy.com> +S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git F: arch/nios2/ |
