Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752409AbaJPNOG (ORCPT ); Thu, 16 Oct 2014 09:14:06 -0400 Received: from mail-ig0-f181.google.com ([209.85.213.181]:61769 "EHLO mail-ig0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751316AbaJPNOE (ORCPT ); Thu, 16 Oct 2014 09:14:04 -0400 MIME-Version: 1.0 In-Reply-To: <1413294539-22069-1-git-send-email-sboyd@codeaurora.org> References: <1413294539-22069-1-git-send-email-sboyd@codeaurora.org> Date: Thu, 16 Oct 2014 09:14:03 -0400 Message-ID: Subject: Re: [PATCH v2 0/3] VFP fixes From: Rob Clark To: Stephen Boyd Cc: Russell King , Linux Kernel Mailing List , linux-arm-msm , "linux-arm-kernel@lists.infradead.org" , Will Deacon Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 14, 2014 at 9:48 AM, Stephen Boyd wrote: > These changes allow us to detect VFP correctly on Krait processors. > They also fix short vector emulation for Cortex-A15 and Krait. > > Changes since v1: > * Move to use CPUID and MVFR0 in patch 2 > * Patches 1 and 3 unchanged > > Stepan Moskovchenko (1): > arm: vfp: Bounce undefined instructions in vectored mode > > Stephen Boyd (2): > ARM: vfp: Workaround bad MVFR1 register on some Kraits > ARM: vfp: Fix VFPv3 hwcap detection on CPUID based cpus > for the series, Tested-by: Rob Clark > arch/arm/include/asm/vfp.h | 5 +++ > arch/arm/mm/proc-v7.S | 5 ++- > arch/arm/vfp/vfphw.S | 6 +++ > arch/arm/vfp/vfpmodule.c | 93 ++++++++++++++++++++++++++-------------------- > 4 files changed, 66 insertions(+), 43 deletions(-) > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/