Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-13 | net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbol | Marek Vasut | |
Switch PHY_ANEG_TIMEOUT to CONFIG_PHY_ANEG_TIMEOUT Kconfig symbol. This removes one more configuration headers option finalizes its Kconfig symbol conversion. No functional change expected. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> | |||
2023-12-13 | imx: imx8mp: Add support for Polyhex Debix Model A SBC | Gilles Talis | |
Add support for the Polyhex Debix Model A SBC board. It is an industrial grade single board computer based on NXP's i.MX 8M Plus. Currently supported interfaces are: - Serial console - Micro SD - eQOS and FEC Ethernet imx8mp-debix-model-a.dts is taken from Linux 6.3. Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> |