History log of /openbsd/sys/arch/armv7/omap/omehci.c (Results 1 – 11 of 11)
Revision Date Author Comments
# ea05d060 20-Aug-2024 deraadt <deraadt@openbsd.org>

match the config_activate_children() sequences found in other usb host
controller drivers.


# 0f9e9ec2 13-May-2024 jsg <jsg@openbsd.org>

remove prototypes with no matching function
ok mpi@


# 9fdf0c62 24-Oct-2021 mpi <mpi@openbsd.org>

Constify struct cfattach.

ok visa@ a long time ago, ok patrick@


# a4a50d96 25-Mar-2021 jsg <jsg@openbsd.org>

remove uneeded includes in md armv7 files

based on include-what-you-use suggestions


# 36fd90dc 11-Mar-2021 jsg <jsg@openbsd.org>

spelling


# 6f07450f 02-Jun-2020 jsg <jsg@openbsd.org>

use correct node when enabling phy

ok kettenis@


# 68795409 07-Apr-2020 kettenis <kettenis@openbsd.org>

Use PHY framework to replace hardcoded board-specific GPIO poking.

ok jsg@


# 7894c39e 11-Aug-2016 jsg <jsg@openbsd.org>

Dynamically attach omehci using the FDT.
ok kettenis@ patrick@


# ad21ef77 19-May-2014 mpi <mpi@openbsd.org>

There is no need to remember which usb(4) device is the child of an USB
host controller because autoconf(9) already does it.

Breakage reported by todd@


# 8d957e1a 06-Nov-2013 syl <syl@openbsd.org>

After factorizing armv7_machdep code here is an effort to factorize all
the code present in omap/omap.c imx/imx.c and sunxi/sunxi.c

All this code looks quite the same, so we move it in a generic arm

After factorizing armv7_machdep code here is an effort to factorize all
the code present in omap/omap.c imx/imx.c and sunxi/sunxi.c

All this code looks quite the same, so we move it in a generic armv7/armv7.c

This is a step closer to only one kernel for all armv7 boards.

ok patrick@, rapha@

show more ...


# 8eda2d14 04-Sep-2013 patrick <patrick@openbsd.org>

In the future, we shouldn't have one port port ARM SoC, that's just
ridiculous. This is the first step for a common and generic ARM port
for ARMv7 SoCs.