forked from torvalds/linux
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
mmc: cavium: Ensure proper mapping between request and interrupt
The MMC block in octeontx2 uses architecture, where data lines are shared between up to three supported cards. To keep the track of the request hardware reports bus_id for the command complete interrupt. At the same time the driver keeps information about the request on the fly. This change combines these information to ensure proper mapping between the request and the response. Signed-off-by: Wojciech Bartczak <wbartczak@marvell.com>
- Loading branch information
1 parent
8ab7745
commit 89ba622be0ed9957864526cf69be1b6070e9f117
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters