All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] include/net.h: add max_speed member in struct eth_pdata
Date: Mon, 11 Jan 2016 10:10:18 +0000	[thread overview]
Message-ID: <1452507018.3277.9.camel@synopsys.com> (raw)
In-Reply-To: <1450889162-22006-1-git-send-email-abrodkin@synopsys.com>

Hi Joe,

On Wed, 2015-12-23 at 19:46 +0300, Alexey Brodkin wrote:
> This will be used for getting max speed mode of Ethernet interface that
> a particular MAC supports from Device Tree blob and later being used for
> phy configuration.
> 
> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> Cc: Joe Hershberger <joe.hershberger@ni.com>
> ---
>  include/net.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/net.h b/include/net.h
> index ebed29a..7dbba09 100644
> --- a/include/net.h
> +++ b/include/net.h
> @@ -86,11 +86,13 @@ enum eth_state_t {
>   * @iobase: The base address of the hardware registers
>   * @enetaddr: The Ethernet MAC address that is loaded from EEPROM or env
>   * @phy_interface: PHY interface to use - see PHY_INTERFACE_MODE_...
> + * @max_speed: Maximum speed of Ethernet connection supported by MAC
>   */
>  struct eth_pdata {
>  	phys_addr_t iobase;
>  	unsigned char enetaddr[6];
>  	int phy_interface;
> +	int max_speed;
>  };
>  
>  enum eth_recv_flags {

Any chance for this one to be applied?

-Alexey

      reply	other threads:[~2016-01-11 10:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-23 16:46 [U-Boot] [PATCH] include/net.h: add max_speed member in struct eth_pdata Alexey Brodkin
2016-01-11 10:10 ` Alexey Brodkin [this message]

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=1452507018.3277.9.camel@synopsys.com \
    --to=alexey.brodkin@synopsys.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.