From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Thu, 28 May 2020 16:29:51 +0200 Subject: [PATCH v6 13/16] driver: usb: drop legacy rockchip xhci driver In-Reply-To: <20200526033435.20235-4-frank.wang@rock-chips.com> References: <20200526033220.20047-1-frank.wang@rock-chips.com> <20200526033435.20235-1-frank.wang@rock-chips.com> <20200526033435.20235-4-frank.wang@rock-chips.com> Message-ID: <2039347.PpgexNvhO1@phil> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Dienstag, 26. Mai 2020, 05:34:32 CEST schrieb Frank Wang: > We have changed to use dwc3 generic driver for usb3.0 host, so the > legacy Rockchip's xHCI driver is not needed, and drop it. > > Signed-off-by: Frank Wang > Reviewed-by: Jagan Teki > Reviewed-by: Kever Yang this needs to be adapted for commit f7ae49fc4f36 ("common: Drop log.h from common header") which added a #include to xhci-rockchip.c Heiko