Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1426872AbdD2QdA (ORCPT ); Sat, 29 Apr 2017 12:33:00 -0400 Received: from mail-qt0-f175.google.com ([209.85.216.175]:34140 "EHLO mail-qt0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1426076AbdD2Qc4 (ORCPT ); Sat, 29 Apr 2017 12:32:56 -0400 MIME-Version: 1.0 In-Reply-To: <20170428143858.15992-1-horia.geanta@nxp.com> References: <20170428143858.15992-1-horia.geanta@nxp.com> From: Stuart Yoder Date: Sat, 29 Apr 2017 11:32:54 -0500 Message-ID: Subject: Re: [PATCH] staging: fsl-mc/dpio: add cpu <--> LE conversion for dpaa2_fd To: =?UTF-8?Q?Horia_Geant=C4=83?= Cc: gregkh@linuxfoundation.org, Roy Pledge , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Ioana Radulescu , Haiying Wang Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v3TGXS0Q022204 Content-Length: 459 Lines: 13 On Fri, Apr 28, 2017 at 9:38 AM, Horia Geantă wrote: > > While dpaa2_fd.simple structure fields are marked __leXX, > corresponding cpu_to_leXX / leXX_to_cpu conversions are missing. > > While here, fix dpaa2_fd_{get,set}_bpid such that BMT, IVP bits > sharing the 16-bit field with BPID are not affected. Please split this into 2 separate patches. Don't fix other misc things "while you are at it" in the same patch. Thanks, Stuart