mbox series

[GIT,PULL] RISC-V updates for v5.3

Message ID alpine.DEB.2.21.9999.1907241331250.28120@viisi.sifive.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V updates for v5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.3-rc2

Message

Paul Walmsley July 24, 2019, 8:34 p.m. UTC
Linus,

I inadvertently based these changes on the commit immediately 
preceding the v5.3-rc1 tag, rather than the v5.3-rc1 tag itself.  Let me 
know if you'd like us to rebase them.


- Paul


The following changes since commit 3bfe1fc46794631366faa3ef075e1b0ff7ba120a:

  Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm (2019-07-18 14:49:33 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.3-rc2

for you to fetch changes up to 26091eef3c179f940d2967e9bef6e22c9e1c445f:

  riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver (2019-07-22 14:49:31 -0700)

----------------------------------------------------------------
RISC-V updates for v5.3-rc2

Four minor RISC-V-related changes for v5.3-rc2:

- Add support for the new clone3 syscall for RV64, relying on the
  generic support

- Add DT data for the gigabit Ethernet controller on the SiFive FU540
  and the HiFive Unleashed board

- Update MAINTAINERS to add me to the arch/riscv maintainers' list

- Add support for PCIe message-signaled interrupts by reusing the
  generic header file

----------------------------------------------------------------
Palmer Dabbelt (1):
      MAINTAINERS: Add Paul as a RISC-V maintainer

Paul Walmsley (1):
      riscv: enable sys_clone3 syscall for rv64

Wesley Terpstra (1):
      riscv: include generic support for MSI irqdomains

Yash Shah (1):
      riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver

 MAINTAINERS                                         |  1 +
 arch/riscv/boot/dts/sifive/fu540-c000.dtsi          | 15 +++++++++++++++
 arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts |  9 +++++++++
 arch/riscv/include/asm/Kbuild                       |  1 +
 arch/riscv/include/uapi/asm/unistd.h                |  1 +
 5 files changed, 27 insertions(+)

Comments

pr-tracker-bot@kernel.org July 25, 2019, 4:25 p.m. UTC | #1
The pull request you sent on Wed, 24 Jul 2019 13:34:03 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.3-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a51edf751b660f3fc1d0724bc4cb839bdaf5576c

Thank you!