On Wed, Sep 7, 2016 at 3:14 PM, Stephen Boyd [off-list ref] wrote:
On 09/07, Martin Blumenstingl wrote:
quoted
On Wed, Sep 7, 2016 at 2:33 AM, Stephen Boyd [off-list ref] wrote:
quoted
On 09/04, Martin Blumenstingl wrote:
quoted
USB0_DDR_BRIDGE and USB1_DDR_BRIDGE1 are needed for the related
dwc2 usb controller. USB, USB0 and USB1 are needed for the PHYs.
Expose these clocks to DT and comment out in clk driver.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Is authorship correct on this patch? Did Jerome author it
instead?
We (Jerome and I) have both worked on this patch, that's why you have
two signed-off-by's.
Or is this simply about the order (author = from address should be
listed first)?
Yes. Typically author is listed first in the signed-off-by chain.
And if you use git-format-patch + git-send-email, there would also be a
From: Jerome Brunet <jbrunet@baylibre.com>
at the beginning so that when it gets applied by the maintainer,
authorship is correct.
Kevin