Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753485AbbGNTrh (ORCPT ); Tue, 14 Jul 2015 15:47:37 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:44668 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753446AbbGNTrf (ORCPT ); Tue, 14 Jul 2015 15:47:35 -0400 From: Franklin S Cooper Jr To: CC: , , , Franklin S Cooper Jr Subject: [PATCH 0/4] spi: davinci: Improve prescaler limit support Date: Tue, 14 Jul 2015 14:45:23 -0500 Message-ID: <1436903127-6777-1-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1204 Lines: 27 Currently the prescale limit is treated as a one size fits all value even though their are differences depending on the SOC. This patchset insures that the proper prescale limit is used for each platform/SOC. Franklin S Cooper Jr (4): spi: davinci: Set prescale value based on register value spi: davinci: Choose correct pre-scaler limit based on SOC ARM: davinci: Set proper SPI prescale limit value ARM: dts: keystone: Add ti,keystone-spi for SPI .../devicetree/bindings/spi/spi-davinci.txt | 2 + arch/arm/boot/dts/keystone.dtsi | 6 +-- arch/arm/mach-davinci/devices-da8xx.c | 2 + arch/arm/mach-davinci/dm355.c | 1 + arch/arm/mach-davinci/dm365.c | 1 + drivers/spi/spi-davinci.c | 50 +++++++++++++++++----- include/linux/platform_data/spi-davinci.h | 1 + 7 files changed, 50 insertions(+), 13 deletions(-) -- 1.9.1 -- 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/