All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull-request: u-boot-spi/master
Date: Tue, 15 Sep 2015 13:43:29 +0530	[thread overview]
Message-ID: <1442304809-9554-1-git-send-email-jteki@openedev.com> (raw)

Hi Tom,

Zynq patches has SPL build dependency with Simon changes [1].

Simon, Any plan to send a PR for your changes.

[1] http://git.denx.de/?p=u-boot/u-boot-dm.git;a=shortlog;h=refs/heads/zynq-working

thanks!
Jagan.

The following changes since commit 850f788709cef8f7d53d571aec3bfb73b14c5531:

  Merge branch 'rmobile' of git://git.denx.de/u-boot-sh (2015-09-13 17:25:16 -0400)

are available in the git repository at:


  git://git.denx.de/u-boot-spi.git master

for you to fetch changes up to a63981e1727139c51f05d3fa1cb1b299d2c00a7d:

  zynq-common: Add SPL SPI offset, size configs (2015-09-15 13:31:44 +0530)

----------------------------------------------------------------
Jagan Teki (23):
      spi: Add zynq qspi controller driver
      dts: zynq: Add zynq qspi controller nodes
      doc: device-tree-bindings: spi: Add zynq qspi info
      dts: microzed: Enable zynq qspi controller node
      dts: zc702: Enable zynq qspi controller node
      dts: zc706: Enable zynq qspi controller node
      dts: zc770-xm010: Enable zynq qspi controller node
      dts: zed: Enable zynq qspi controller node
      configs: Enable legacy SPI flash interface support
      zynq-common: Enable zynq qspi controller support
      zynq-common: Enable Bank/Extended address register support
      configs: zynq: Enable zynq qspi controller
      spi: Kconfig: Add Zynq QSPI controller entry
      spi: zynq_spi: Add config reg shift named macros
      spi: zynq_spi: Rename baudrate divisor mask name
      spi: zynq_spi: Store cs value into private data
      sf: params: Add IS25LP032 part support
      sf: params: Add IS25LP064 part support
      sf: params: Add IS25LP128 part support
      zynq-common: Enable ISSI SPI-NOR flash support
      spi: xilinx_spi: Fix to configure CPOL, CPHA mask
      spi: zynq_spi: Fix to configure CPOL, CPHA mask
      spi: zynq_qspi: Fix to configure CPOL, CPHA mask

Mirza Krak (1):
      spi: tegra20: Add support for mode selection

Siva Durga Prasad Paladugu (1):
      zynq-common: Add SPL SPI offset, size configs

 arch/arm/dts/zynq-7000.dtsi                    |  12 +
 arch/arm/dts/zynq-microzed.dts                 |   5 +
 arch/arm/dts/zynq-zc702.dts                    |   5 +
 arch/arm/dts/zynq-zc706.dts                    |   5 +
 arch/arm/dts/zynq-zc770-xm010.dts              |   7 +-
 arch/arm/dts/zynq-zed.dts                      |   5 +
 configs/zynq_microzed_defconfig                |   2 +
 configs/zynq_zc702_defconfig                   |   2 +
 configs/zynq_zc706_defconfig                   |   2 +
 configs/zynq_zc70x_defconfig                   |   2 +
 configs/zynq_zc770_xm010_defconfig             |   1 +
 configs/zynq_zed_defconfig                     |   2 +
 doc/device-tree-bindings/spi/spi-zynq-qspi.txt |  26 ++
 drivers/mtd/spi/sf_params.c                    |   5 +
 drivers/spi/Kconfig                            |   9 +
 drivers/spi/Makefile                           |   1 +
 drivers/spi/tegra20_slink.c                    |  21 +
 drivers/spi/xilinx_spi.c                       |  10 +-
 drivers/spi/zynq_qspi.c                        | 623 +++++++++++++++++++++++++
 drivers/spi/zynq_spi.c                         |  27 +-
 include/configs/zynq-common.h                  |  15 +
 21 files changed, 771 insertions(+), 16 deletions(-)
 create mode 100644 doc/device-tree-bindings/spi/spi-zynq-qspi.txt
 create mode 100644 drivers/spi/zynq_qspi.c

             reply	other threads:[~2015-09-15  8:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-15  8:13 Jagan Teki [this message]
2015-09-15 13:28 ` [U-Boot] Pull-request: u-boot-spi/master Simon Glass
2015-09-16  7:20   ` Jagan Teki
2015-09-19  0:55     ` Michal Simek
2015-09-19  1:08       ` Michal Simek
2015-09-21 18:26         ` Jagan Teki
2015-09-29 21:13           ` Jagan Teki
2015-09-29 22:23             ` Michal Simek
2015-10-09 13:47               ` Michal Simek
2015-10-09 13:54                 ` Tom Rini
2015-10-09 13:55                   ` Michal Simek
2015-10-11 11:26                     ` Jagan Teki
  -- strict thread matches above, loose matches on Subject: below --
2015-10-11 11:22 Jagan Teki
2015-10-12 15:14 ` Tom Rini

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=1442304809-9554-1-git-send-email-jteki@openedev.com \
    --to=jteki@openedev.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 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.