From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 31 May 2017 21:11:03 -0600 Subject: [U-Boot] [PATCH v4 10/11] usb: host: ohci-generic: add RESET support In-Reply-To: <1495630917-25272-11-git-send-email-patrice.chotard@st.com> References: <1495630917-25272-1-git-send-email-patrice.chotard@st.com> <1495630917-25272-11-git-send-email-patrice.chotard@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 24 May 2017 at 07:01, wrote: > From: Patrice Chotard > > use array to save deasserted resets reference in order to > assert them in case of error during probe() or during driver > removal. > > Signed-off-by: Patrice Chotard > --- > > v4: _ update the memory allocation for deasserted resets. Replace lists by arrays. > _ usage of new RESET methods reset_assert_all() and clk_disable_all(). > > v3: _ extract in this patch the RESET support add-on from previous patch 5 > _ keep deasserted resets reference in list in order to > assert resets in error path or in .remove callback > > v2: _ add error path management > _ add .remove callback > > drivers/usb/host/ohci-generic.c | 41 ++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 40 insertions(+), 1 deletion(-) > Reviewed-by: Simon Glass