diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-04-27 15:05:10 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-05-04 16:51:55 +0200 |
commit | 2aacc4239c32aa732621f3a432d576c68c3016d8 (patch) | |
tree | 3ab66de86e1cb9797f85d15d7268ec12e1a3b53e /arch/arm/include/asm/arch-sunxi/usbc.h | |
parent | 7b798658b289aa4466d974320e2b69f4287216f7 (diff) | |
download | blackbird-obmc-uboot-2aacc4239c32aa732621f3a432d576c68c3016d8.tar.gz blackbird-obmc-uboot-2aacc4239c32aa732621f3a432d576c68c3016d8.zip |
sunxi: usb: Rename the usbc.? files to usb_phy.?
The usbc.? files now only contain usb-phy related code, rename them to make
this clear.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'arch/arm/include/asm/arch-sunxi/usbc.h')
-rw-r--r-- | arch/arm/include/asm/arch-sunxi/usbc.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/include/asm/arch-sunxi/usbc.h b/arch/arm/include/asm/arch-sunxi/usbc.h deleted file mode 100644 index 14ed0814dd..0000000000 --- a/arch/arm/include/asm/arch-sunxi/usbc.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Sunxi usb-phy code - * - * Copyright (C) 2015 Hans de Goede <hdegoede@redhat.com> - * Copyright (C) 2014 Roman Byshko <rbyshko@gmail.com> - * - * Based on code from - * Allwinner Technology Co., Ltd. <www.allwinnertech.com> - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -int sunxi_usb_phy_probe(int index); -int sunxi_usb_phy_remove(int index); -void sunxi_usb_phy_init(int index); -void sunxi_usb_phy_exit(int index); -void sunxi_usb_phy_power_on(int index); -void sunxi_usb_phy_power_off(int index); -int sunxi_usb_phy_vbus_detect(int index); -void sunxi_usb_phy_enable_squelch_detect(int index, int enable); |