From: Sascha Hauer Date: Mon, 30 Jun 2014 09:07:25 +0000 (+0200) Subject: mmc: Add SDIO function devicetree subnode parsing X-Git-Tag: fixes-v4.0-rc1~141^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25185f3f31c924eecc6ff4f55f7acceabf24de11;p=pandora-kernel.git mmc: Add SDIO function devicetree subnode parsing This adds SDIO devicetree subnode parsing to the mmc core. While SDIO devices are runtime probable they sometimes need nonprobable additional information on embedded systems, like an additional gpio interrupt or a clock. This patch makes it possible to supply this information from the devicetree. SDIO drivers will find a pointer to the devicenode in their devices of_node pointer. Signed-off-by: Sascha Hauer [hdegoede@redhat.com: Misc. cleanups] Signed-off-by: Hans de Goede Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed