All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND][PATCH 0/4] spi: davinci: Improve prescaler limit support
@ 2015-07-22 12:32 ` Franklin S Cooper Jr
  0 siblings, 0 replies; 53+ messages in thread
From: Franklin S Cooper Jr @ 2015-07-22 12:32 UTC (permalink / raw)
  To: broonie-DgEjT+Ai2ygdnm+yROfE0A, nsekhar-l0cyMroinI0,
	ssantosh-DgEjT+Ai2ygdnm+yROfE0A
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-spi-u79uwXL29TY76Z2rM5mHXA,
	khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR,
	linux-lFZ/pmaqli7XmaaqVzeoHQ, galak-sgV2jX0FEOL9JmXXK+q4OQ,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg, mark.rutland-5wv7dgnIgG8,
	pawel.moll-5wv7dgnIgG8, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-xBCQruHUn5ppWr+L1FloEB2eb7JE58TQ,
	Franklin S Cooper Jr

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-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 53+ messages in thread

end of thread, other threads:[~2015-08-24 16:16 UTC | newest]

Thread overview: 53+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 12:32 [RESEND][PATCH 0/4] spi: davinci: Improve prescaler limit support Franklin S Cooper Jr
2015-07-22 12:32 ` Franklin S Cooper Jr
2015-07-22 12:32 ` Franklin S Cooper Jr
2015-07-22 12:32 ` Franklin S Cooper Jr
2015-07-22 12:32 ` [RESEND][PATCH 1/4] spi: davinci: Set prescale value based on register value Franklin S Cooper Jr
2015-07-22 12:32   ` Franklin S Cooper Jr
2015-07-22 12:32   ` Franklin S Cooper Jr
     [not found] ` <1437568344-18889-1-git-send-email-fcooper-l0cyMroinI0@public.gmane.org>
2015-07-22 12:32   ` [RESEND][PATCH 2/4] spi: davinci: Choose correct pre-scaler limit based on SOC Franklin S Cooper Jr
2015-07-22 12:32     ` Franklin S Cooper Jr
2015-07-22 12:32     ` Franklin S Cooper Jr
2015-07-22 12:32     ` Franklin S Cooper Jr
     [not found]     ` <1437568344-18889-3-git-send-email-fcooper-l0cyMroinI0@public.gmane.org>
2015-07-24 11:49       ` Sekhar Nori
2015-07-24 11:49         ` Sekhar Nori
2015-07-24 11:49         ` Sekhar Nori
2015-07-24 11:49         ` Sekhar Nori
2015-07-22 12:32   ` [RESEND][PATCH 4/4] ARM: dts: keystone: Add ti,keystone-spi for SPI Franklin S Cooper Jr
2015-07-22 12:32     ` Franklin S Cooper Jr
2015-07-22 12:32     ` Franklin S Cooper Jr
2015-07-22 12:32     ` Franklin S Cooper Jr
2015-07-22 16:17     ` santosh shilimkar
2015-07-22 16:17       ` santosh shilimkar
2015-07-22 16:17       ` santosh shilimkar
     [not found]       ` <55AFC207.3050100-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2015-08-24 13:36         ` Franklin S Cooper Jr.
2015-08-24 13:36           ` Franklin S Cooper Jr.
2015-08-24 13:36           ` Franklin S Cooper Jr.
2015-08-24 13:36           ` Franklin S Cooper Jr.
     [not found]           ` <55DB1DC5.7060607-l0cyMroinI0@public.gmane.org>
2015-08-24 16:15             ` santosh shilimkar
2015-08-24 16:15               ` santosh shilimkar
2015-08-24 16:15               ` santosh shilimkar
2015-07-22 12:32 ` [RESEND][PATCH 3/4] ARM: davinci: Set proper SPI prescale limit value Franklin S Cooper Jr
2015-07-22 12:32   ` Franklin S Cooper Jr
2015-07-22 12:32   ` Franklin S Cooper Jr
2015-07-24 11:50   ` Sekhar Nori
2015-07-24 11:50     ` Sekhar Nori
2015-07-24 11:50     ` Sekhar Nori
     [not found]     ` <55B22681.3060000-l0cyMroinI0@public.gmane.org>
2015-08-10 23:47       ` Franklin S Cooper Jr.
2015-08-10 23:47         ` Franklin S Cooper Jr.
2015-08-10 23:47         ` Franklin S Cooper Jr.
2015-08-10 23:47         ` Franklin S Cooper Jr.
     [not found]         ` <55C9380D.1060802-l0cyMroinI0@public.gmane.org>
2015-08-11  6:58           ` Sekhar Nori
2015-08-11  6:58             ` Sekhar Nori
2015-08-11  6:58             ` Sekhar Nori
2015-08-11  6:58             ` Sekhar Nori
     [not found]             ` <55C99D0D.9050605-l0cyMroinI0@public.gmane.org>
2015-08-11  9:03               ` Mark Brown
2015-08-11  9:03                 ` Mark Brown
2015-08-11  9:03                 ` Mark Brown
     [not found]                 ` <20150811090342.GG10748-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-08-11  9:24                   ` Sekhar Nori
2015-08-11  9:24                     ` Sekhar Nori
2015-08-11  9:24                     ` Sekhar Nori
2015-08-11  9:24                     ` Sekhar Nori
     [not found]                     ` <55C9BF51.5080401-l0cyMroinI0@public.gmane.org>
2015-08-11  9:28                       ` Mark Brown
2015-08-11  9:28                         ` Mark Brown
2015-08-11  9:28                         ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.