All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] reset: add reset driver for SoCFPGA
Date: Thu, 5 Apr 2018 00:58:23 +0200	[thread overview]
Message-ID: <b6ccc88a-fe74-48c6-694e-c819d4822ef6@denx.de> (raw)
In-Reply-To: <1522880305-22025-1-git-send-email-dinguyen@kernel.org>

On 04/05/2018 12:18 AM, Dinh Nguyen wrote:
> Hi,
> 
> This patchset does the following for the SoCFPGA platform:
> 
> - Adds a DM reset manager driver
> - Make the SoCFPGA platform use the DM I2C driver
> - Adds i2c aliases and enable i2c for de0_nano_soc platform
> - Adds a reset manager call to the i2c designware driver to look up
>   any reset properties in the i2c dts node, and deassert the reset the
>   IP if found.
> - Adds CONFIG_DM_RESET to all the SoCFPGA defconfigs
> 
> For this patchset, I'm only enabling the i2c in the DTS for the Terasic
> DE-0 Atlas board. I'll look to enable the other boards in the near future.
> 
> Dinh
> 
> Dinh Nguyen (6):
>   reset: socfpga: add reset driver for SoCFPGA platform
>   configs: socfpga: convert i2c to dm
>   arm: dts: socfpga: enables i2c0 in socfpga_de0_nano
>   arm: dts: socfpga: add reset property
>   i2c: designware: add reset ctrl to driver
>   configs: socfpga: add DM_RESET
> 
>  arch/arm/dts/socfpga.dtsi                      |  12 +++
>  arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts |  12 +++
>  configs/socfpga_arria5_defconfig               |   2 +
>  configs/socfpga_cyclone5_defconfig             |   2 +
>  configs/socfpga_dbm_soc1_defconfig             |   2 +
>  configs/socfpga_de0_nano_soc_defconfig         |   2 +
>  configs/socfpga_de10_nano_defconfig            |   2 +
>  configs/socfpga_de1_soc_defconfig              |   2 +
>  configs/socfpga_is1_defconfig                  |   2 +
>  configs/socfpga_mcvevk_defconfig               |   2 +
>  configs/socfpga_sockit_defconfig               |   2 +
>  configs/socfpga_socrates_defconfig             |   2 +
>  configs/socfpga_sr1500_defconfig               |   2 +
>  configs/socfpga_vining_fpga_defconfig          |   1 +
>  drivers/i2c/designware_i2c.c                   |  10 +++
>  drivers/reset/Kconfig                          |   7 ++
>  drivers/reset/Makefile                         |   1 +
>  drivers/reset/reset-socfpga.c                  | 105 +++++++++++++++++++++++++
>  include/configs/socfpga_common.h               |   2 +
>  19 files changed, 172 insertions(+)
>  create mode 100644 drivers/reset/reset-socfpga.c
> 
Series looks OK to me , except for that one minor nit in 1/6.
I'd like AB/RB from Heiko, otherwise I'll just pull it in.

-- 
Best regards,
Marek Vasut

      parent reply	other threads:[~2018-04-04 22:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-04 22:18 [U-Boot] [PATCH 0/6] reset: add reset driver for SoCFPGA Dinh Nguyen
2018-04-04 22:18 ` [U-Boot] [PATCHv2 1/6] reset: socfpga: add reset driver for SoCFPGA platform Dinh Nguyen
2018-04-04 22:56   ` Marek Vasut
2018-04-05 14:12     ` Dinh Nguyen
2018-04-05 14:46       ` Dinh Nguyen
2018-04-05 16:28         ` Marek Vasut
2018-04-05 18:44           ` Dinh Nguyen
2018-04-04 22:18 ` [U-Boot] [PATCH 2/6] configs: socfpga: convert i2c to dm Dinh Nguyen
2018-04-04 22:18 ` [U-Boot] [PATCH 3/6] arm: dts: socfpga: enables i2c0 in socfpga_de0_nano Dinh Nguyen
2018-04-04 22:18 ` [U-Boot] [PATCH 4/6] arm: dts: socfpga: add reset property Dinh Nguyen
2018-04-04 22:18 ` [U-Boot] [PATCH 5/6] i2c: designware: add reset ctrl to driver Dinh Nguyen
2018-04-05  6:07   ` Heiko Schocher
2018-04-04 22:18 ` [U-Boot] [PATCH 6/6] configs: socfpga: add DM_RESET Dinh Nguyen
2018-04-04 22:58 ` Marek Vasut [this message]

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=b6ccc88a-fe74-48c6-694e-c819d4822ef6@denx.de \
    --to=marex@denx.de \
    --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.