]> git.baikalelectronics.ru Git - uboot.git/commit
usb: gadget: move utf8_to_utf16le to header file
authorLi Jun <jun.li@nxp.com>
Mon, 25 Jan 2021 13:43:47 +0000 (21:43 +0800)
committerMarek Vasut <marex@denx.de>
Sun, 31 Jan 2021 13:08:56 +0000 (14:08 +0100)
commita99797595078d19ed3fe426a2cca4fff6f570dea
treec6308e2e5c3373be06ddbbb9f48f58e83cda43ed
parentd7aff4885e9044d410dbb14f2b22fd48c0f946a4
usb: gadget: move utf8_to_utf16le to header file

As other users may use utf8_to_utf16le() to convert the utf8
to utf16 for usb, so move it to head file.

Signed-off-by: Li Jun <jun.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/usb/gadget/usbstring.c
include/linux/utf.h [new file with mode: 0644]