From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 02 May 2015 14:43:04 +0100 Subject: [U-Boot] [PATCH 3/6] sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar In-Reply-To: <1430203271-3130-4-git-send-email-hdegoede@redhat.com> References: <1430203271-3130-1-git-send-email-hdegoede@redhat.com> <1430203271-3130-4-git-send-email-hdegoede@redhat.com> Message-ID: <1430574184.15640.109.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-04-28 at 08:41 +0200, Hans de Goede wrote: > Rename the sunxi_usbc_foo functions to sunxi_usb_phy_bar to make it clear > that these are usb-phy functions. Also change the verbs & nouns in the suffix > to match the verbs & nouns used in the Linux kernels generic phy framework. > > This patch purely renames things, it contains no functional changes. That being the case, without reading: > Signed-off-by: Hans de Goede Acked-by: Ian Campbell