All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mario Limonciello <mario_limonciello@dell.com>
To: hayeswang@realtek.com
Cc: LKML <linux-kernel@vger.kernel.org>,
	Netdev <netdev@vger.kernel.org>,
	Linux USB <linux-usb@vger.kernel.org>,
	pali.rohar@gmail.com, anthony.wong@canonical.com,
	Greg KH <gregkh@linuxfoundation.org>,
	Mario Limonciello <mario_limonciello@dell.com>
Subject: [PATCH v3] r8152: Add support for setting pass through MAC address on RTL8153-AD
Date: Mon,  6 Jun 2016 09:15:20 -0500	[thread overview]
Message-ID: <1465222521-7217-1-git-send-email-mario_limonciello@dell.com> (raw)

Since this is a Realtek feature, I feel this shouldn't be moved into a platform
MAC address lookup.  The code should only be run when the correct Realtek device
is plugged in.

Changes from v2:
 * Only apply to RTL8153-AD w/ eFuse pass through mac address pass thru
   bit set.
 * Drop matching DMI information on Dell.  Although this is implemented on
   Dell, this is a Realtek feature that may may be implemented on other
   OEMs as well.
 * Test that pass through MAC address is valid, fall back to HW address if
   invalid.
 * Don't track status of which device has MAC pass through activated.
 - Expected experience is that if two docks (RTL8153-AD's w/ mac pass thru
   bit set) were plugged in both should have MAC pass through activated.

Mario Limonciello (1):
  r8152: Add support for setting pass through MAC address on RTL8153-AD

 drivers/net/usb/r8152.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 58 insertions(+), 2 deletions(-)

-- 
2.7.4

             reply	other threads:[~2016-06-06 14:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-06 14:15 Mario Limonciello [this message]
2016-06-06 14:15 ` [PATCH v3] r8152: Add support for setting pass through MAC address on RTL8153-AD Mario Limonciello
2016-06-06 14:39   ` Greg KH
2016-06-06 14:56     ` Mario_Limonciello
2016-06-06 16:12       ` Greg KH
2016-06-06 17:24         ` Mario_Limonciello
2016-06-06 17:38           ` Greg KH
2016-06-06 14:40   ` Andrew Lunn
2016-06-06 14:57     ` Mario_Limonciello
2016-06-06 14:40 ` Greg KH
2016-06-06 14:43   ` Mario_Limonciello
2016-06-06 14:50     ` Greg KH
2016-06-06 14:51       ` Mario_Limonciello

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=1465222521-7217-1-git-send-email-mario_limonciello@dell.com \
    --to=mario_limonciello@dell.com \
    --cc=anthony.wong@canonical.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hayeswang@realtek.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pali.rohar@gmail.com \
    /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.