Jump to content

Mainline:Exynos 4/EMMC and SDHCI: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 January 2025

  • curprev 17:4517:45, 21 January 2025 Knuxify talk contribs 4,364 bytes −10 No edit summary
  • curprev 17:4517:45, 21 January 2025 Knuxify talk contribs 4,374 bytes −54 No edit summary
  • curprev 17:4417:44, 21 January 2025 Knuxify talk contribs 4,428 bytes +4,428 Created page with "This page contains notes regarding porting downstream kernel SDHCI/EMMC data to mainline. Main EMMC node is <code>mshc_0</code>; the data for it is stored in structs <code>exynos_dwmci_pdata</code> and <code>exynos4_mshc_pdata</code>. See <code>Documentation/devicetree/bindings/mmc/mmc-controller.yaml</code>. Converting from those structs: === <code>exynos4_mshc_pdata</code> === '''Only if your device has <code>CONFIG_EXYNOS4_DEV_MSHC</code> enabled.''' * <code>cd_..."