All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Cochran <richardcochran@gmail.com>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH 0/6] phylib: cleanups
Date: Mon, 6 Jan 2014 09:35:42 +0100	[thread overview]
Message-ID: <20140106083542.GA4897@netboy> (raw)
In-Reply-To: <52C960B8.1020607@cogentembedded.com>

On Sun, Jan 05, 2014 at 05:40:08PM +0400, Sergei Shtylyov wrote:
> On 05-01-2014 12:31, Richard Cochran wrote:
> >After all, there are not that many phylib drivers.
> 
>    Really? I find the number to be intimidating enough to not do the
> cleanups on them also in this same patchset. Anyway, the callback
> was intended for the Ethernet drivers.

I once made a list using cscope, in order find all phylib drivers that
are missing skb_tx_timestamp. Here is what I came up with at that
time. Discounting those files under 'phylib' and 'unlikely', I only
found 30 drivers.

Finding files #including file: linux/phy.h

* arm
  drivers/net/arm/ixp4xx_eth.c
  drivers/net/davinci_emac.c
  drivers/net/macb.c
  drivers/net/pxa168_eth.c
  drivers/net/ax88796.c
  drivers/net/smsc911x.c
* powerpc
  drivers/net/fec_mpc52xx.c
  drivers/net/fs_enet/fs_enet-main.c
  drivers/net/ll_temac_main.c
  drivers/net/mv643xx_eth.c
  drivers/net/ucc_geth.c
  drivers/net/xilinx_emaclite.c
* x86
  drivers/net/dnet.c
  drivers/net/ethoc.c
  drivers/net/fec.c
  drivers/net/r6040.c
  drivers/net/smsc9420.c
  drivers/net/stmmac/stmmac_main.c
  drivers/net/tg3.c
* mips
  drivers/net/au1000_eth.c
  drivers/net/bcm63xx_enet.h
  drivers/net/cpmac.c
  drivers/net/lantiq_etop.c
  drivers/net/octeon/octeon_mgmt.c
  drivers/net/sb1250-mac.c
  drivers/net/tc35815.c
* sparc
  drivers/net/greth.h
* superh
  drivers/net/sh_eth.c
  drivers/net/sh_eth.h
* xtensa
  drivers/net/s6gmac.c
* phylib
  drivers/net/phy/bcm63xx.c
  drivers/net/phy/broadcom.c
  drivers/net/phy/cicada.c
  drivers/net/phy/davicom.c
  drivers/net/phy/dp83640.c
  drivers/net/phy/et1011c.c
  drivers/net/phy/fixed.c
  drivers/net/phy/icplus.c
  drivers/net/phy/lxt.c
  drivers/net/phy/marvell.c
  drivers/net/phy/mdio-octeon.c
  drivers/net/phy/mdio_bus.c
  drivers/net/phy/micrel.c
  drivers/net/phy/national.c
  drivers/net/phy/phy.c
  drivers/net/phy/phy_device.c
  drivers/net/phy/qsemi.c
  drivers/net/phy/realtek.c
  drivers/net/phy/smsc.c
  drivers/net/phy/ste10Xp.c
  drivers/net/phy/vitesse.c
* unlikely
  drivers/net/pasemi_mac.h
  drivers/of/of_mdio.c
  drivers/staging/octeon/ethernet-mdio.c
  drivers/staging/octeon/ethernet-rgmii.c
  drivers/staging/octeon/ethernet.c
  include/linux/bfin_mac.h
  include/linux/fec.h
  include/linux/mdio-bitbang.h
  include/linux/of_mdio.h
  include/linux/smsc911x.h
  net/core/timestamping.c
  net/dsa/dsa_priv.h
  net/dsa/mv88e6060.c
  net/dsa/mv88e6123_61_65.c
  net/dsa/mv88e6131.c
  net/dsa/mv88e6xxx.c
  net/dsa/slave.c
 
>    Thanks I found those eventually. However, my LinkedIn account
> told me that Andy left Freescale about that time (it also gave up
> his private email though).

Okay, so you know more than I do.

Thanks,
Richard

  reply	other threads:[~2014-01-06  8:35 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-04  1:13 [PATCH 0/6] phylib: cleanups Sergei Shtylyov
2014-01-04  1:14 ` [PATCH 1/6] phy: coding style fixes Sergei Shtylyov
2014-01-04  1:16 ` [PATCH 2/6] mdio_bus: " Sergei Shtylyov
2014-01-04  1:17 ` [PATCH 3/6] phy: kill useless local variables Sergei Shtylyov
2014-01-04  7:34   ` Richard Cochran
2014-01-04  1:19 ` [PATCH 4/6] phy: kill excess code Sergei Shtylyov
2014-01-04  7:36   ` Richard Cochran
2014-01-04 16:29     ` Sergei Shtylyov
2014-01-04 15:42       ` Richard Cochran
2014-01-04 16:47         ` Sergei Shtylyov
2014-01-04 15:51           ` Richard Cochran
2014-01-05  0:50             ` Sergei Shtylyov
     [not found]   ` <CAGVrzcadLFE-FWvgDQE5gkd6COZkGs2Q4SQdnOdKE4Deu-qa0A@mail.gmail.com>
2014-01-04 16:24     ` Sergei Shtylyov
2014-01-04  1:21 ` [PATCH 5/6] phylib: remove unused adjust_state callback Sergei Shtylyov
2014-01-04  1:23 ` [PATCH 6/6] phylib: make phy_scan_fixups() static Sergei Shtylyov
2014-01-05  0:07   ` Sergei Shtylyov
2014-01-04  1:28 ` [PATCH 0/6] phylib: cleanups Sergei Shtylyov
2014-01-04 15:53 ` Richard Cochran
2014-01-04 17:14   ` Sergei Shtylyov
2014-01-04 18:53     ` Sergei Shtylyov
2014-01-05  8:31       ` Richard Cochran
2014-01-05 13:40         ` Sergei Shtylyov
2014-01-06  8:35           ` Richard Cochran [this message]
2014-01-04 16:41 ` Sergei Shtylyov

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=20140106083542.GA4897@netboy \
    --to=richardcochran@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=sergei.shtylyov@cogentembedded.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.