Message ID | 93062022-8973-494c-8526-a79e41f8494c@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] Microchip RISC-V devicetree fixes for 5.19-rc3 | expand |
On Thu, 16 Jun 2022 14:39:47 PDT (-0700), Conor.Dooley@microchip.com wrote: > Hey Palmer, > Figured it was best to do this early with just a single patch rather > than wait until things had built up. Hopefully the tag etc are done > correctly. > FWIW this has been in -next for the week with no problems, although > I'd hope not given it's devicetree... > Thanks, > Conor. > > The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: > > Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git tags/dt-fixes-for-palmer-5.19-rc3 > > for you to fetch changes up to 5e757deddd918edb8cb2fdb56eb79656ffc6dade: > > riscv: dts: microchip: re-add pdma to mpfs device tree (2022-06-12 19:33:52 +0100) > > ---------------------------------------------------------------- > Microchip RISC-V devicetree fixes for 5.19-rc3 > > A single fix for mpfs.dtsi: > - The sifive pdma entry fell through the cracks between versions of my > dt patches & I gave Zong the wrong conflict resolution, so it is > added back. > > ---------------------------------------------------------------- > Conor Dooley (1): > riscv: dts: microchip: re-add pdma to mpfs device tree > > arch/riscv/boot/dts/microchip/mpfs.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) It's my first time trying to actually merge a pull request so I'm a bit new at it, but I think I got everything right. I went through and manually checked, I'll try to figure out something saner for next time (maybe finally sorting out how b4 works). Thanks!