From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailhub1.si.c-s.fr (pegase1.c-s.fr [93.17.236.30]) by lists.ozlabs.org (Postfix) with ESMTP id 854AF1A1835 for ; Fri, 3 Oct 2014 22:56:14 +1000 (EST) From: Christophe Leroy To: Benjamin Herrenschmidt , Paul Mackerras , Mark Brown , Marcelo Tosatti , Vitaly Bordug Subject: [PATCH 0/2] fsl: fsl-spi: Fix CMP1 pram allocation and allow dynamic allocation Message-Id: <20141003125608.A3E7E1AB274@localhost.localdomain> Date: Fri, 3 Oct 2014 14:56:08 +0200 (CEST) Cc: scottwood@freescale.com, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patchset: 1) Fix parameter ram offset setup for CPM1 2) Allow dynamic allocation of CPM1 parameter RAM Tested on MPC885. Signed-off-by: Christophe Leroy --- linux/arch/powerpc/platforms/8xx/Kconfig | 11 +++++++++++ linux/drivers/spi/spi-fsl-cpm.c | 14 +++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-)