Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1189864

[RESEND][PATCH 0/4] spi: davinci: Improve prescaler limit support

From Franklin S Cooper Jr <fcooper@ti.com>
Newsgroups linux.kernel
Subject [RESEND][PATCH 0/4] spi: davinci: Improve prescaler limit support
Date 2015-07-22 14:40 +0200
Message-ID <pP1tv-6UG-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Currently the prescale limit is treated as one size fits all value even
though there 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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[RESEND][PATCH 0/4] spi: davinci: Improve prescaler limit support Franklin S Cooper Jr <fcooper@ti.com> - 2015-07-22 14:40 +0200
  [RESEND][PATCH 1/4] spi: davinci: Set prescale value based on register value Franklin S Cooper Jr <fcooper@ti.com> - 2015-07-22 14:40 +0200
  [RESEND][PATCH 4/4] ARM: dts: keystone: Add ti,keystone-spi for SPI Franklin S Cooper Jr <fcooper@ti.com> - 2015-07-22 14:40 +0200
    Re: [RESEND][PATCH 4/4] ARM: dts: keystone: Add ti,keystone-spi for  SPI santosh shilimkar <santosh.shilimkar@oracle.com> - 2015-07-22 18:20 +0200
  [RESEND][PATCH 3/4] ARM: davinci: Set proper SPI prescale limit value Franklin S Cooper Jr <fcooper@ti.com> - 2015-07-22 14:40 +0200
    Re: [RESEND][PATCH 3/4] ARM: davinci: Set proper SPI prescale limit  value Sekhar Nori <nsekhar@ti.com> - 2015-07-24 14:00 +0200
  [RESEND][PATCH 2/4] spi: davinci: Choose correct pre-scaler limit based on SOC Franklin S Cooper Jr <fcooper@ti.com> - 2015-07-22 14:40 +0200
    Re: [RESEND][PATCH 2/4] spi: davinci: Choose correct pre-scaler limit  based on SOC Sekhar Nori <nsekhar@ti.com> - 2015-07-24 14:00 +0200

csiph-web