Date: Thu, 14 Jan 2016 08:39:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 206229] [patch] Move Atmel's USB OHCI controller FDT driver Message-ID: <bug-206229-7@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206229 Bug ID: 206229 Summary: [patch] Move Atmel's USB OHCI controller FDT driver Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: sgalabov@gmail.com Keywords: patch Created attachment 165548 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165548&action= =3Dedit Move Atmel's USB OHCI controller FDT driver Currently, the at91 specific USB OHCI driver is named simply ohci_fdt.c, wh= ich is misleading and does not leave space for an attempt at a generic ohci_fdt implementation (e.g., possibly based on the dwc_otg FDT support). The attached patch renames ohci_fdt.c to at91ohci_fdt.c in sys/dev/usb/controller and also replaces the reference to ohci_fdt.c in sys/arm/at91/files.at91 with at91ohci_fdt.c. Once/if a generic OHCI FDT driver is added, the at91 specific one may be retired if at91 can use the generic one. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206229-7>