Re: [U-Boot] [PATCH v3 1/2] net: add Calxeda xgmac driver

2012-01-05 Thread Wolfgang Denk
Dear Rob Herring, In message 1323983750-3399-1-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@calxeda.com This adds ethernet driver for Calxeda xgmac found on Highbank SOC. Signed-off-by: Rob Herring rob.herr...@calxeda.com --- v3: - whitespace fixes -

Re: [U-Boot] [PATCH v3 1/2] net: add Calxeda xgmac driver

2011-12-20 Thread Wolfgang Denk
Dear Rob Herring, In message 1323983750-3399-1-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@calxeda.com This adds ethernet driver for Calxeda xgmac found on Highbank SOC. Signed-off-by: Rob Herring rob.herr...@calxeda.com --- v3: - whitespace fixes -

Re: [U-Boot] [PATCH v3 1/2] net: add Calxeda xgmac driver

2011-12-20 Thread Rob Herring
Wolfgang, On 12/20/2011 04:42 PM, Wolfgang Denk wrote: Dear Rob Herring, In message 1323983750-3399-1-git-send-email-robherri...@gmail.com you wrote: From: Rob Herring rob.herr...@calxeda.com This adds ethernet driver for Calxeda xgmac found on Highbank SOC. Signed-off-by: Rob Herring

Re: [U-Boot] [PATCH v3 1/2] net: add Calxeda xgmac driver

2011-12-20 Thread Wolfgang Denk
Dear Rob Herring, In message 4ef11209.5050...@gmail.com you wrote: Are there going to be any users for this driver? Yes. Patch 2/2 adds support to Calxeda Highbank. I saw this myself 5 seconds later, but my send button has no undo function ;-) Sorry... Checkpatch says: WARNING:

Re: [U-Boot] [PATCH v3 1/2] net: add Calxeda xgmac driver

2011-12-20 Thread Rob Herring
Wolfgang, On 12/20/2011 05:09 PM, Wolfgang Denk wrote: Dear Rob Herring, In message 4ef11209.5050...@gmail.com you wrote: Are there going to be any users for this driver? Yes. Patch 2/2 adds support to Calxeda Highbank. I saw this myself 5 seconds later, but my send button has no undo

[U-Boot] [PATCH v3 1/2] net: add Calxeda xgmac driver

2011-12-15 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com This adds ethernet driver for Calxeda xgmac found on Highbank SOC. Signed-off-by: Rob Herring rob.herr...@calxeda.com --- v3: - whitespace fixes - move reset to .init function - fix calxedaxgmac_initialize return values - fix 2 build warnings v2: