devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>,
	Tejun Heo <tj@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	linux-ide@vger.kernel.org
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/3] ata: ahci-platform: add reset control support except for existing drivers
Date: Wed, 22 Aug 2018 15:33:31 +0200	[thread overview]
Message-ID: <02526d3d-70cb-e22b-39bd-583d516ba639@redhat.com> (raw)
In-Reply-To: <1534939983-16264-1-git-send-email-hayashi.kunihiko@socionext.com>

Hi,

On 22-08-18 14:13, Kunihiko Hayashi wrote:
> Add support to get and control a list of resets for the device, and
> add the flag indicating whether to use the reset. Existing SoC-dependent
> drivers set 0 to this flag.
> 
> This series solves the issue of the previous patch [1] that was already
> reverted [2].
> [1] https://www.spinics.net/lists/linux-ide/msg55299.html
> [2] https://www.spinics.net/lists/linux-ide/msg55379.html
> 
> Changes since v1:
> - collect patches for each soc-dependent driver
> - separate into 3 patches not to affect existing code

Thanks, series looks good to me now:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

Regards,

Hans


> 
> Kunihiko Hayashi (3):
>    ata: add an extra argument to ahci_platform_get_resources()
>    ata: libahci_platform: add reset control support
>    ata: ahci_platform: enable to get and control reset
> 
>   .../devicetree/bindings/ata/ahci-platform.txt      |  1 +
>   drivers/ata/ahci.h                                 |  1 +
>   drivers/ata/ahci_brcm.c                            |  2 +-
>   drivers/ata/ahci_ceva.c                            |  2 +-
>   drivers/ata/ahci_da850.c                           |  2 +-
>   drivers/ata/ahci_dm816.c                           |  2 +-
>   drivers/ata/ahci_imx.c                             |  2 +-
>   drivers/ata/ahci_mtk.c                             |  2 +-
>   drivers/ata/ahci_mvebu.c                           |  2 +-
>   drivers/ata/ahci_platform.c                        |  3 +-
>   drivers/ata/ahci_qoriq.c                           |  2 +-
>   drivers/ata/ahci_seattle.c                         |  2 +-
>   drivers/ata/ahci_st.c                              |  2 +-
>   drivers/ata/ahci_sunxi.c                           |  2 +-
>   drivers/ata/ahci_tegra.c                           |  2 +-
>   drivers/ata/ahci_xgene.c                           |  2 +-
>   drivers/ata/libahci_platform.c                     | 35 ++++++++++++++++++----
>   include/linux/ahci_platform.h                      |  4 ++-
>   18 files changed, 49 insertions(+), 21 deletions(-)
> 

  parent reply	other threads:[~2018-08-22 13:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-22 12:13 [PATCH v2 0/3] ata: ahci-platform: add reset control support except for existing drivers Kunihiko Hayashi
2018-08-22 12:13 ` [PATCH v2 1/3] ata: add an extra argument to ahci_platform_get_resources() Kunihiko Hayashi
2018-08-22 12:13 ` [PATCH v2 2/3] ata: libahci_platform: add reset control support Kunihiko Hayashi
2018-08-29  0:34   ` Rob Herring
2018-08-22 12:13 ` [PATCH v2 3/3] ata: ahci_platform: enable to get and control reset Kunihiko Hayashi
2018-08-22 13:33 ` Hans de Goede [this message]
2018-08-22 15:27 ` [PATCH v2 0/3] ata: ahci-platform: add reset control support except for existing drivers Tejun Heo

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=02526d3d-70cb-e22b-39bd-583d516ba639@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hayashi.kunihiko@socionext.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=tj@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).