[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1373290980-17883-1-git-send-email-sourav.poddar@ti.com>
Date: Mon, 8 Jul 2013 19:12:57 +0530
From: Sourav Poddar <sourav.poddar@...com>
To: <broonie@...nel.org>, <spi-devel-general@...ts.sourceforge.net>,
<grant.likely@...aro.org>
CC: <balbi@...com>, <rnayak@...com>, <linux-omap@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
Sourav Poddar <sourav.poddar@...com>
Subject: [PATCH 0/3] spi changes and ti quad spi controller.
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists