Module Name:src
Committed By: skrll
Date: Sun Jan 19 07:13:20 UTC 2025
Modified Files:
src/sys/arch/arm/nxp: imx6_iomux.c
Log Message:
Match fsl,imx6dl-iomuxc for the RIoTboard i.MX6S
>From Rui-Xiang Guo on port-arm
To generate a diff of this commit:
cvs rdiff -u -r1.3
Module Name:src
Committed By: skrll
Date: Sun Jan 19 07:13:20 UTC 2025
Modified Files:
src/sys/arch/arm/nxp: imx6_iomux.c
Log Message:
Match fsl,imx6dl-iomuxc for the RIoTboard i.MX6S
>From Rui-Xiang Guo on port-arm
To generate a diff of this commit:
cvs rdiff -u -r1.3
Module Name:src
Committed By: skrll
Date: Sun Sep 1 08:08:24 UTC 2024
Modified Files:
src/sys/arch/arm/nxp: imx6_clk.c
Log Message:
Catch up with latest DTS and other fixes from Rui-Xiang Guo on port-arm.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/s
Module Name:src
Committed By: skrll
Date: Sun Sep 1 08:08:24 UTC 2024
Modified Files:
src/sys/arch/arm/nxp: imx6_clk.c
Log Message:
Catch up with latest DTS and other fixes from Rui-Xiang Guo on port-arm.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/s
Module Name:src
Committed By: skrll
Date: Sun Sep 1 07:55:27 UTC 2024
Modified Files:
src/sys/arch/arm/nxp: imx6_ccm.c imx6_clk.c imx6sx_clk.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nxp/imx6_ccm.c
cv
Module Name:src
Committed By: skrll
Date: Sun Sep 1 07:55:27 UTC 2024
Modified Files:
src/sys/arch/arm/nxp: imx6_ccm.c imx6_clk.c imx6sx_clk.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nxp/imx6_ccm.c
cv
Module Name:src
Committed By: bouyer
Date: Wed May 24 16:43:40 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6_platform.c
Log Message:
introduce imx6sx_platform_bootstrap(), which calls imx_platform_bootstrap()
and then checks for an "arm,cortex-a9-twd-timer" compatibl
Module Name:src
Committed By: bouyer
Date: Wed May 24 16:43:40 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6_platform.c
Log Message:
introduce imx6sx_platform_bootstrap(), which calls imx_platform_bootstrap()
and then checks for an "arm,cortex-a9-twd-timer" compatibl
Module Name:src
Committed By: bouyer
Date: Fri May 5 09:34:10 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6sx_clk.c
Log Message:
remove commented out entries, leftover from the imx6q ccm code.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arc
Module Name:src
Committed By: bouyer
Date: Fri May 5 09:34:10 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6sx_clk.c
Log Message:
remove commented out entries, leftover from the imx6q ccm code.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arc
Module Name:src
Committed By: bouyer
Date: Fri May 5 09:29:35 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6sx_clk.c
Log Message:
Fix typo, preventing i2c4 from attaching
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nxp/imx6sx_clk.c
Module Name:src
Committed By: bouyer
Date: Fri May 5 09:29:35 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6sx_clk.c
Log Message:
Fix typo, preventing i2c4 from attaching
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nxp/imx6sx_clk.c
Module Name:src
Committed By: bouyer
Date: Thu May 4 13:29:33 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6_gpc.c imx6_iomux.c imx6_pcie.c imx6_spi.c
imx6_usb.c imx6_usbphy.c imx_sdhc.c
Log Message:
Add i.mx6sx compatible entries to drivers that should w
Module Name:src
Committed By: bouyer
Date: Thu May 4 13:29:33 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6_gpc.c imx6_iomux.c imx6_pcie.c imx6_spi.c
imx6_usb.c imx6_usbphy.c imx_sdhc.c
Log Message:
Add i.mx6sx compatible entries to drivers that should w
Module Name:src
Committed By: bouyer
Date: Thu May 4 13:28:05 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6_platform.c imx6_reg.h
Log Message:
i.mx6sx platform support:
- the i.mx6sx has a third AIPS, so KERNEL_IO_IOREG map has to be larger
- the uart clock is at 24
Module Name:src
Committed By: bouyer
Date: Thu May 4 13:28:05 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6_platform.c imx6_reg.h
Log Message:
i.mx6sx platform support:
- the i.mx6sx has a third AIPS, so KERNEL_IO_IOREG map has to be larger
- the uart clock is at 24
Module Name:src
Committed By: bouyer
Date: Thu May 4 13:25:07 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: files.imx imx6_ccm.c imx6_ccmreg.h imx6_ccmvar.h
imx6_clk.c
Added Files:
src/sys/arch/arm/nxp: imx6sx_clk.c
Log Message:
i.mx6sx CPU support in
Module Name:src
Committed By: bouyer
Date: Thu May 4 13:25:07 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: files.imx imx6_ccm.c imx6_ccmreg.h imx6_ccmvar.h
imx6_clk.c
Added Files:
src/sys/arch/arm/nxp: imx6sx_clk.c
Log Message:
i.mx6sx CPU support in
Module Name:src
Committed By: bouyer
Date: Fri Apr 14 17:46:00 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6_ccm.c imx6_ccmvar.h imx6_clk.c
Log Message:
In preparation of imx6sx support, move imx6q-specific definitions from
imx6_ccm.c to imx6_clk.c, and prefix with I
Module Name:src
Committed By: bouyer
Date: Fri Apr 14 17:46:00 UTC 2023
Modified Files:
src/sys/arch/arm/nxp: imx6_ccm.c imx6_ccmvar.h imx6_clk.c
Log Message:
In preparation of imx6sx support, move imx6q-specific definitions from
imx6_ccm.c to imx6_clk.c, and prefix with I
Module Name:src
Committed By: mrg
Date: Tue Dec 27 18:55:06 UTC 2022
Modified Files:
src/sys/arch/arm/nxp: if_enet_imx.c
Log Message:
don't use uninitialised data. should fix PR#57135's crash.
XXX: pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 s
Module Name:src
Committed By: mrg
Date: Tue Dec 27 18:55:06 UTC 2022
Modified Files:
src/sys/arch/arm/nxp: if_enet_imx.c
Log Message:
don't use uninitialised data. should fix PR#57135's crash.
XXX: pullup-10
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 s
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 11:25:39 UTC 2021
Modified Files:
src/sys/arch/arm/nxp: imx6_dwhdmi.c
Log Message:
catch up with newer drm_encoder_init prototype
Author: Maya Rashish
Committer: Taylor R Campbell
To generate a diff of this comm
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 11:25:39 UTC 2021
Modified Files:
src/sys/arch/arm/nxp: imx6_dwhdmi.c
Log Message:
catch up with newer drm_encoder_init prototype
Author: Maya Rashish
Committer: Taylor R Campbell
To generate a diff of this comm
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 11:25:32 UTC 2021
Modified Files:
src/sys/arch/arm/nxp: imx6_dwhdmi.c
Log Message:
drmP.h is no more
Author: Maya Rashish
Committer: Taylor R Campbell
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: riastradh
Date: Sun Dec 19 11:25:32 UTC 2021
Modified Files:
src/sys/arch/arm/nxp: imx6_dwhdmi.c
Log Message:
drmP.h is no more
Author: Maya Rashish
Committer: Taylor R Campbell
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
26 matches
Mail list logo