mbox

[U-Boot] Pull request - emaclite

Message ID 4E8957CA.2090004@monstr.eu
State Accepted
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git emaclite

Message

Michal Simek Oct. 3, 2011, 6:35 a.m. UTC
Dear Wolfgang Denk,

please pull these emaclite changes.

Thanks,
Michal

The following changes since commit 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4:
   Marek Vasut (1):
         GCC4.6: Squash warning in lzo1x_decompress.c

are available in the git repository at:

   git://www.denx.de/git/u-boot-microblaze.git emaclite

Michal Simek (5):
       net: emaclite: Change driver name and add address
       net: emaclite: Remove deviceid property
       net: emaclite: Use calloc instead of malloc
       net: emaclite: Remove baseaddress from xemaclite
       net: emaclite: Use dynamic allocation

  drivers/net/xilinx_emaclite.c |   85 ++++++++++++++++++++++-------------------
  1 files changed, 46 insertions(+), 39 deletions(-)

Comments

Wolfgang Denk Oct. 4, 2011, 8:05 p.m. UTC | #1
Dear Michal Simek,

In message <4E8957CA.2090004@monstr.eu> you wrote:
> Dear Wolfgang Denk,
> 
> please pull these emaclite changes.
> 
> Thanks,
> Michal
> 
> The following changes since commit 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4:
>    Marek Vasut (1):
>          GCC4.6: Squash warning in lzo1x_decompress.c
> 
> are available in the git repository at:
> 
>    git://www.denx.de/git/u-boot-microblaze.git emaclite
> 
> Michal Simek (5):
>        net: emaclite: Change driver name and add address
>        net: emaclite: Remove deviceid property
>        net: emaclite: Use calloc instead of malloc
>        net: emaclite: Remove baseaddress from xemaclite
>        net: emaclite: Use dynamic allocation
> 
>   drivers/net/xilinx_emaclite.c |   85 ++++++++++++++++++++++-------------------
>   1 files changed, 46 insertions(+), 39 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk