aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAndrew Jeffery <[email protected]>2019-08-07 10:06:29 +0930
committerUlf Hansson <[email protected]>2019-09-11 15:58:39 +0200
commitbb7b8ec62dfb9b255027c3a54d01f12fc3bd1d2c (patch)
tree125383ed1c1deb7c757ba1a3144d53aea38fdce7 /tools/perf/scripts/python
parent7a7e55f416b63ebd85b69974bb3a6f4a10158982 (diff)
mmc: sdhci-of-aspeed: Add support for the ASPEED SD controller
Add a minimal driver for ASPEED's SD controller, which exposes two SDHCIs. The ASPEED design implements a common register set for the SDHCIs, and moves some of the standard configuration elements out to this common area (e.g. 8-bit mode, and card detect configuration which is not currently supported). The SD controller has a dedicated hardware interrupt that is shared between the slots. The common register set exposes information on which slot triggered the interrupt; early revisions of the patch introduced an irqchip for the register, but reality is it doesn't behave as an irqchip, and the result fits awkwardly into the irqchip APIs. Instead I've taken the simple approach of using the IRQ as a shared IRQ with some minor performance impact for the second slot. Ryan was the original author of the patch - I've taken his work and massaged it to drop the irqchip support and rework the devicetree integration. The driver has been smoke tested under qemu against a minimal SD controller model and lightly tested on an ast2500-evb. Signed-off-by: Ryan Chen <[email protected]> Signed-off-by: Andrew Jeffery <[email protected]> Acked-by: Adrian Hunter <[email protected]> Reviewed-by: Joel Stanley <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions