All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	devel@driverdev.osuosl.org, devicetree@vger.kernel.org,
	Yu Chen <chenyu56@huawei.com>,
	linux-kernel@vger.kernel.org,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Alex Dewar <alex.dewar90@gmail.com>
Subject: Re: [PATCH v4 0/5] Promote Hikey 970 USB phy out of staging
Date: Thu, 4 Feb 2021 13:19:03 +0530	[thread overview]
Message-ID: <20210204074903.GF3079@vkoul-mobl.Dlink> (raw)
In-Reply-To: <YBBWQeglmuDn1g11@kroah.com>

On 26-01-21, 18:49, Greg Kroah-Hartman wrote:
> On Tue, Jan 19, 2021 at 11:44:38AM +0100, Mauro Carvalho Chehab wrote:
> > Hi Vinod/Rob,
> > 
> > This series moves  the Hikey 970 USB PHY driver out of staging.
> > 
> > Patches 1 to 4 contain the fixes from staging. Patch 5 moves the
> > driver from staging:
> > 
> > 	$ git show 82ce73ac9a38 --summary
> > 	...
> > 	 rename drivers/staging/hikey9xx/phy-hi3670-usb3.yaml => Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml (100%)
> > 	 rename drivers/{staging/hikey9xx => phy/hisilicon}/phy-hi3670-usb3.c (100%)
> > 
> > I opted to use --no-renames on this series in order to make easier to
> > review via e-mail, as the entire driver and DT bindings will be seen
> > at the last patch on this series.
> 
> First 4 patches applied to my tree, thanks.

I have acked the last one, pls apply that one too

-- 
~Vinod

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: devel@driverdev.osuosl.org, devicetree@vger.kernel.org,
	Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	Yu Chen <chenyu56@huawei.com>,
	linux-kernel@vger.kernel.org,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Alex Dewar <alex.dewar90@gmail.com>
Subject: Re: [PATCH v4 0/5] Promote Hikey 970 USB phy out of staging
Date: Thu, 4 Feb 2021 13:19:03 +0530	[thread overview]
Message-ID: <20210204074903.GF3079@vkoul-mobl.Dlink> (raw)
In-Reply-To: <YBBWQeglmuDn1g11@kroah.com>

On 26-01-21, 18:49, Greg Kroah-Hartman wrote:
> On Tue, Jan 19, 2021 at 11:44:38AM +0100, Mauro Carvalho Chehab wrote:
> > Hi Vinod/Rob,
> > 
> > This series moves  the Hikey 970 USB PHY driver out of staging.
> > 
> > Patches 1 to 4 contain the fixes from staging. Patch 5 moves the
> > driver from staging:
> > 
> > 	$ git show 82ce73ac9a38 --summary
> > 	...
> > 	 rename drivers/staging/hikey9xx/phy-hi3670-usb3.yaml => Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml (100%)
> > 	 rename drivers/{staging/hikey9xx => phy/hisilicon}/phy-hi3670-usb3.c (100%)
> > 
> > I opted to use --no-renames on this series in order to make easier to
> > review via e-mail, as the entire driver and DT bindings will be seen
> > at the last patch on this series.
> 
> First 4 patches applied to my tree, thanks.

I have acked the last one, pls apply that one too

-- 
~Vinod
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  reply	other threads:[~2021-02-04  7:50 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19 10:44 [PATCH v4 0/5] Promote Hikey 970 USB phy out of staging Mauro Carvalho Chehab
2021-01-19 10:44 ` Mauro Carvalho Chehab
2021-01-19 10:44 ` [PATCH v4 1/5] staging: hikey9xx: phy-hi3670-usb3: use bitfield macros Mauro Carvalho Chehab
2021-01-19 10:44   ` Mauro Carvalho Chehab
2021-01-19 10:44 ` [PATCH v4 2/5] staging: hikey9xx: phy-hi3670-usb3: adjust retry logic Mauro Carvalho Chehab
2021-01-19 10:44   ` Mauro Carvalho Chehab
2021-01-19 10:44 ` [PATCH v4 3/5] staging: hikey9xx: phy-hi3670-usb3: hi3670_is_abbclk_seleted() returns bool Mauro Carvalho Chehab
2021-01-19 10:44   ` Mauro Carvalho Chehab
2021-01-19 10:44 ` [PATCH v4 4/5] staging: hikey9xx: phy-hi3670-usb3.yaml: add a blank line Mauro Carvalho Chehab
2021-01-19 10:44   ` Mauro Carvalho Chehab
2021-01-19 10:44 ` [PATCH v4 5/5] phy: phy-hi3670-usb3: move driver from staging into phy Mauro Carvalho Chehab
2021-01-19 10:44   ` Mauro Carvalho Chehab
2021-02-04  7:48   ` Vinod Koul
2021-02-04  7:48     ` Vinod Koul
2021-02-05 22:13   ` Rob Herring
2021-02-05 22:13     ` Rob Herring
2021-01-26 17:49 ` [PATCH v4 0/5] Promote Hikey 970 USB phy out of staging Greg Kroah-Hartman
2021-01-26 17:49   ` Greg Kroah-Hartman
2021-02-04  7:49   ` Vinod Koul [this message]
2021-02-04  7:49     ` Vinod Koul

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=20210204074903.GF3079@vkoul-mobl.Dlink \
    --to=vkoul@kernel.org \
    --cc=alex.dewar90@gmail.com \
    --cc=chenyu56@huawei.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=robh+dt@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 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.