All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/2] sun8i_emac: set MDC divider for MDIO read/write
Date: Fri, 17 Feb 2017 18:46:51 +0100	[thread overview]
Message-ID: <cover.1487340707.git.philipp.tomsich@theobroma-systems.com> (raw)

To ensure compatibility with all PHYs, we need to keep the MDIO clock
(MDC) below 2.5MHz (the guaranteed operating limit from IEEE 802.3),
even if some PHYs will tolerate higher speeds.

This changeset also cleans up the MDIO read/write functions by
removing pointless bit-masking in a variable initialised to 0.




Philipp Tomsich (2):
  sun8i_emac: Set MDC divider for MDIO read/write
  sun8i_emac: remove unnecessary bit-masking for mdio_read/write

 drivers/net/sun8i_emac.c | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

-- 
1.9.1

             reply	other threads:[~2017-02-17 17:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-17 17:46 Philipp Tomsich [this message]
2017-02-17 17:46 ` [U-Boot] [PATCH v1 1/2] sun8i_emac: Set MDC divider for MDIO read/write Philipp Tomsich
2017-02-17 17:46 ` [U-Boot] [PATCH v1 2/2] sun8i_emac: remove unnecessary bit-masking for mdio_read/write Philipp Tomsich
2017-02-17 23:49   ` André Przywara
2017-02-21 17:59 ` [U-Boot] [PATCH v1 0/2] sun8i_emac: set MDC divider for MDIO read/write Maxime Ripard

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=cover.1487340707.git.philipp.tomsich@theobroma-systems.com \
    --to=philipp.tomsich@theobroma-systems.com \
    --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.