Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932119AbcCHOwF (ORCPT ); Tue, 8 Mar 2016 09:52:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48461 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751359AbcCHOvz (ORCPT ); Tue, 8 Mar 2016 09:51:55 -0500 Subject: Re: [PATCH] tty: amba-pl011: Use 32-bit accesses for SBSA UART To: Christopher Covington , Russell King , Greg Kroah-Hartman , Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org References: <1457415800-8799-1-git-send-email-cov@codeaurora.org> Cc: linux-arm-msm@vger.kernel.org, Timur Tabi , Jon Masters , Andre Przywara , Dave Martin , Aleksey Makarov , Christopher Covington From: Mark Langsdorf Message-ID: <56DEE709.7060907@redhat.com> Date: Tue, 8 Mar 2016 08:51:53 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1457415800-8799-1-git-send-email-cov@codeaurora.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 714 Lines: 17 On 03/07/2016 11:43 PM, Christopher Covington wrote: > From: Christopher Covington > > Version 2 of the Server Base System Architecture (SBSA) describes the > Generic UART registers as 32 bits wide. At least one implementation, found > of the Qualcomm Technologies QDF2432, only supports 32 bit accesses. While > other implementations may also support smaller sized accesses, simply use > 32 bit accesses all the time for the SBSA UART for simple, broad, > compatibility. > > Signed-off-by: Christopher Covington > --- I can boot the v4.5-rc7 on my QDF2432 platform with this patch, and could not otherwise. Tested-by: Mark Langsdorf