]> git.baikalelectronics.ru Git - kernel.git/commit
usb: renesas_usbhs: move device tree properties parsing
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 25 Jun 2019 05:38:54 +0000 (14:38 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Jun 2019 02:33:09 +0000 (10:33 +0800)
commita275283343f7d284e195693eb86de684b070c034
treed06d718897478a0cf882222e47285cebc74bd9d1
parent430fcc2b0cf32fc73aa98b3b05d8e5f27a95627a
usb: renesas_usbhs: move device tree properties parsing

In the future, each struct renesas_usbhs_driver_param is stored on
the each platform related source code (e.g. rcar3.c) to remove
usbhs_parse_dt(). So, this patch moves device tree properties
parsing to usbhs_probe().

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/renesas_usbhs/common.c