History log of /netbsd/sys/arch/arm/altera/cycv_dwcmmc.c (Results 1 – 7 of 7)
Revision Date Author Comments
# e46279f7 29-Jan-2021 skrll <skrll@NetBSD.org>

fdtbus_intr_establish -> fdtbus_intr_establish_xname


# 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 ...


# bd8beb09 20-Mar-2020 skrll <skrll@NetBSD.org>

Provide a sc_intr_cardmask to restore the value used to that before

http://mail-index.netbsd.org/source-changes/2020/01/22/msg113182.html


# 63f179c9 18-Oct-2019 skrll <skrll@NetBSD.org>

Use PRIxBUSADDR


# 802c98c0 24-May-2019 jmcneill <jmcneill@NetBSD.org>

Use standard DT bindings for card detect


# b984883e 20-May-2019 aymeric <aymeric@NetBSD.org>

use NULL instead of cycv_dwcmmc_card_detect() for sc_card_detect.


# e24a29a8 19-Sep-2018 aymeric <aymeric@NetBSD.org>

Add support for the DE0 NanoSoC board.

It's Cyclone V based and thus includes a dual-core Cortex A9 @925MHz.
Most standard peripherals are supported (USB, SDCard, Ethernet) and
no unusual peripheral

Add support for the DE0 NanoSoC board.

It's Cyclone V based and thus includes a dual-core Cortex A9 @925MHz.
Most standard peripherals are supported (USB, SDCard, Ethernet) and
no unusual peripheral is supported yet (FPGA, GPIO, ...)

show more ...