From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 02/16] drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion
Date: Sun, 8 Nov 2015 08:31:37 -0500 [thread overview]
Message-ID: <20151108133137.GL8499@bill-the-cat> (raw)
In-Reply-To: <1446624984-11033-3-git-send-email-mugunthanvnm@ti.com>
On Wed, Nov 04, 2015 at 01:46:10PM +0530, Mugunthan V N wrote:
> Changing the ti_qspi_priv structure and its instance names from
> to priv for driver mode conversion.
>
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151108/380fda7b/attachment.sig>
next prev parent reply other threads:[~2015-11-08 13:31 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-04 8:16 [U-Boot] [PATCH v2 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 01/16] drivers: spi: ti_qspi: do not hard code chip select for memory map configuration Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-08 13:31 ` Tom Rini
2015-11-17 6:13 ` Jagan Teki
2015-11-04 8:16 ` [U-Boot] [PATCH v2 02/16] drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-08 13:31 ` Tom Rini [this message]
2015-11-17 6:14 ` Jagan Teki
2015-11-04 8:16 ` [U-Boot] [PATCH v2 03/16] drivers: spi: ti_qspi: prepare driver for DM conversion Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-17 7:50 ` Mugunthan V N
2015-11-17 6:21 ` Jagan Teki
2015-11-17 7:53 ` Mugunthan V N
2015-11-18 15:54 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 04/16] dm: core: Add a new api to get indexed device address Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-17 7:55 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 05/16] spi: Add support for dual and quad mode Mugunthan V N
2015-11-08 13:31 ` Tom Rini
2015-11-17 6:29 ` Jagan Teki
2015-11-04 8:16 ` [U-Boot] [PATCH v2 06/16] dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-12 9:15 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 07/16] dts: dra7: add spi alias for qspi Mugunthan V N
2015-11-08 13:31 ` Tom Rini
2015-11-04 8:16 ` [U-Boot] [PATCH v2 08/16] drivers: spi: ti_qspi: convert driver to adopt device driver model Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-08 13:31 ` Tom Rini
2015-11-04 8:16 ` [U-Boot] [PATCH v2 09/16] arm: dts: dra7: add qspi register maps for memory map and control module Mugunthan V N
2015-11-08 13:31 ` Tom Rini
2015-11-12 9:03 ` Mugunthan V N
2015-11-12 12:47 ` Tom Rini
2015-11-14 7:31 ` Mugunthan V N
2015-11-16 2:13 ` Tom Rini
2015-11-17 7:59 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 10/16] drivers: mtd: spi: sf_probe: add compatible for spansion spi flash Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-12 9:12 ` Mugunthan V N
2015-11-12 12:48 ` Tom Rini
2015-11-16 21:08 ` Simon Glass
2015-11-17 8:05 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 11/16] drivers: mtd: spi: sf_probe: add compatible for Macronix " Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-04 8:16 ` [U-Boot] [PATCH v2 12/16] defconfig: dra72_evm: enable spi driver model Mugunthan V N
2015-11-08 13:32 ` Tom Rini
2015-11-04 8:16 ` [U-Boot] [PATCH v2 13/16] defconfig: dra74_evm: " Mugunthan V N
2015-11-08 13:32 ` Tom Rini
2015-11-04 8:16 ` [U-Boot] [PATCH v2 14/16] am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-12 9:15 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 15/16] arm: dts: am4372: add qspi register maps for memory map Mugunthan V N
2015-11-08 13:32 ` Tom Rini
2015-11-12 9:17 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 16/16] defconfig: am437x_sk_evm: enable spi driver model Mugunthan V N
2015-11-08 13:32 ` Tom Rini
2015-11-17 9:18 ` 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=20151108133137.GL8499@bill-the-cat \
--to=trini@konsulko.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