History log of /openbsd/sys/arch/armv7/omap/omusbtll.c (Results 1 – 6 of 6)
Revision Date Author Comments
# da5607f6 26-Jun-2024 jsg <jsg@openbsd.org>

return type on a dedicated line when declaring functions
ok mglocker@


# 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


# e96cf858 06-May-2019 mlarkin <mlarkin@openbsd.org>

Whitespace removal

Pointed out by Jerome Pinot


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