From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 26 Nov 2018 22:13:07 -0500 Subject: [U-Boot] [U-Boot, v4, 4/4] pinctrl: stm32: make pinctrl use hwspinlock In-Reply-To: <20181116140039.11628-5-benjamin.gaignard@st.com> References: <20181116140039.11628-5-benjamin.gaignard@st.com> Message-ID: <20181127031307.GL11247@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Nov 16, 2018 at 03:00:39PM +0100, Benjamin Gaignard wrote: > From: Benjamin Gaignard > > Protect configuration registers with a hardware spinlock. > > If a hwspinlock is defined in the device-tree node used it > to be sure that none of the others processors on the SoC could > change the configuration at the same time. > > Signed-off-by: Benjamin Gaignard > Reviewed-by: Simon Glass > Reviewed-by: Patrice Chotard [snip] > @@ -200,4 +225,6 @@ U_BOOT_DRIVER(pinctrl_stm32) = { > .of_match = stm32_pinctrl_ids, > .ops = &stm32_pinctrl_ops, > .bind = dm_scan_fdt_dev, > + .probe = stm32_pinctrl_probe, > + .priv_auto_alloc_size = sizeof(struct hwspinlock), > }; This hunk here no longer applies directly and it's not obviously correct to me how to fix it without also testing on hardware to be confident. Please rebase the series, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: