Skip to content

Conversation

@rajaganeshr
Copy link
Collaborator

Add upstream fixes and aspeed patches for eMMC
Add emmc nodes for SP7 device trees

Tested: Verified on Morocco

root@morocco-0296:~# dmesg | grep -i mmc
[ 3.401974] mmc0: SDHCI controller on 12090100.sdhci [12090100.sdhci] using ADMA 64-bit
[ 3.573676] mmc0: new HS200 MMC card at address 0001
[ 3.579856] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB
[ 3.592494] mmcblk0boot0: mmc0:0001 8GTF4R 4.00 MiB
[ 3.601902] mmcblk0boot1: mmc0:0001 8GTF4R 4.00 MiB
[ 3.608530] mmcblk0rpmb: mmc0:0001 8GTF4R 512 KiB, chardev (242:0)

merge v6.6.52 upstream fixes and
sync with aspeed changes

Signed-off-by: Rajaganesh Rathinasabapathi <[email protected]>
add emmc and emmc controller support for AMD
Venice platforms

Signed-off-by: Rajaganesh Rathinasabapathi <[email protected]>
if (mmc_card_sd_combo(card))
max_dtr = min(max_dtr, mmc_sd_get_max_clock(card));

max_dtr = min_not_zero(max_dtr, card->quirk_max_rate);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a comment. If this is a patch from upstream, can we do cherry pick it? It might have more context around this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, this is sync from two sources. Linux upstream 6.6.52 + Aspeed SDK 9.7, whatever changes were independant, i cherrypicked them. Some changes are part of overall merge which spans other driver changes so couldn't cherry pick mmc alone out of them. example: AspeedTech-BMC@85cb395

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants