public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 00/11] Moving Axi emac to DM
Date: Thu, 17 Dec 2015 13:04:57 +0100	[thread overview]
Message-ID: <cover.1450353904.git.michal.simek@xilinx.com> (raw)

Hi,

This patch series depends on microblaze cleanup series.
All these patches will be available in
git://git.denx.de/u-boot-microblaze.git
also with patches which I am going to send now.

Thanks,
Michal

Changes in v2:
- Change commit message - Joe
- Remove additional blank line - Joe
- Remove one comment - Joe
- new patch is this series

Michal Simek (11):
  net: axi_emac: Fix parentheses around operand !
  net: axi_emac: Show phy address instead of register content
  net: axi_emac: Pass directly pointer to register space
  net: axi_emac: Put iobase to private structure
  net: axi_emac: Pass private structure to phyread/phywrite
  net: axi_emac: Pass private structure where possible
  net: axi_emac: Move driver to DM
  net: axi_emac: Enable access to MDIO in probe
  net: axi_emac: Split recv from free_pkt
  net: axi_emac: Rename start, stop, write_hwaddr functions
  net: Add axi emac to Kconfig

 .../xilinx/microblaze-generic/microblaze-generic.c |   5 -
 board/xilinx/zynq/board.c                          |   4 -
 drivers/net/Kconfig                                |   8 +
 drivers/net/xilinx_axi_emac.c                      | 280 +++++++++++++--------
 include/netdev.h                                   |   2 -
 5 files changed, 183 insertions(+), 116 deletions(-)

-- 
1.9.1

             reply	other threads:[~2015-12-17 12:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17 12:04 Michal Simek [this message]
2015-12-17 12:04 ` [U-Boot] [PATCH v2 01/11] net: axi_emac: Fix parentheses around operand ! Michal Simek
2015-12-17 12:04 ` [U-Boot] [PATCH v2 02/11] net: axi_emac: Show phy address instead of register content Michal Simek
2015-12-17 12:05 ` [U-Boot] [PATCH v2 03/11] net: axi_emac: Pass directly pointer to register space Michal Simek
2015-12-17 12:05 ` [U-Boot] [PATCH v2 04/11] net: axi_emac: Put iobase to private structure Michal Simek
2015-12-17 12:05 ` [U-Boot] [PATCH v2 05/11] net: axi_emac: Pass private structure to phyread/phywrite Michal Simek
2015-12-17 12:05 ` [U-Boot] [PATCH v2 06/11] net: axi_emac: Pass private structure where possible Michal Simek
2015-12-17 12:05 ` [U-Boot] [PATCH v2 07/11] net: axi_emac: Move driver to DM Michal Simek
2015-12-17 12:05 ` [U-Boot] [PATCH v2 08/11] net: axi_emac: Enable access to MDIO in probe Michal Simek
2015-12-17 12:05 ` [U-Boot] [PATCH v2 09/11] net: axi_emac: Split recv from free_pkt Michal Simek
2015-12-17 12:05 ` [U-Boot] [PATCH v2 10/11] net: axi_emac: Rename start, stop, write_hwaddr functions Michal Simek
2015-12-17 12:05 ` [U-Boot] [PATCH v2 11/11] net: Add axi emac to Kconfig Michal Simek

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=cover.1450353904.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.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