public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Alex Marginean <alexm.osslist@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/11] Aquantia PHY driver updates to reduce FW dependency
Date: Thu, 8 Aug 2019 22:21:08 +0300	[thread overview]
Message-ID: <fe69eedb-e86f-1dd8-e522-a2912a331d84@gmail.com> (raw)
In-Reply-To: <20190808164520.32600-1-alexandru.marginean@nxp.com>

On 8/8/2019 7:45 PM, Alex Marginean wrote:
> The main purpose of this patch series is to allow the AQR driver to run on
> a larger number of boards without having to use a custom aquantia FW on each
> of them.  Configuration points that are exclusively controlled by PHY firmware
> are not configured based on phydev->interface as well as new DT node properties.
^ s/not/now/

> 
> The patch set introduces a couple of new interface types (XFI and USXGMII),
> introduces a couple of binding documents and updates the ENETC eth driver to use
> the new interface types.
> 
> Alex Marginean (11):
>    include: phy: define XFI and USXGMII interface types
>    include: phy: add data field for private driver data
>    drivers: net: aquantia: use XFI, USXGMII interface types
>    drivers: net: aquantia: add PHY generation information
>    drivers: net: aquantia: set up SI protocol based on interface type
>    drivers: net: aquantia: set MDI reversal based on DT property
>    drivers: net: aquantia: set SMBus addr based on DT property
>    drivers: net: aquantia: use SI and LI status in loop waiting for link
>      up
>    doc: bindings: add bindings document for PHY nodes
>    doc: bindings: Aquantia PHY node binding
>    drivers: net: fsl_enetc: use XFI, USXGMII interface type macros
> 
>   doc/device-tree-bindings/net/aquantia-phy.txt |  25 ++
>   doc/device-tree-bindings/net/phy.txt          |  24 ++
>   drivers/net/fsl_enetc.c                       |   2 +
>   drivers/net/phy/aquantia.c                    | 219 ++++++++++++++++--
>   include/phy.h                                 |   3 +
>   include/phy_interface.h                       |   4 +
>   6 files changed, 263 insertions(+), 14 deletions(-)
>   create mode 100644 doc/device-tree-bindings/net/aquantia-phy.txt
>   create mode 100644 doc/device-tree-bindings/net/phy.txt
> 

  parent reply	other threads:[~2019-08-08 19:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-08 16:45 [U-Boot] [PATCH 00/11] Aquantia PHY driver updates to reduce FW dependency Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 01/11] include: phy: define XFI and USXGMII interface types Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 02/11] include: phy: add data field for private driver data Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 03/11] drivers: net: aquantia: use XFI, USXGMII interface types Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 04/11] drivers: net: aquantia: add PHY generation information Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 05/11] drivers: net: aquantia: set up SI protocol based on interface type Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 06/11] drivers: net: aquantia: set MDI reversal based on DT property Alex Marginean
2019-08-09 13:17   ` Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 07/11] drivers: net: aquantia: set SMBus addr " Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 08/11] drivers: net: aquantia: use SI and LI status in loop waiting for link up Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 09/11] doc: bindings: add bindings document for PHY nodes Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 10/11] doc: bindings: Aquantia PHY node binding Alex Marginean
2019-08-08 16:45 ` [U-Boot] [PATCH 11/11] drivers: net: fsl_enetc: use XFI, USXGMII interface type macros Alex Marginean
2019-08-08 19:21 ` Alex Marginean [this message]
2019-08-12 13:38 ` [U-Boot] [PATCH 00/11] Aquantia PHY driver updates to reduce FW dependency Alex Marginean

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=fe69eedb-e86f-1dd8-e522-a2912a331d84@gmail.com \
    --to=alexm.osslist@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox