All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] spi changes and ti quad spi controller.
@ 2013-07-08 13:42 ` Sourav Poddar
  0 siblings, 0 replies; 35+ messages in thread
From: Sourav Poddar @ 2013-07-08 13:42 UTC (permalink / raw)
  To: broonie, spi-devel-general, grant.likely
  Cc: balbi, rnayak, linux-omap, linux-kernel, Sourav Poddar

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                         |  489 +++++++++++++++++++++
 drivers/spi/spi.c                                 |    1 +
 include/linux/spi/spi.h                           |    1 +
 6 files changed, 522 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/ti_qspi.txt
 create mode 100644 drivers/spi/spi-ti-qspi.c


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

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

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08 13:42 [PATCH 0/3] spi changes and ti quad spi controller Sourav Poddar
2013-07-08 13:42 ` Sourav Poddar
2013-07-08 13:42 ` Sourav Poddar
2013-07-08 13:42 ` [RFC/PATCH 1/3] driver: spi: Modify core to compute the message length Sourav Poddar
2013-07-08 13:42   ` Sourav Poddar
2013-07-08 13:42   ` Sourav Poddar
2013-07-08 15:02   ` Mark Brown
2013-07-08 13:42 ` [PATCHv3 2/3] drivers: spi: Add qspi flash controller Sourav Poddar
2013-07-08 13:42   ` Sourav Poddar
2013-07-08 14:32   ` Felipe Balbi
2013-07-08 14:32     ` Felipe Balbi
2013-07-09  7:29     ` Sourav Poddar
2013-07-09  7:29       ` Sourav Poddar
2013-07-09  7:29       ` Sourav Poddar
2013-07-11  9:12     ` Sourav Poddar
2013-07-11  9:12       ` Sourav Poddar
2013-07-08 20:33   ` Nishanth Menon
2013-07-08 20:33     ` Nishanth Menon
2013-07-09  6:51     ` Felipe Balbi
2013-07-09  6:51       ` Felipe Balbi
2013-07-09 10:05       ` Mark Brown
2013-07-09 12:32         ` Nishanth Menon
2013-07-09 12:32           ` Nishanth Menon
2013-07-09 12:50       ` Nishanth Menon
2013-07-09 12:50         ` Nishanth Menon
2013-07-09 14:40         ` Mark Brown
2013-07-09 14:53           ` Nishanth Menon
2013-07-09 14:53             ` Nishanth Menon
2013-07-09  7:20     ` Sourav Poddar
2013-07-09  7:20       ` Sourav Poddar
2013-07-08 13:43 ` [RFC/PATCH 3/3] driver: spi: Add quad spi read support Sourav Poddar
2013-07-08 13:43   ` Sourav Poddar
2013-07-08 13:43   ` Sourav Poddar
2013-07-08 14:36   ` Felipe Balbi
2013-07-08 14:36     ` Felipe Balbi

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.