linux-embedded.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
To: netdev@vger.kernel.org
Cc: linux-arm-kernel@lists.arm.linux.org.uk, linux-embedded@vger.kernel.org
Subject: [PATCH 0/2] phylib: mdio-ofgpio ---> mdio-gpio (v3)
Date: Fri, 14 Nov 2008 12:24:22 +0200	[thread overview]
Message-ID: <20081114102336.11513.67767.stgit@Programuotojas.82-135-208-232.ip.zebra.lt> (raw)

I think these patches are ready for merging to netdev-next.
If there is need I can merge these two patches to single.

Changes since v2:
- finished with rework patch

Changes since v1:
- broken to rename patch and mdio-gpio rework

---

Paulius Zaleckas (2):
      phylib: make mdio-gpio work without OF (v4)
      phylib: rename mdio-ofgpio to mdio-gpio


 drivers/net/phy/Kconfig       |    7 +
 drivers/net/phy/Makefile      |    2 
 drivers/net/phy/mdio-gpio.c   |  296 +++++++++++++++++++++++++++++++++++++++++
 drivers/net/phy/mdio-ofgpio.c |  204 ----------------------------
 include/linux/mdio-gpio.h     |   25 +++
 5 files changed, 327 insertions(+), 207 deletions(-)
 create mode 100644 drivers/net/phy/mdio-gpio.c
 delete mode 100644 drivers/net/phy/mdio-ofgpio.c
 create mode 100644 include/linux/mdio-gpio.h

             reply	other threads:[~2008-11-14 10:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-14 10:24 Paulius Zaleckas [this message]
2008-11-14 10:24 ` [PATCH 1/2] phylib: rename mdio-ofgpio to mdio-gpio Paulius Zaleckas
2008-11-14 10:24 ` [PATCH 2/2] phylib: make mdio-gpio work without OF (v4) Paulius Zaleckas
2008-11-20 16:24   ` Laurent Pinchart

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=20081114102336.11513.67767.stgit@Programuotojas.82-135-208-232.ip.zebra.lt \
    --to=paulius.zaleckas@teltonika.lt \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-embedded@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).