All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-net.git next
@ 2012-07-11 18:36 Joe Hershberger
  2012-07-12  6:32 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Hershberger @ 2012-07-11 18:36 UTC (permalink / raw)
  To: u-boot

The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4:
  Wolfgang Denk (1):
        Prepare v2012.07-rc1

are available in the git repository at:

  git://git.denx.de/u-boot-net.git next

Dinh Nguyen (1):
      net/designware: Consecutive writes to the same register to be avoided

Jayachandran Chandrasekharan Nair (1):
      net: tftp: fix type of block arg to store_block

Joe Hershberger (1):
      net: Inline the new eth_setenv_enetaddr_by_index function

Marek Vasut (1):
      CACHE: net: asix: Fix asix driver to work with data cache on

Rob Herring (1):
      net: allow setting env enetaddr from net device setting

Timur Tabi (2):
      phylib: phy_startup() should return an error code on failure
      net: abort network initialization if the PHY driver fails

Troy Kisky (1):
      net: phy: micrel: make ksz9021 phy accessible

 doc/README.enetaddr             |    6 +++++-
 drivers/net/designware.c        |    4 ++--
 drivers/net/fec_mxc.c           |    8 +++++++-
 drivers/net/fm/eth.c            |    9 ++++++++-
 drivers/net/phy/micrel.c        |   15 +++++++++++++--
 drivers/net/phy/phy.c           |    5 ++++-
 drivers/net/sh_eth.c            |    6 +++++-
 drivers/net/tsec.c              |    8 +++++++-
 drivers/net/xilinx_axi_emac.c   |    6 +++++-
 drivers/net/xilinx_ll_temac.c   |    8 +++++++-
 drivers/usb/eth/asix.c          |   30 +++++++++++++++++-------------
 include/configs/mx6qsabrelite.h |    1 +
 net/eth.c                       |   14 ++++++++++++++
 net/tftp.c                      |    2 +-
 14 files changed, 96 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Pull request: u-boot-net.git next
  2012-07-11 18:36 [U-Boot] Pull request: u-boot-net.git next Joe Hershberger
@ 2012-07-12  6:32 ` Wolfgang Denk
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2012-07-12  6:32 UTC (permalink / raw)
  To: u-boot

Dear Joe Hershberger,

In message <CANr=Z=bce0rtb_Lud=BhH_xxX4zBQMhMeaQPx_U_WpnS4SzU_A@mail.gmail.com> you wrote:
> The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4:
>   Wolfgang Denk (1):
>         Prepare v2012.07-rc1
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git next
> 
> Dinh Nguyen (1):
>       net/designware: Consecutive writes to the same register to be avoided
> 
> Jayachandran Chandrasekharan Nair (1):
>       net: tftp: fix type of block arg to store_block
> 
> Joe Hershberger (1):
>       net: Inline the new eth_setenv_enetaddr_by_index function
> 
> Marek Vasut (1):
>       CACHE: net: asix: Fix asix driver to work with data cache on
> 
> Rob Herring (1):
>       net: allow setting env enetaddr from net device setting
> 
> Timur Tabi (2):
>       phylib: phy_startup() should return an error code on failure
>       net: abort network initialization if the PHY driver fails
> 
> Troy Kisky (1):
>       net: phy: micrel: make ksz9021 phy accessible
> 
>  doc/README.enetaddr             |    6 +++++-
>  drivers/net/designware.c        |    4 ++--
>  drivers/net/fec_mxc.c           |    8 +++++++-
>  drivers/net/fm/eth.c            |    9 ++++++++-
>  drivers/net/phy/micrel.c        |   15 +++++++++++++--
>  drivers/net/phy/phy.c           |    5 ++++-
>  drivers/net/sh_eth.c            |    6 +++++-
>  drivers/net/tsec.c              |    8 +++++++-
>  drivers/net/xilinx_axi_emac.c   |    6 +++++-
>  drivers/net/xilinx_ll_temac.c   |    8 +++++++-
>  drivers/usb/eth/asix.c          |   30 +++++++++++++++++-------------
>  include/configs/mx6qsabrelite.h |    1 +
>  net/eth.c                       |   14 ++++++++++++++
>  net/tftp.c                      |    2 +-
>  14 files changed, 96 insertions(+), 26 deletions(-)

Applied to "next" branch, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
In the beginning, there was nothing, which exploded.
                                - Terry Pratchett, _Lords and Ladies_

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Pull request: u-boot-net.git next
  2012-07-24 19:20 Joe Hershberger
@ 2012-07-26  9:01 ` Wolfgang Denk
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2012-07-26  9:01 UTC (permalink / raw)
  To: u-boot

