From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751270AbdEPFll (ORCPT ); Tue, 16 May 2017 01:41:41 -0400 Received: from host.buserror.net ([209.198.135.123]:35338 "EHLO host.buserror.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750713AbdEPFlk (ORCPT ); Tue, 16 May 2017 01:41:40 -0400 Message-ID: <1494913288.29095.7.camel@buserror.net> From: Scott Wood To: roy.pledge@nxp.com, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robin.murphy@arm.com Cc: madalin.bucur@nxp.com Date: Tue, 16 May 2017 00:41:28 -0500 In-Reply-To: <1493674213-963-1-git-send-email-roy.pledge@nxp.com> References: <1493674213-963-1-git-send-email-roy.pledge@nxp.com> Organization: NXP Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 50.171.225.118 X-SA-Exim-Rcpt-To: roy.pledge@nxp.com, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robin.murphy@arm.com, madalin.bucur@nxp.com X-SA-Exim-Mail-From: oss@buserror.net X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * -15 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -1.5 GREYLIST_ISWHITE The incoming server has been whitelisted for this * recipient and sender Subject: Re: [PATCH v3 00/11] soc/fsl/qbman: Enable QBMan on ARM Platforms X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:57:07 +0000) X-SA-Exim-Scanned: Yes (on host.buserror.net) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-05-01 at 17:30 -0400, Roy Pledge wrote: > This patch series enables DPAA1 QBMan devices for ARM and > ARM64 architectures. This allows the LS1043A and LS1046A to use > QBMan functionality. > > Changes since v2: > Fixed some misspellings > Added 'no-map' constraint to device tree bindings > Described ordering contraint on regions in the device tree > Removed confusing comment regarding non-shareable mappings > Added warning if old reserved-memory technique is used on ARM > > Changes since v1: > Reworked private memory allocations to use shared-dma-pool on ARM platforms > > Claudiu Manoil (2): >   soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check >   soc/fsl/qbman: Add missing headers on ARM > > Madalin Bucur (4): >   soc/fsl/qbman: Drop set/clear_bits usage >   soc/fsl/qbman: add QMAN_REV32 >   soc/fsl/qbman: different register offsets on ARM >   fsl/soc/qbman: Enable FSL_LAYERSCAPE config on ARM > > Roy Pledge (4): >   soc/fsl/qbman: Use shared-dma-pool for BMan private memory allocations >   soc/fsl/qbman: Use shared-dma-pool for QMan private memory allocations >   dt-bindings: soc/fsl: Update reserved memory binding for QBMan >   soc/fsl/qbman: Rework ioremap() calls for ARM/PPC > > Valentin Rothberg (1): >   soc/fsl/qbman: Fix ARM32 typo Acked-by: Scott Wood -Scott