All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: Pull request v2: u-boot-spi/master
Date: Mon, 11 May 2020 01:37:21 +0530	[thread overview]
Message-ID: <20200510200721.5506-1-jagan@amarulasolutions.com> (raw)

Hi Tom, 

Summary:
- zap lpc32xx_ssp driver (Jagan)
- rename of phy nodev call (Jagan)
- iopoll with sleep_us (Jagan)
- MX25R6435F flash (Ye Li)

Changes for v2:
- rebase to master

thanks,
Jagan.

The following changes since commit c5c657644bc35fd6b3d6e5517698721e90646b8d:

  Merge branch '2020-05-08-assorted-fixes' (2020-05-08 18:58:19 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-spi master

for you to fetch changes up to 8af1caa23728ef689d095eec1ec4e6f1d46f50e4:

  sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array (2020-05-11 01:30:49 +0530)

----------------------------------------------------------------
Dario Binacchi (1):
      spi: fix dev parameter in dev_* calls

Jagan Teki (7):
      spi: Zap lpc32xx_ssp driver-related code
      phy: Fix node description of phy_get_by_node
      phy: Use _nodev naming convention if non-device clients
      clk: Fix clk func names in comments
      iopoll: Add read_poll_timeout common API
      iopoll: Add dealy to read poll
      iopoll: Add readl_poll_sleep_timeout

Kuldeep Singh (1):
      spi: nxp-fspi: Use new readl_poll_sleep_timeout API

Ye Li (1):
      sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array

 arch/arm/mach-meson/board-gx.c |   3 +-
 drivers/mtd/spi/spi-nor-core.c |  19 +++---
 drivers/mtd/spi/spi-nor-ids.c  |   1 +
 drivers/phy/phy-uclass.c       |   4 +-
 drivers/spi/Kconfig            |   6 --
 drivers/spi/Makefile           |   1 -
 drivers/spi/lpc32xx_ssp.c      | 134 -----------------------------------------
 drivers/spi/nxp_fspi.c         |  10 +--
 include/clk.h                  |  12 ++--
 include/configs/devkit3250.h   |   5 --
 include/configs/work_92105.h   |   5 --
 include/generic-phy.h          |   9 ++-
 include/linux/iopoll.h         |  16 ++++-
 scripts/config_whitelist.txt   |   1 -
 14 files changed, 47 insertions(+), 179 deletions(-)
 delete mode 100644 drivers/spi/lpc32xx_ssp.c

             reply	other threads:[~2020-05-10 20:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-10 20:07 Jagan Teki [this message]
2020-05-11 13:46 ` Pull request v2: u-boot-spi/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2020-04-28 12:28 Jagan Teki
2020-04-28 19:21 ` Tom Rini
2020-04-28 19:32   ` 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=20200510200721.5506-1-jagan@amarulasolutions.com \
    --to=jagan@amarulasolutions.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.