History log of /netbsd/sys/arch/arm/ti/am3_prcm.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 8e90f9ed 27-Jan-2021 thorpej <thorpej@NetBSD.org>

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 c

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.

show more ...


# 96ff5ea9 03-Jun-2020 jmcneill <jmcneill@NetBSD.org>

Catch up to clock changes in last dts import.


# 03920a27 29-Nov-2019 jmcneill <jmcneill@NetBSD.org>

Add TI OMAP watchdog timer driver.


# 10075bf5 27-Nov-2019 jmcneill <jmcneill@NetBSD.org>

Fix mmc and timer indexes.


# b6a15c48 04-Nov-2019 jmcneill <jmcneill@NetBSD.org>

Use 297MHz for display clock


# 31065856 03-Nov-2019 jmcneill <jmcneill@NetBSD.org>

Add support for AM335x display controller (LCDC).


# bc336326 30-Oct-2019 jmcneill <jmcneill@NetBSD.org>

Use the hwmod clk to get the timer rate and explicitly enable the
timecounter timer.


# 7f4bde1c 28-Oct-2019 jmcneill <jmcneill@NetBSD.org>

Add support for hardware RNG.


# 4f6feedc 28-Oct-2019 jmcneill <jmcneill@NetBSD.org>

Add support for GPIO controller.


# 10a8c334 28-Oct-2019 jmcneill <jmcneill@NetBSD.org>

enumerate devices under child "clocks" node


# 5ccf28ac 27-Oct-2019 jmcneill <jmcneill@NetBSD.org>

Add I2C support.


# c5cff79f 27-Oct-2019 jmcneill <jmcneill@NetBSD.org>

Add USB support.


# b133679e 27-Oct-2019 jmcneill <jmcneill@NetBSD.org>

Add EDMA TPCC and TPTC drivers.


# 244fb419 26-Oct-2017 jmcneill <jmcneill@NetBSD.org>

Add support for enabling modules specified in ti,hwmods property. Very
primitive am3xxx prcm driver added to validate it, needs work.