From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vignesh Raghavendra Date: Wed, 17 Apr 2019 18:15:52 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master In-Reply-To: <20190417122137.17185-1-jagan@amarulasolutions.com> References: <20190417122137.17185-1-jagan@amarulasolutions.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 17/04/19 5:51 PM, Jagan Teki wrote: > Hi Tom, > > Please pull this PR. > Thanks Jagan! Tom, These patches depend on [1] that drops cl-som-am57x board support. http://patchwork.ozlabs.org/patch/1085281/ Regards Vignesh > Summary: > - drop non-DM code from ti_qspi > - support spi-mem for ti_qspi > > thanks, > Jagan. > > The following changes since commit 216800acf1fbf9f498455bf3c92d4513d9a4c681: > > Merge branch 'master' of git://git.denx.de/u-boot-spi (2019-04-14 00:03:06 -0400) > > are available in the Git repository at: > > git://git.denx.de/u-boot-spi.git master > > for you to fetch changes up to 4c96c61216719155b3a1d51f6373e996335861de: > > spi: ti_qspi: Convert to spi-mem ops (2019-04-17 17:43:54 +0530) > > ---------------------------------------------------------------- > Vignesh Raghavendra (2): > spi: ti_qspi: Drop non DM code > spi: ti_qspi: Convert to spi-mem ops > > doc/driver-model/MIGRATION.txt | 1 - > drivers/spi/Kconfig | 13 +- > drivers/spi/Makefile | 2 +- > drivers/spi/ti_qspi.c | 351 ++++++++++++----------------------------- > include/configs/am43xx_evm.h | 6 - > include/configs/am57xx_evm.h | 5 - > include/configs/cm_t43.h | 3 - > include/configs/dra7xx_evm.h | 5 - > scripts/config_whitelist.txt | 3 - > 9 files changed, 108 insertions(+), 281 deletions(-) >