linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] spi changes and ti quad spi controller.
@ 2013-07-18 10:01 Sourav Poddar
       [not found] ` <1374141687-10790-1-git-send-email-sourav.poddar-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 26+ messages in thread
From: Sourav Poddar @ 2013-07-18 10:01 UTC (permalink / raw)
  To: broonie-DgEjT+Ai2ygdnm+yROfE0A,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	grant.likely-QSEj5FYQhm4dnm+yROfE0A
  Cc: Sourav Poddar, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	rnayak-l0cyMroinI0, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	balbi-l0cyMroinI0

Add support for calculating message length in spi framework.

Add support for quad spi controller.

Patch 2 of this series had been posted before. Sending along
with the series along with ather propsed change.

Sourav Poddar (3):
  driver: spi: Modify core to compute the message length
  drivers: spi: Add qspi flash controller
  driver: spi: Add quad spi read support

 Documentation/devicetree/bindings/spi/ti_qspi.txt |   22 +
 drivers/spi/Kconfig                               |    8 +
 drivers/spi/Makefile                              |    1 +
 drivers/spi/spi-ti-qspi.c                         |  550 +++++++++++++++++++++
 drivers/spi/spi.c                                 |    1 +
 include/linux/spi/spi.h                           |    1 +
 6 files changed, 583 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/ti_qspi.txt
 create mode 100644 drivers/spi/spi-ti-qspi.c


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

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

end of thread, other threads:[~2013-07-19 12:20 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18 10:01 [PATCH 0/3] spi changes and ti quad spi controller Sourav Poddar
     [not found] ` <1374141687-10790-1-git-send-email-sourav.poddar-l0cyMroinI0@public.gmane.org>
2013-07-18 10:01   ` [RFC/PATCHv2 1/3] driver: spi: Modify core to compute the message length Sourav Poddar
2013-07-18 15:22     ` Mark Brown
2013-07-18 10:01   ` [PATCHv4 2/3] drivers: spi: Add qspi flash controller Sourav Poddar
2013-07-18 10:24     ` Felipe Balbi
     [not found]       ` <20130718102404.GH11251-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2013-07-18 11:18         ` Sourav Poddar
2013-07-18 11:24           ` Felipe Balbi
     [not found]             ` <20130718112458.GJ11251-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2013-07-18 12:24               ` Sourav Poddar
2013-07-19 11:48             ` Sourav Poddar
2013-07-19 12:20               ` Felipe Balbi
2013-07-18 10:42     ` Mark Brown
     [not found]       ` <20130718104233.GG22506-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2013-07-18 11:45         ` Sourav Poddar
2013-07-18 11:56           ` Felipe Balbi
2013-07-18 13:18           ` Mark Brown
2013-07-18 13:31             ` Felipe Balbi
2013-07-18 14:42               ` Mark Brown
     [not found]                 ` <20130718144241.GO22506-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2013-07-18 14:55                   ` Sourav Poddar
2013-07-18 15:28                     ` Mark Brown
2013-07-19 11:55         ` Sourav Poddar
     [not found]     ` <1374141687-10790-3-git-send-email-sourav.poddar-l0cyMroinI0@public.gmane.org>
2013-07-18 19:08       ` Trent Piepho
2013-07-18 20:39         ` Mark Brown
     [not found]           ` <20130718203934.GT22506-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2013-07-18 20:59             ` Nishanth Menon
2013-07-19  5:02         ` Sourav Poddar
2013-07-18 10:01   ` [RFC/PATCHv2 3/3] driver: spi: Add quad spi read support Sourav Poddar
2013-07-18 10:44     ` Mark Brown
     [not found]       ` <20130718104414.GH22506-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2013-07-18 11:52         ` Sourav Poddar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).