All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Jerome Brunet <jbrunet@baylibre.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>,
	Kevin Hilman <khilman@baylibre.com>,
	netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v2 6/8] net: phy: meson-gxl: leave CONFIG_A6 untouched
Date: Thu, 7 Dec 2017 16:49:43 +0100	[thread overview]
Message-ID: <20171207154943.GI24750@lunn.ch> (raw)
In-Reply-To: <20171207142715.32578-7-jbrunet@baylibre.com>

On Thu, Dec 07, 2017 at 03:27:13PM +0100, Jerome Brunet wrote:
> The PHY performs just as well when left in its default configuration and
> it makes senses because this poke gets reset just after init.

The only thing which might speak against this, is some bootloader
which sets something other than the default, and here we put it back
to the value it should have. But if you say a reset will put it back
to the default value anyway, this seems save.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Lunn <andrew@lunn.ch>
To: Jerome Brunet <jbrunet@baylibre.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>,
	Kevin Hilman <khilman@baylibre.com>,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH net-next v2 6/8] net: phy: meson-gxl: leave CONFIG_A6 untouched
Date: Thu, 7 Dec 2017 16:49:43 +0100	[thread overview]
Message-ID: <20171207154943.GI24750@lunn.ch> (raw)
In-Reply-To: <20171207142715.32578-7-jbrunet@baylibre.com>

On Thu, Dec 07, 2017 at 03:27:13PM +0100, Jerome Brunet wrote:
> The PHY performs just as well when left in its default configuration and
> it makes senses because this poke gets reset just after init.

The only thing which might speak against this, is some bootloader
which sets something other than the default, and here we put it back
to the value it should have. But if you say a reset will put it back
to the default value anyway, this seems save.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

WARNING: multiple messages have this Message-ID (diff)
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH net-next v2 6/8] net: phy: meson-gxl: leave CONFIG_A6 untouched
Date: Thu, 7 Dec 2017 16:49:43 +0100	[thread overview]
Message-ID: <20171207154943.GI24750@lunn.ch> (raw)
In-Reply-To: <20171207142715.32578-7-jbrunet@baylibre.com>

On Thu, Dec 07, 2017 at 03:27:13PM +0100, Jerome Brunet wrote:
> The PHY performs just as well when left in its default configuration and
> it makes senses because this poke gets reset just after init.

The only thing which might speak against this, is some bootloader
which sets something other than the default, and here we put it back
to the value it should have. But if you say a reset will put it back
to the default value anyway, this seems save.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

WARNING: multiple messages have this Message-ID (diff)
From: andrew@lunn.ch (Andrew Lunn)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH net-next v2 6/8] net: phy: meson-gxl: leave CONFIG_A6 untouched
Date: Thu, 7 Dec 2017 16:49:43 +0100	[thread overview]
Message-ID: <20171207154943.GI24750@lunn.ch> (raw)
In-Reply-To: <20171207142715.32578-7-jbrunet@baylibre.com>

On Thu, Dec 07, 2017 at 03:27:13PM +0100, Jerome Brunet wrote:
> The PHY performs just as well when left in its default configuration and
> it makes senses because this poke gets reset just after init.

The only thing which might speak against this, is some bootloader
which sets something other than the default, and here we put it back
to the value it should have. But if you say a reset will put it back
to the default value anyway, this seems save.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

  reply	other threads:[~2017-12-07 17:38 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-07 14:27 [PATCH net-next v2 0/8] phy: net: meson-gxl: clean-up and improvements Jerome Brunet
2017-12-07 14:27 ` Jerome Brunet
2017-12-07 14:27 ` Jerome Brunet
2017-12-07 14:27 ` Jerome Brunet
2017-12-07 14:27 ` [PATCH net-next v2 1/8] net: phy: meson-gxl: check phy_write return value Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 15:34   ` Andrew Lunn
2017-12-07 15:34     ` Andrew Lunn
2017-12-07 15:34     ` Andrew Lunn
2017-12-07 14:27 ` [PATCH net-next v2 2/8] net: phy: meson-gxl: define control registers Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 14:27 ` [PATCH net-next v2 3/8] net: phy: meson-gxl: add read and write helpers for bank registers Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 15:46   ` Andrew Lunn
2017-12-07 15:46     ` Andrew Lunn
2017-12-07 15:46     ` Andrew Lunn
2017-12-07 15:49     ` Neil Armstrong
2017-12-07 15:49       ` Neil Armstrong
2017-12-07 15:49       ` Neil Armstrong
2017-12-07 15:51     ` Jerome Brunet
2017-12-07 15:51       ` Jerome Brunet
2017-12-07 15:51       ` Jerome Brunet
2017-12-07 16:02       ` Andrew Lunn
2017-12-07 16:02         ` Andrew Lunn
2017-12-07 16:02         ` Andrew Lunn
2017-12-08  9:11         ` Russell King - ARM Linux
2017-12-08  9:11           ` Russell King - ARM Linux
2017-12-08  9:11           ` Russell King - ARM Linux
2017-12-07 14:27 ` [PATCH net-next v2 4/8] net: phy: meson-gxl: use genphy_config_init Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 15:46   ` Andrew Lunn
2017-12-07 15:46     ` Andrew Lunn
2017-12-07 15:46     ` Andrew Lunn
2017-12-07 15:46     ` Andrew Lunn
2017-12-07 14:27 ` [PATCH net-next v2 5/8] net: phy: meson-gxl: detect LPA corruption Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 15:34   ` Andrew Lunn
2017-12-07 15:34     ` Andrew Lunn
2017-12-07 15:34     ` Andrew Lunn
2017-12-07 15:42     ` Jerome Brunet
2017-12-07 15:42       ` Jerome Brunet
2017-12-07 15:42       ` Jerome Brunet
2017-12-07 16:12       ` Andrew Lunn
2017-12-07 16:12         ` Andrew Lunn
2017-12-07 16:12         ` Andrew Lunn
2017-12-07 16:22         ` Jerome Brunet
2017-12-07 16:22           ` Jerome Brunet
2017-12-07 16:22           ` Jerome Brunet
2017-12-07 14:27 ` [PATCH net-next v2 6/8] net: phy: meson-gxl: leave CONFIG_A6 untouched Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 15:49   ` Andrew Lunn [this message]
2017-12-07 15:49     ` Andrew Lunn
2017-12-07 15:49     ` Andrew Lunn
2017-12-07 15:49     ` Andrew Lunn
2017-12-07 15:56     ` Jerome Brunet
2017-12-07 15:56       ` Jerome Brunet
2017-12-07 15:56       ` Jerome Brunet
2017-12-07 15:56       ` Jerome Brunet
2017-12-07 14:27 ` [PATCH net-next v2 7/8] net: phy: meson-gxl: add interrupt support Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 15:54   ` Andrew Lunn
2017-12-07 15:54     ` Andrew Lunn
2017-12-07 15:54     ` Andrew Lunn
2017-12-07 16:04     ` Jerome Brunet
2017-12-07 16:04       ` Jerome Brunet
2017-12-07 16:04       ` Jerome Brunet
2017-12-07 16:07       ` Andrew Lunn
2017-12-07 16:07         ` Andrew Lunn
2017-12-07 16:07         ` Andrew Lunn
2017-12-07 14:27 ` [PATCH net-next v2 8/8] net: phy: meson-gxl: join the authors Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 14:27   ` Jerome Brunet
2017-12-07 15:55   ` Andrew Lunn
2017-12-07 15:55     ` Andrew Lunn
2017-12-07 15:55     ` Andrew Lunn

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=20171207154943.GI24750@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=f.fainelli@gmail.com \
    --cc=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.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.