History log of /freebsd-current/sys/arm/freescale/imx/imx_ccmvar.h
Revision Date Author Comments
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# da21a623 10-Jun-2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Add mode selection to iMX6 IPU driver

- Configure ipu1_di0 tob e sourced from the VIDEO_PLL(PLL5) and hardcode
frequency to (455000000/3)Mhz. This value, further divided, can yield
frequencies close enough to support 1080p, 720p, 1024x768, and 640x480
modes. This is not ideal but it's an improvement comparing to the only
hardcoded 1024x768 mode.

- Fix memory leaks if attach method failed
- Print EDID when -v passed to the kernel


# a0fd2339 25-Feb-2018 Ian Lepore <ian@FreeBSD.org>

Add a SPI driver for imx5 and imx6.

It can be compiled into the kernel with "device imx_spi" or loaded as a
module, which is also named "imx_spi".


# 854519fd 03-Aug-2017 Ian Lepore <ian@FreeBSD.org>

Add an ahci driver for imx6.

This was submitted by Rogiel Sulzbach (thank you!) but has a few last-minute
changes by me, mostly where the code interfaces to my still-utterly-deficient
imx6_ccm clocks implementation. So blame me for any mistakes.

Submitted by: Rogiel Sulzbach <rogiel@rogiel.com>
Differential Revision: https://reviews.freebsd.org/D11177


# c0f3a6c2 21-Dec-2015 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Add CCM functions to enable HDMI framer and IPU units (video controller)

Reviewed by: andrew, ian
Differential Revision: https://reviews.freebsd.org/D4168


# 955691fe 05-May-2015 Ian Lepore <ian@FreeBSD.org>

Add the code necessary to run the imx6 chip at its lowest clock/power
operating point (396MHz/950mV).


# f0583578 24-Jan-2015 Ruslan Bukin <br@FreeBSD.org>

Add support for audio transmitting, include drivers for:
o Digital Audio Multiplexer (AUDMUX)
o Smart Direct Memory Access Controller (SDMA)
o Synchronous Serial Interface (SSI)

Disable by default as it depends on SDMA firmware.

Sponsored by: Machdep, Inc.


# f14514a3 03-Sep-2014 Ian Lepore <ian@FreeBSD.org>

Add a function to get the frequency of the AHB bus. Another stopgap
function until we have full clock support for imx6.


# a7fa939b 26-Apr-2014 Ian Lepore <ian@FreeBSD.org>

Stop calling imx51_ccm_foo() clock functions from imx6 code. Instead
define a few imx_ccm_foo() functions that are implemented by the imx51 or
imx6 ccm code. Of course, the imx6 ccm code is still more a wish than
reality, so for now its implementations just return hard-coded numbers.