mbox

[U-Boot] Please pull u-boot-sparc.git net branch

Message ID 4CE4DA04.1020801@gaisler.com
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

git://www.denx.de/git/u-boot-sparc.git net

Message

Daniel Hellstrom Nov. 18, 2010, 7:47 a.m. UTC
Dear Wolfgang,

Please pull the net branch of the Sparc repository. The patches include 
some bug fixes and debug printout cleanups of the GRETH network driver.

Thanks,
Daniel Hellstrom


The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:
  Kumar Gala (1):
        malloc: Fix issue with calloc memory possibly being non-zero

are available in the git repository at:

  git://www.denx.de/git/u-boot-sparc.git net

Daniel Hellstrom (6):
      GRETH: removed unneccesary register write and one clean up.
      GRETH: made debug printouts use common debug() macro.
      GRETH: Added autodetection of PHY address, or let BSP hardcode it.
      GRETH: Added extra RESET, this is needed if GRETH was stopped 
during an ethernet frame reception.
      GRETH: fixed 2 decriptor table typos
      GRETH: removed space in network driver device name.

 drivers/net/greth.c |  164 
+++++++++++++++++++++++++++++----------------------
 1 files changed, 94 insertions(+), 70 deletions(-)

Comments

Mike Frysinger Nov. 18, 2010, 9:13 a.m. UTC | #1
On Thursday, November 18, 2010 02:47:16 Daniel Hellstrom wrote:
>       GRETH: Added extra RESET, this is needed if GRETH was stopped
> during an ethernet frame reception.

for future reference, this subject line is too long.  and summaries shouldnt 
end with periods.
-mike
Wolfgang Denk Nov. 19, 2010, 8:59 p.m. UTC | #2
Dear Daniel Hellstrom,

In message <4CE4DA04.1020801@gaisler.com> you wrote:
> 
> The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:
>   Kumar Gala (1):
>         malloc: Fix issue with calloc memory possibly being non-zero
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-sparc.git net
> 
> Daniel Hellstrom (6):
>       GRETH: removed unneccesary register write and one clean up.
>       GRETH: made debug printouts use common debug() macro.
>       GRETH: Added autodetection of PHY address, or let BSP hardcode it.
>       GRETH: Added extra RESET, this is needed if GRETH was stopped 
> during an ethernet frame reception.
>       GRETH: fixed 2 decriptor table typos
>       GRETH: removed space in network driver device name.
> 
>  drivers/net/greth.c |  164 
> +++++++++++++++++++++++++++++----------------------
>  1 files changed, 94 insertions(+), 70 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk