#
0f9e9ec2 |
| 13-May-2024 |
jsg <jsg@openbsd.org> |
remove prototypes with no matching function ok mpi@
|
#
ad489b3d |
| 07-Feb-2024 |
kettenis <kettenis@openbsd.org> |
Add Allwinner H616 support.
ok uaa@
|
#
f9901d0a |
| 02-Feb-2024 |
kettenis <kettenis@openbsd.org> |
Add Allwinner D1 support.
ok jca@, patrick@
|
#
9fdf0c62 |
| 24-Oct-2021 |
mpi <mpi@openbsd.org> |
Constify struct cfattach.
ok visa@ a long time ago, ok patrick@
|
#
53e68789 |
| 11-Jan-2020 |
cheloha <cheloha@openbsd.org> |
sximmc(4): tsleep(9) -> tsleep_nsec(9)
mpi@ missed this one in the prior commit.
probably ok bluhm@
|
#
8544fed6 |
| 09-Jan-2020 |
mpi <mpi@openbsd.org> |
Convert sleeps of 1sec or more to tsleep_nsec(9).
ok bluhm@
|
#
28bd0fdc |
| 10-Feb-2019 |
kettenis <kettenis@openbsd.org> |
Handle "broken-cd" as "non-removable" for now. This will generate some error messages if a card is absent from the slot, but other workarounds are much more complicated.
From SASANO Takayoshi.
|
#
9f55cdeb |
| 29-Dec-2018 |
patrick <patrick@openbsd.org> |
Remove the hand-rolled maximum segment size handling in sximmc(4) since we now have the possibility to specify it in the attach args.
ok kettenis@
|
#
6b4e2a6d |
| 04-Dec-2018 |
kettenis <kettenis@openbsd.org> |
Unify messaged printed when we can't estiblish an interrupt.
Pointed out by Artturi Alm.
|
#
1294cdc5 |
| 16-Nov-2018 |
patrick <patrick@openbsd.org> |
Add support for Allwinner A64's eMMC controller. It is essentially the same as the MMC controller but has the same DMA max length as the A10 SoC. This makes the eMMC work on the Pinebook.
ok jsg@
|
#
70e69ae2 |
| 06-Aug-2018 |
patrick <patrick@openbsd.org> |
Give the FDT interrupt API a more generic naming by replacing the arm_intr_* prefix with fdt_intr_*.
ok kettenis@
|
#
541a0a51 |
| 27-May-2018 |
kettenis <kettenis@openbsd.org> |
Add SDIO support: - Implement SDIO interrupt handling - Set control bit that allows CPU access to the FIFO - Fix PIO transfers that are not a multiple of 4 bytes - Handle vqmmc-supply
ok patrick@
|
#
b2bb2ded |
| 13-Aug-2017 |
kettenis <kettenis@openbsd.org> |
Add support for Allwinner A64/H5 device trees that use the official Linux bindings. The current U-Boot device trees are somewhat broken and keep the SD-card controller from working.
|
#
114e9c63 |
| 22-Jun-2017 |
deraadt <deraadt@openbsd.org> |
double ;;. xhci one found by geoffhill
|
#
0ea1c705 |
| 21-Jan-2017 |
patrick <patrick@openbsd.org> |
Move Allwinner drivers that will soon be used by OpenBSD/arm64 to the new MI FDT driver directory.
"go ahead" kettenis@
|