Dear Joe Hershberger,

In message <CANr=Z=ZmdxfwZNTh7vaVhP9YpjgBqhW7AMSk6-kv1g3NX+OWEg@mail.gmail.com> you wrote:
> The following changes since commit f41471e6a36e70e53bf4cbe4247ff4c0ba87e56f:
>   benoit.thebaudeau at advans (1):
>         net: fec_mxc: Fix MDC for xMII
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git next
> 
> Yoshihiro Shimoda (4):
>       net: sh_eth: clean up for the SH7757's code
>       net: sh_eth: add SH_ETH_TYPE_ condition
>       net: sh_eth: modify the definitions of regsiter
>       net: sh_eth: add support for SH7757's GETHER
> 
>  drivers/net/sh_eth.c |  139 ++++++++----------
>  drivers/net/sh_eth.h |  391 ++++++++++++++++++++++++++++++--------------------
>  2 files changed, 299 insertions(+), 231 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"The trouble with doing something right the first time is that nobody
appreciates how difficult it was."                        - Walt West

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Pull request: u-boot-net.git next
@ 2012-07-24 19:20 Joe Hershberger
  2012-07-26  9:01 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Hershberger @ 2012-07-24 19:20 UTC (permalink / raw)
  To: u-boot

The following changes since commit f41471e6a36e70e53bf4cbe4247ff4c0ba87e56f:
  benoit.thebaudeau at advans (1):
        net: fec_mxc: Fix MDC for xMII

are available in the git repository at:

  git://git.denx.de/u-boot-net.git next

Yoshihiro Shimoda (4):
      net: sh_eth: clean up for the SH7757's code
      net: sh_eth: add SH_ETH_TYPE_ condition
      net: sh_eth: modify the definitions of regsiter
      net: sh_eth: add support for SH7757's GETHER

 drivers/net/sh_eth.c |  139 ++++++++----------
 drivers/net/sh_eth.h |  391 ++++++++++++++++++++++++++++++--------------------
 2 files changed, 299 insertions(+), 231 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Pull request: u-boot-net.git next
  2012-07-19 16:54 Joe Hershberger
@ 2012-07-20  7:11 ` Wolfgang Denk
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2012-07-20  7:11 UTC (permalink / raw)
  To: u-boot

Dear Joe Hershberger,

In message <CANr=Z=ZsGgy=iM+sQrbqp+QVJhVPzzS8tnMW228dDU99_DKwTw@mail.gmail.com> you wrote:
> The following changes since commit 0878222fed3fafbfd0b1f2e5a6b2da90a81e910d:
>   Wolfgang Denk (1):
>         Merge branch 'next' of git://git.denx.de/u-boot-net into next
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git next
> 
> Tetsuyuki Kobayashi (1):
>       net: nfs: make NFS_TIMEOUT configurable
> 
> benoit.thebaudeau at advans (2):
>       net: fec_mxc: Fix setting of RCR for xMII
>       net: fec_mxc: Fix MDC for xMII
> 
>  README                |    7 +++++++
>  drivers/net/fec_mxc.c |   10 ++++------
>  net/nfs.c             |    6 +++++-
>  3 files changed, 16 insertions(+), 7 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The one who says it cannot be done should never interrupt the one who
is doing it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Pull request: u-boot-net.git next
@ 2012-07-19 16:54 Joe Hershberger
  2012-07-20  7:11 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Hershberger @ 2012-07-19 16:54 UTC (permalink / raw)
  To: u-boot

The following changes since commit 0878222fed3fafbfd0b1f2e5a6b2da90a81e910d:
  Wolfgang Denk (1):
        Merge branch 'next' of git://git.denx.de/u-boot-net into next

are available in the git repository at:

  git://git.denx.de/u-boot-net.git next

Tetsuyuki Kobayashi (1):
      net: nfs: make NFS_TIMEOUT configurable

benoit.thebaudeau at advans (2):
      net: fec_mxc: Fix setting of RCR for xMII
      net: fec_mxc: Fix MDC for xMII

 README                |    7 +++++++
 drivers/net/fec_mxc.c |   10 ++++------
 net/nfs.c             |    6 +++++-
 3 files changed, 16 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-26  9:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 18:36 [U-Boot] Pull request: u-boot-net.git next Joe Hershberger
2012-07-12  6:32 ` Wolfgang Denk
2012-07-19 16:54 Joe Hershberger
2012-07-20  7:11 ` Wolfgang Denk
2012-07-24 19:20 Joe Hershberger
2012-07-26  9:01 ` Wolfgang Denk

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.