From: Sourav Poddar <sourav.poddar@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [UBOOT][PATCHv3 5/7] spi: add TI QSPI driver
Date: Thu, 3 Oct 2013 23:56:13 +0530 [thread overview]
Message-ID: <524DB6C5.50600@ti.com> (raw)
In-Reply-To: <CAD6G_RREa5Re5pHb_=WmFKYs4S3o_LL7SJCgNP4=7m9+6hxapw@mail.gmail.com>
On Thursday 03 October 2013 11:19 PM, Jagan Teki wrote:
> Hi Sourav,
>
> Please try to code the driver as specified in below thread!
> http://lists.denx.de/pipermail/u-boot/2013-August/160472.html
Ok.
> On Fri, Sep 20, 2013 at 8:21 AM, Nobuhiro Iwamatsu
> <nobuhiro.iwamatsu.yj@renesas.com> wrote:
>> Hi,
>>
>> 2013/9/18 Sourav Poddar<sourav.poddar@ti.com>:
>>> From: Matt Porter<matt.porter@linaro.org>
>>>
>>> Adds a SPI master driver for the TI QSPI peripheral.
>>>
>>> Signed-off-by: Matt Porter<matt.porter@linaro.org>
>>> Signed-off-by: Sourav Poddar<sourav.poddar@ti.com>
>>> [Added quad read support and memory mapped support).
>>> ---
>>> drivers/spi/Makefile | 1 +
>>> drivers/spi/ti_qspi.c | 324 +++++++++++++++++++++++++++++++++++++++++++++++++
>>> 2 files changed, 325 insertions(+), 0 deletions(-)
>>> create mode 100644 drivers/spi/ti_qspi.c
>>>
>>> diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile
>>> index 91d24ce..e5941b0 100644
>>> --- a/drivers/spi/Makefile
>>> +++ b/drivers/spi/Makefile
>>> @@ -38,6 +38,7 @@ COBJS-$(CONFIG_FDT_SPI) += fdt_spi.o
>>> COBJS-$(CONFIG_TEGRA20_SFLASH) += tegra20_sflash.o
>>> COBJS-$(CONFIG_TEGRA20_SLINK) += tegra20_slink.o
>>> COBJS-$(CONFIG_TEGRA114_SPI) += tegra114_spi.o
>>> +COBJS-$(CONFIG_TI_QSPI) += ti_qspi.o
>>> COBJS-$(CONFIG_XILINX_SPI) += xilinx_spi.o
>>> COBJS-$(CONFIG_ZYNQ_SPI) += zynq_spi.o
>>>
>>> diff --git a/drivers/spi/ti_qspi.c b/drivers/spi/ti_qspi.c
>>> new file mode 100644
>>> index 0000000..3e88cf4
>>> --- /dev/null
>>> +++ b/drivers/spi/ti_qspi.c
>>> @@ -0,0 +1,324 @@
>>> +/*
>>> + * TI QSPI driver
>>> + *
>>> + * Copyright (C) 2013, Texas Instruments, Incorporated
>>> + *
>>> + * This program is free software; you can redistribute it and/or
>>> + * modify it under the terms of the GNU General Public License as
>>> + * published by the Free Software Foundation; either version 2 of
>>> + * the License, or (at your option) any later version.
>>> + *
>>> + * This program is distributed in the hope that it will be useful,
>>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
>>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR /PURPOSE. See the
>>> + * GNU General Public License for more details.
>>> + */
>> Could you change to 'SPDX-License-Identifier: GPL-2.0+', please?
>>
>> Best regards,
>> Nobuhiro
>> --
>> Nobuhiro Iwamatsu
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
>
>
next prev parent reply other threads:[~2013-10-03 18:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-18 12:21 [U-Boot] [UBOOT][PATCHv3 0/7] mtd/spi: add quad/memory mapped read support, add ti qspi controller Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 1/7] omap5: add qspi support Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 2/7] armv7: hw_data: change clock divider setting Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 3/7] drivers: mtd: :spi: Add quad read support Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 4/7] driver: mtd: spi: Add memory mapped " Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 5/7] spi: add TI QSPI driver Sourav Poddar
2013-09-20 2:51 ` Nobuhiro Iwamatsu
2013-10-03 17:49 ` Jagan Teki
2013-10-03 18:26 ` Sourav Poddar [this message]
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 6/7] dra7xx_evm: add SPL API, QSPI, and serial flash support Sourav Poddar
2013-09-18 12:21 ` [U-Boot] [UBOOT][PATCHv3 7/7] README: qspi usecase and testing documentation Sourav Poddar
2013-10-03 17:43 ` [U-Boot] [UBOOT][PATCHv3 0/7] mtd/spi: add quad/memory mapped read support, add ti qspi controller Jagan Teki
2013-10-03 18:25 ` Sourav Poddar
2013-10-03 18:26 ` Jagan Teki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=524DB6C5.50600@ti.com \
--to=sourav.poddar@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox