Home
last modified time | relevance | path

Searched hist:e30824f439c81070d97cff3f9a31952b58eb9ad3 (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dexynos4-common.he30824f439c81070d97cff3f9a31952b58eb9ad3 Wed Aug 19 21:27:26 UTC 2015 Marek Vasut <marex@denx.de> usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*

The s3c-otg IP block is in fact a DWC2 OTG one, so finally rename the
config option to make it less misleading. No functional change, just
a mechanical change done using the following script:

git grep USB_GADGET_S3C_UDC_OTG | cut -d : -f 1 | sort -u | \
while read line ; do
sed -i "s/USB_GADGET_S3C_UDC_OTG/USB_GADGET_DWC2_OTG/g" $line ;
done

Signed-off-by: Marek Vasut <marex@denx.de>
H A Dbcm28155_ap.he30824f439c81070d97cff3f9a31952b58eb9ad3 Wed Aug 19 21:27:26 UTC 2015 Marek Vasut <marex@denx.de> usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*

The s3c-otg IP block is in fact a DWC2 OTG one, so finally rename the
config option to make it less misleading. No functional change, just
a mechanical change done using the following script:

git grep USB_GADGET_S3C_UDC_OTG | cut -d : -f 1 | sort -u | \
while read line ; do
sed -i "s/USB_GADGET_S3C_UDC_OTG/USB_GADGET_DWC2_OTG/g" $line ;
done

Signed-off-by: Marek Vasut <marex@denx.de>
H A Dsmdkv310.he30824f439c81070d97cff3f9a31952b58eb9ad3 Wed Aug 19 21:27:26 UTC 2015 Marek Vasut <marex@denx.de> usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*

The s3c-otg IP block is in fact a DWC2 OTG one, so finally rename the
config option to make it less misleading. No functional change, just
a mechanical change done using the following script:

git grep USB_GADGET_S3C_UDC_OTG | cut -d : -f 1 | sort -u | \
while read line ; do
sed -i "s/USB_GADGET_S3C_UDC_OTG/USB_GADGET_DWC2_OTG/g" $line ;
done

Signed-off-by: Marek Vasut <marex@denx.de>
H A Ds5pc210_universal.he30824f439c81070d97cff3f9a31952b58eb9ad3 Wed Aug 19 21:27:26 UTC 2015 Marek Vasut <marex@denx.de> usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*

The s3c-otg IP block is in fact a DWC2 OTG one, so finally rename the
config option to make it less misleading. No functional change, just
a mechanical change done using the following script:

git grep USB_GADGET_S3C_UDC_OTG | cut -d : -f 1 | sort -u | \
while read line ; do
sed -i "s/USB_GADGET_S3C_UDC_OTG/USB_GADGET_DWC2_OTG/g" $line ;
done

Signed-off-by: Marek Vasut <marex@denx.de>
H A Dsocfpga_common.he30824f439c81070d97cff3f9a31952b58eb9ad3 Wed Aug 19 21:27:26 UTC 2015 Marek Vasut <marex@denx.de> usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*

The s3c-otg IP block is in fact a DWC2 OTG one, so finally rename the
config option to make it less misleading. No functional change, just
a mechanical change done using the following script:

git grep USB_GADGET_S3C_UDC_OTG | cut -d : -f 1 | sort -u | \
while read line ; do
sed -i "s/USB_GADGET_S3C_UDC_OTG/USB_GADGET_DWC2_OTG/g" $line ;
done

Signed-off-by: Marek Vasut <marex@denx.de>
H A Ds5p_goni.he30824f439c81070d97cff3f9a31952b58eb9ad3 Wed Aug 19 21:27:26 UTC 2015 Marek Vasut <marex@denx.de> usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*

The s3c-otg IP block is in fact a DWC2 OTG one, so finally rename the
config option to make it less misleading. No functional change, just
a mechanical change done using the following script:

git grep USB_GADGET_S3C_UDC_OTG | cut -d : -f 1 | sort -u | \
while read line ; do
sed -i "s/USB_GADGET_S3C_UDC_OTG/USB_GADGET_DWC2_OTG/g" $line ;
done

Signed-off-by: Marek Vasut <marex@denx.de>
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A DMakefilee30824f439c81070d97cff3f9a31952b58eb9ad3 Wed Aug 19 21:27:26 UTC 2015 Marek Vasut <marex@denx.de> usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*

The s3c-otg IP block is in fact a DWC2 OTG one, so finally rename the
config option to make it less misleading. No functional change, just
a mechanical change done using the following script:

git grep USB_GADGET_S3C_UDC_OTG | cut -d : -f 1 | sort -u | \
while read line ; do
sed -i "s/USB_GADGET_S3C_UDC_OTG/USB_GADGET_DWC2_OTG/g" $line ;
done

Signed-off-by: Marek Vasut <marex@denx.de>