History log of /openbsd-current/sys/arch/armv7/omap/am335x.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.12 31-Mar-2020 kettenis

Remove unused code. The padconf code has been replaced with the
generic pinctrl(4) driver and intc(4) now attaches using the device
tree.

ok jsg@


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.11 08-Sep-2017 deraadt

If you use sys/param.h, you don't need sys/types.h


Revision tags: OPENBSD_6_1_BASE
# 1.10 01-Mar-2017 jsg

Remove unused table driven omgpio bits.


# 1.9 01-Mar-2017 jsg

remove remaining parts of the table driven approach to attaching edma


Revision tags: OPENBSD_6_0_BASE
# 1.8 10-Jul-2016 jsg

Remove now unused definitions for drivers that have been converted to
use the fdt.


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.7 18-Mar-2014 syl

Add missing parts of the tiic driver.

inspired by rapha@
ok rapha@, jasper@


Revision tags: OPENBSD_5_5_BASE
# 1.6 20-Nov-2013 rapha

Add gpio(4) support for omap3/4 and am335x.

Feedback by patrick and syl, tested by syl on BeagleBoard and BBB.
ok syl@


# 1.5 06-Nov-2013 syl

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@


# 1.4 18-Oct-2013 syl

Move mmc base address registers workaround where it belongs.

ok patrick@


# 1.3 10-Oct-2013 syl

Add edma driver. This driver add support for am335x edma3 controller.

With some more work, it will allow us to speed-up ommmc driver.

ok patrick@.


# 1.2 12-Sep-2013 rapha

Enable the eMMC on the BeagleBone Black.

ok patrick@


# 1.1 04-Sep-2013 patrick

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.


Revision tags: OPENBSD_6_2_BASE
# 1.11 08-Sep-2017 deraadt

If you use sys/param.h, you don't need sys/types.h


Revision tags: OPENBSD_6_1_BASE
# 1.10 01-Mar-2017 jsg

Remove unused table driven omgpio bits.


# 1.9 01-Mar-2017 jsg

remove remaining parts of the table driven approach to attaching edma


Revision tags: OPENBSD_6_0_BASE
# 1.8 10-Jul-2016 jsg

Remove now unused definitions for drivers that have been converted to
use the fdt.


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.7 18-Mar-2014 syl

Add missing parts of the tiic driver.

inspired by rapha@
ok rapha@, jasper@


Revision tags: OPENBSD_5_5_BASE
# 1.6 20-Nov-2013 rapha

Add gpio(4) support for omap3/4 and am335x.

Feedback by patrick and syl, tested by syl on BeagleBoard and BBB.
ok syl@


# 1.5 06-Nov-2013 syl

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@


# 1.4 18-Oct-2013 syl

Move mmc base address registers workaround where it belongs.

ok patrick@


# 1.3 10-Oct-2013 syl

Add edma driver. This driver add support for am335x edma3 controller.

With some more work, it will allow us to speed-up ommmc driver.

ok patrick@.


# 1.2 12-Sep-2013 rapha

Enable the eMMC on the BeagleBone Black.

ok patrick@


# 1.1 04-Sep-2013 patrick

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.