From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Chemparathy Date: Wed, 01 Sep 2010 11:34:11 -0400 Subject: [U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device In-Reply-To: <4C7C9277.1010304@gmail.com> References: <1280885633-22185-1-git-send-email-cyril@ti.com> <1280885633-22185-2-git-send-email-cyril@ti.com> <4C7C9277.1010304@gmail.com> Message-ID: <4C7E7273.2050109@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ben, I seem to have missed a comment while responding earlier: [...] >> +int cpsw_register(struct cpsw_platform_data *data) > Please redo things so that this function takes generic arguments. Build > up your struct internally. Could you elaborate on the generic arguments here? Are you referring to the eth_device struct and bd_t args? Regards Cyril.