#
6e54367a |
| 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 ...
|
#
54075869 |
| 25-Jan-2021 |
thorpej <thorpej@NetBSD.org> |
Since we're using designated initialisers for compat data, we should use a completely empty initializer for the sentinel.
|
#
646c0f59 |
| 18-Jan-2021 |
thorpej <thorpej@NetBSD.org> |
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.
|
#
64e248ed |
| 15-Jan-2021 |
ryo <ryo@NetBSD.org> |
use fdtbus_intr_establish_xname
|
#
33a7d25e |
| 01-Jan-2021 |
jmcneill <jmcneill@NetBSD.org> |
rk_i2s.c
|
#
f7fac0de |
| 31-Dec-2020 |
mrg <mrg@NetBSD.org> |
begin to make rock64 audio work.
- set status for "analog_sound" to enabled. - add clocks for the i2s and spdif nodes. - match "rockchip,rk3066-i2s", "rockchip,rk3188-i2s", and "rockchip,rk3288-i2
begin to make rock64 audio work.
- set status for "analog_sound" to enabled. - add clocks for the i2s and spdif nodes. - match "rockchip,rk3066-i2s", "rockchip,rk3188-i2s", and "rockchip,rk3288-i2s".
this gets i2s and ausoc to attach, but no audio(4) yet.
to complete this probably also needs a codec driver (appears to be rk3328 specific, unlike eg pinebookpro's es8316), and support for "audio-graph-card" type sound cards.
show more ...
|
#
2cdfae77 |
| 31-Dec-2020 |
mrg <mrg@NetBSD.org> |
save the return value of fdtbus_clock_enable() so we can both report it correctly instead of always 0, and also return failure to the caller.
|
#
c509fb12 |
| 29-Feb-2020 |
isaki <isaki@NetBSD.org> |
Remove rounding by 4 bytes on round_blocksize(). For drivers which supports only 16bit * 2channels sampling, rounding by 4 bytes no longer meaningful.
|
#
71bb6946 |
| 04-Jan-2020 |
jmcneill <jmcneill@NetBSD.org> |
Remove debug printfs
|
#
5a4a43f8 |
| 16-Nov-2019 |
jmcneill <jmcneill@NetBSD.org> |
Add driver for Rockchip I2S/PCM controller.
|