mbox series

[GIT,PULL] RISC-V Fixes for 5.16-rc6

Message ID mhng-e635e7d2-fa3c-4c47-8a6b-989873263b30@palmer-ri-x1c9 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.16-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.16-rc6

Message

Palmer Dabbelt Dec. 17, 2021, 6:35 p.m. UTC
The following changes since commit 5a19c7e06236a9c55dfc001bb4d1a8f1950d23e7:

  riscv: fix building external modules (2021-11-18 23:06:23 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.16-rc6

for you to fetch changes up to f6f7fbb89bf8dc9132fde55cfe67483138eea880:

  riscv: dts: sifive unmatched: Link the tmp451 with its power supply (2021-12-16 21:27:45 -0800)

----------------------------------------------------------------
RISC-V Fixes for 5.16-rc6

* A handful of DT updates for the SiFive HiFive Unmatched, that fix the
  regulator handling.  These should stop some warning spew.
* A pair of fixes for both the SiFive Hifive Unleashed and Unmatched,
  that correctly hook up the MMC card detect signal.

----------------------------------------------------------------
Bin Meng (2):
      riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot
      riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot

Vincent Pelletier (5):
      riscv: dts: sifive unmatched: Name gpio lines
      riscv: dts: sifive unmatched: Expose the board ID eeprom
      riscv: dts: sifive unmatched: Expose the PMIC sub-functions
      riscv: dts: sifive unmatched: Fix regulator for board rev3
      riscv: dts: sifive unmatched: Link the tmp451 with its power supply

 .../riscv/boot/dts/sifive/hifive-unleashed-a00.dts |   1 +
 .../riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 113 ++++++++++-----------
 2 files changed, 54 insertions(+), 60 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 17, 2021, 9:43 p.m. UTC | #1
The pull request you sent on Fri, 17 Dec 2021 10:35:51 -0800 (PST):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.16-rc6

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

Thank you!