[Bug 206229] [patch] Move Atmel's USB OHCI controller FDT driver

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 14 08:39:30 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206229

            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 at FreeBSD.org
          Reporter: sgalabov at gmail.com
          Keywords: patch

Created attachment 165548
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165548&action=edit
Move Atmel's USB OHCI controller FDT driver

Currently, the at91 specific USB OHCI driver is named simply ohci_fdt.c, which
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-arm mailing list