Re: [GIT PULL] MFD for v6.1

From: Jason A. Donenfeld
Date: Sat Oct 08 2022 - 11:40:04 EST


Hi Lee, Andy,

On Thu, Oct 06, 2022 at 10:02:03AM +0100, Lee Jones wrote:
> - Remove legacy / unused code; stmpe, intel_soc_pmic_crc, syscon
> Andy Shevchenko (13):
> mfd: syscon: Remove repetition of the regmap_get_val_endian()
> drivers/mfd/syscon.c | 8 -

72a95859728a ("mfd: syscon: Remove repetition of the
regmap_get_val_endian()") broke reboot on big endian MIPS VMs. Scroll to
the bottom of
https://build.wireguard.com/linux/e8bc52cb8df80c31c73c726ab58ea9746e9ff734/mips.log
to see:

[ 243.154570] reboot: Restarting system
[ 244.157414] Unable to restart system
[ 245.159851] Reboot failed -- System halted

Jason