mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ARM: SoC fixes for 4.17
Here is a very small set of fixes for inclusion in linux-4.17-rc1: Two changes for the maintainer file, and one more fix for the newly added npcm platform, to enable the level 2 cache controller. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJazib3AAoJEGCrR//JCVIndE8P/1vRE7HcR+DPVwjDWGdfDhQ+ LuF86+eZRwxHewykA+RQpsdQ8c2N2g+5oL20EvtJpInS/2iE36evZicFIMHQKfnL cbij5fi2/hlCRGWfscr2g5Zq1KNPSLqyfRms5z27TRddYoZMYqMg67TwwkQ0tdmf WeQ+2Dg17SaZecGFLWmr8cJlo+bx6U32KYHOMo7X8mhW91GPEHLqh/u+LhVQPnnt LdZ4IcMH4lC/uXl39qojT8aWmzm2fcKkYBJAMbm3cL3tu76Jyy8rEy5AAdqjHsin Xb+wcnCfk6q+dO3OjFhA3bvgDw4LUIyntMiFQvANWWMiGrmIynw9VYIMiQ2Y0S15 Kv9e2uwkUHiuWJZCDbFCa9pa0kDmxMpoC45wDBR2ktuAa4HB/BP6PKTFrLC0Fxag KJvRRDklxHDWbsA+mZTser1mEKG9kslnGNfF3LCALWnFkMgWKiV1NuLr8HucaO7d 7b7ppofmjva+qcHjDd8I9r4qFnLcWDJHZg3cZus+4WjTHt5ws+ueb0pYPNIKvnE1 dhvjY9dSmeEZrM8rqLcUD9Npnm4GA+ySFpFty1jPP4hb0Q+Ho1p8BssP1Ktxw8mX FQ59x/RYj/5+yPj7st0ERZsxir4D39H3PlYsTWeqjZCCG8VMgBX+UND0ozh7ytYM 1+1r1us28shsL5Xp6HRo =kiZ6 -----END PGP SIGNATURE----- Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull ARM SoC fixes from Arnd Bergmann: "Here is a very small set of fixes for inclusion in linux-4.17-rc1: Two changes for the maintainer file, and one more fix for the newly added npcm platform, to enable the level 2 cache controller" * tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: MAINTAINERS: Update ASPEED entry with details MAINTAINERS: Migrate oxnas list to groups.io arm: npcm: enable L2 cache in NPCM7xx architecture
This commit is contained in:
commit
45df60cd2c
2 changed files with 10 additions and 3 deletions
11
MAINTAINERS
11
MAINTAINERS
|
@ -1232,10 +1232,15 @@ F: Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
|
||||||
|
|
||||||
ARM/ASPEED MACHINE SUPPORT
|
ARM/ASPEED MACHINE SUPPORT
|
||||||
M: Joel Stanley <joel@jms.id.au>
|
M: Joel Stanley <joel@jms.id.au>
|
||||||
S: Maintained
|
R: Andrew Jeffery <andrew@aj.id.au>
|
||||||
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
|
L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
|
||||||
|
Q: https://patchwork.ozlabs.org/project/linux-aspeed/list/
|
||||||
|
S: Supported
|
||||||
|
T: git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
|
||||||
F: arch/arm/mach-aspeed/
|
F: arch/arm/mach-aspeed/
|
||||||
F: arch/arm/boot/dts/aspeed-*
|
F: arch/arm/boot/dts/aspeed-*
|
||||||
F: drivers/*/*aspeed*
|
N: aspeed
|
||||||
|
|
||||||
ARM/ATMEL AT91 Clock Support
|
ARM/ATMEL AT91 Clock Support
|
||||||
M: Boris Brezillon <boris.brezillon@bootlin.com>
|
M: Boris Brezillon <boris.brezillon@bootlin.com>
|
||||||
|
@ -1743,7 +1748,7 @@ F: arch/arm/mach-orion5x/ts78xx-*
|
||||||
ARM/OXNAS platform support
|
ARM/OXNAS platform support
|
||||||
M: Neil Armstrong <narmstrong@baylibre.com>
|
M: Neil Armstrong <narmstrong@baylibre.com>
|
||||||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
|
L: linux-oxnas@groups.io (moderated for non-subscribers)
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: arch/arm/mach-oxnas/
|
F: arch/arm/mach-oxnas/
|
||||||
F: arch/arm/boot/dts/ox8*.dts*
|
F: arch/arm/boot/dts/ox8*.dts*
|
||||||
|
|
|
@ -17,4 +17,6 @@ static const char *const npcm7xx_dt_match[] = {
|
||||||
DT_MACHINE_START(NPCM7XX_DT, "NPCM7XX Chip family")
|
DT_MACHINE_START(NPCM7XX_DT, "NPCM7XX Chip family")
|
||||||
.atag_offset = 0x100,
|
.atag_offset = 0x100,
|
||||||
.dt_compat = npcm7xx_dt_match,
|
.dt_compat = npcm7xx_dt_match,
|
||||||
|
.l2c_aux_val = 0x0,
|
||||||
|
.l2c_aux_mask = ~0x0,
|
||||||
MACHINE_END
|
MACHINE_END
|
||||||
|
|
Loading…
Reference in a new issue