From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: torvalds@linux-foundation.org
Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] MIPS changes for v6.2
Date: Mon, 12 Dec 2022 11:01:49 +0100 [thread overview]
Message-ID: <20221212100149.GA4565@alpha.franken.de> (raw)
The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa:
Linux 6.1-rc5 (2022-11-13 13:12:55 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/ tags/mips_6.2
for you to fetch changes up to 4c587a982603d7e7e751b4925809a1512099a690:
MIPS: OCTEON: warn only once if deprecated link status is being used (2022-12-09 23:37:46 +0100)
----------------------------------------------------------------
- DT cleanups
- fix for early use of kzalloc on mt7621 platform
- cleanups and fixes
----------------------------------------------------------------
Anastasia Belova (1):
MIPS: BCM63xx: Add check for NULL for clk in clk_enable
Arınç ÜNAL (3):
mips: ralink: mt7621: fix phy-mode of external phy on GB-PC2
mips: ralink: mt7621: change DSA port labels to generic naming
mips: dts: remove label = "cpu" from DSA dt-binding
Dmitry Torokhov (1):
MIPS: DTS: CI20: fix reset line polarity of the ethernet controller
Geert Uytterhoeven (1):
MIPS: mscc: jaguar2: Fix pca9545 i2c-mux node names
Genjian Zhang (1):
MIPS: Restore symbol versions for copy_page_cpu and clear_page_cpu
Huacai Chen (1):
platform/mips: Adjust Kconfig to keep consistency
John Thomson (3):
mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
mips: ralink: mt7621: soc queries and tests as functions
mips: ralink: mt7621: do not use kzalloc too early
Ladislav Michl (1):
MIPS: OCTEON: warn only once if deprecated link status is being used
Rafał Miłecki (2):
mips: dts: bcm63268: add TWD block timer
mips: dts: brcm: bcm7435: add "interrupt-names" for NAND controller
Sergio Paracuellos (2):
dt-bindings: mips: add CPU bindings for MIPS architecture
dt-bindings: mips: brcm: add Broadcom SoCs bindings
Tiezhu Yang (1):
MIPS: Use "grep -E" instead of "egrep"
Xu Panda (1):
MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy()
Yang Yingliang (2):
MIPS: vpe-mt: fix possible memory leak while module exiting
MIPS: vpe-cmp: fix possible memory leak while module exiting
zhang songyi (1):
mips/pci: use devm_platform_ioremap_resource()
.../devicetree/bindings/mips/brcm/brcm,bmips.txt | 8 --
.../devicetree/bindings/mips/brcm/soc.yaml | 96 +++++++++++++++++
Documentation/devicetree/bindings/mips/cpus.yaml | 115 +++++++++++++++++++++
.../bindings/mips/ingenic/ingenic,cpu.yaml | 69 -------------
arch/mips/Makefile | 2 +-
arch/mips/bcm63xx/clk.c | 2 +
arch/mips/boot/dts/brcm/bcm63268.dtsi | 5 +
arch/mips/boot/dts/brcm/bcm7435.dtsi | 1 +
arch/mips/boot/dts/ingenic/ci20.dts | 2 +-
arch/mips/boot/dts/mscc/jaguar2_pcb110.dts | 4 +-
arch/mips/boot/dts/qca/ar9331.dtsi | 1 -
arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts | 2 +-
arch/mips/boot/dts/ralink/mt7621.dtsi | 11 +-
arch/mips/cavium-octeon/executive/cvmx-bootmem.c | 3 +-
.../cavium-octeon/executive/cvmx-helper-board.c | 2 +-
arch/mips/cavium-octeon/executive/cvmx-helper.c | 2 +-
arch/mips/include/asm/asm-prototypes.h | 3 +
arch/mips/include/asm/mach-ralink/mt7621.h | 4 +-
arch/mips/kernel/vpe-cmp.c | 4 +-
arch/mips/kernel/vpe-mt.c | 4 +-
arch/mips/pci/pci-rt3883.c | 4 +-
arch/mips/ralink/mt7621.c | 97 +++++++++++------
arch/mips/vdso/Makefile | 2 +-
drivers/platform/Kconfig | 2 -
drivers/platform/mips/Kconfig | 1 +
25 files changed, 313 insertions(+), 133 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/mips/brcm/brcm,bmips.txt
create mode 100644 Documentation/devicetree/bindings/mips/brcm/soc.yaml
create mode 100644 Documentation/devicetree/bindings/mips/cpus.yaml
delete mode 100644 Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.yaml
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
next reply other threads:[~2022-12-12 10:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-12 10:01 Thomas Bogendoerfer [this message]
2022-12-12 21:11 ` [GIT PULL] MIPS changes for v6.2 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221212100149.GA4565@alpha.franken.de \
--to=tsbogend@alpha.franken.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.