From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] mmc: sdhci-msm: Fix fallout from sdhci refactoring Date: Tue, 10 Jun 2014 12:41:59 -0700 Message-ID: <7hzjhko8l4.fsf@paris.lan> References: <1402424839-25514-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f53.google.com ([209.85.220.53]:61728 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751785AbaFJTmD (ORCPT ); Tue, 10 Jun 2014 15:42:03 -0400 Received: by mail-pa0-f53.google.com with SMTP id kx10so1033989pab.12 for ; Tue, 10 Jun 2014 12:42:02 -0700 (PDT) In-Reply-To: <1402424839-25514-1-git-send-email-sboyd@codeaurora.org> (Stephen Boyd's message of "Tue, 10 Jun 2014 11:27:19 -0700") Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: Chris Ball , Ulf Hansson , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Georgi Djakov , Russell King Stephen Boyd writes: > The sdhci core was refactored recently and some of those > refactorings required changes in every sdhci platform driver. > Those updates happened around the same time as when the msm > driver was merged so the refactorings missed the msm driver. > Hook in the basic library functions so that we can boot apq8074 > dragonboards again instead of crashing when we try to jump to > NULL function pointers. > > Reported-by: Kevin Hilman > Cc: Georgi Djakov > Cc: Russell King > Signed-off-by: Stephen Boyd Tested-by: Kevin Hilman I verifed that this patch on top of next-20140610 gets the qcom dragonboard booting again. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Tue, 10 Jun 2014 12:41:59 -0700 Subject: [PATCH] mmc: sdhci-msm: Fix fallout from sdhci refactoring In-Reply-To: <1402424839-25514-1-git-send-email-sboyd@codeaurora.org> (Stephen Boyd's message of "Tue, 10 Jun 2014 11:27:19 -0700") References: <1402424839-25514-1-git-send-email-sboyd@codeaurora.org> Message-ID: <7hzjhko8l4.fsf@paris.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Stephen Boyd writes: > The sdhci core was refactored recently and some of those > refactorings required changes in every sdhci platform driver. > Those updates happened around the same time as when the msm > driver was merged so the refactorings missed the msm driver. > Hook in the basic library functions so that we can boot apq8074 > dragonboards again instead of crashing when we try to jump to > NULL function pointers. > > Reported-by: Kevin Hilman > Cc: Georgi Djakov > Cc: Russell King > Signed-off-by: Stephen Boyd Tested-by: Kevin Hilman I verifed that this patch on top of next-20140610 gets the qcom dragonboard booting again. Kevin