]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: meson-gx: use per port interrupt names
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 25 Mar 2017 10:24:41 +0000 (11:24 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Apr 2017 19:41:50 +0000 (21:41 +0200)
commitf016c67629c818ca6a39f4d6e35d85d9e930eacc
tree403fea214a453678cff2b9f8995d87fcc97f1a76
parent1231e7eb62224235bb92a2a39cb35c89afd474af
mmc: meson-gx: use per port interrupt names

So far the driver name is used as interrupt description, therefore in
/proc/interrupts it's not possible to tell which interrupt belongs to
which port. Change this by switching to NULL what causes the default
(device name) to be used. In our case that's the DT node name.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/meson-gx-mmc.c