[GIT PULL] Qualcomm SoC Updates for v4.11
From: Andy Gross <hidden>
Date: 2017-01-31 07:11:20
Also in:
linux-arm-msm
On Sun, Jan 29, 2017 at 04:26:44PM -0800, Olof Johansson wrote:
On Tue, Jan 24, 2017 at 12:52:32AM -0600, Andy Gross wrote:quoted
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-soc-for-4.11 for you to fetch changes up to aabde95fc543a9ca68df06b9c7ea8e699702d7ad: firmware: qcom: scm: Fix interrupted SCM calls (2017-01-23 10:01:49 -0600) ---------------------------------------------------------------- Qualcomm ARM Based SoC Updates for v4.11 * Add SMCC quirk support * Add Qualcomm SCM quirk to fix interrupted callsHi, I replied on one of the patches. Not sure doing this through quirks is the right way right now -- unless we expect a lot more quirks over time, and/or if this is an "enhancement" that other vendors are also likely to pick up.
I saw. We originally tried adding our own calls, but with the advent of the arm_smccc call it was nice to be able to leverage that instead of adding a whole new copy of the thing. And people didn't like the original implementation all that much because it somewhat abused the arm_smccc register conventions. If we added our own, it'd be a copy of the arm one with the extra register access. Regards, Andy