OpenGrok
Cross Reference: sunxi_musb.c
xref
: /
src
/
sys
/
arch
/
arm
/
sunxi
/
sunxi_musb.c
Home
|
History
|
Annotate
|
Download
|
only in
sunxi
History log of
/src/sys/arch/arm/sunxi/sunxi_musb.c
Revision
Date
Author
Comments
1.10
27-Jan-2021
thorpej
Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().
Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
1.9
27-Jan-2021
thorpej
Use DEVICE_COMPAT_EOL.
1.8
25-Jan-2021
thorpej
Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
1.7
18-Jan-2021
thorpej
Remove "struct of_compat_data" and replace its usage with
"struct device_compatible_entry"; they are ABI-compatible.
Fix several "loses const qualifier" bugs encountered during
this conversion.
1.6
15-Jan-2021
jmcneill
use fdtbus_intr_establish_xname
1.5
09-Apr-2018
jakllsch
branches: 1.5.14;
Stop potential misuse of vendor names and USB vendor IDs in root hub
device and string descriptors.
Firstly: Few vendors have identical PCI-SIG vendor IDs and USB-IF vendor
IDs. As such, using the PCI vendor ID as a USB vendor ID may trample
on whomever is allocated that USB vendor ID.
Secondly: The vendor of the host controller hardware implementation has
little to nothing to do with our usbroothub implementation. Thus we
should not potentially associate any problems therewith to such third
party.
This change will result in root hubs being identified by USB Vendor ID
0x0000. Root hub vendor string will now be "NetBSD" (or, specifically:
ostype). Product ID (0x0000) and product strings remain unchanged.
1.4
08-Apr-2018
jmcneill
Remove MOTG_ALLWINNER option
1.3
03-Dec-2017
jmcneill
branches: 1.3.2;
first param for bs funcs is the cookie, not the tag
1.2
29-Oct-2017
jmcneill
branches: 1.2.2;
Create a custom bus space tag and use it to remap registers instead of
relying on options MOTG_ALLWINNER.
1.1
09-Sep-2017
jmcneill
Add support for USB OTG controllers in "host" mode.
1.2.2.2
03-Dec-2017
jdolecek
update from HEAD
1.2.2.1
29-Oct-2017
jdolecek
file sunxi_musb.c was added on branch tls-maxphys on 2017-12-03 11:35:56 +0000
1.3.2.1
16-Apr-2018
pgoyette
Sync with HEAD, resolve some conflicts
1.5.14.1
03-Apr-2021
thorpej
Sync with HEAD.
Indexes created Sun Oct 19 02:09:48 GMT 2025