Re: [U-Boot] [PATCH v2] Add support for MMC to fw_printenv/setenv

2012-10-15 Thread Joe Hershberger
Hi Christian, On Thu, Jan 5, 2012 at 6:30 PM, Christian Daudt wrote: > Changes from previous: > - Changed // to /* */ > - Ran through checkpatch.pl, cleaned up a number of line-too-big and > extra space in the code that was shifted due to being in the new 'if'. > > Thanks, > csd > > > Subjec

Re: [U-Boot] [PATCH v2] Add support for MMC to fw_printenv/setenv

2012-10-15 Thread Joe Hershberger
Hi Christian, On Thu, Jan 5, 2012 at 6:30 PM, Christian Daudt wrote: > Changes from previous: > - Changed // to /* */ > - Ran through checkpatch.pl, cleaned up a number of line-too-big and > extra space in the code that was shifted due to being in the new 'if'. Your patch appears to be corrupt.

Re: [U-Boot] [PATCH v2] Add support for MMC to fw_printenv/setenv

2012-01-05 Thread Mike Frysinger
On Thursday 05 January 2012 19:30:57 Christian Daudt wrote: > Subject: [PATCH] Add support for MMC to fw_printenv/setenv > > This patch checks if the fd is MTD and if not (using an MTD-specific IOCTL) > and skips the flash unlock/erase/lock sequence if it is not MTD. > - fd_is_mtd function added t

[U-Boot] [PATCH v2] Add support for MMC to fw_printenv/setenv

2012-01-05 Thread Christian Daudt
Changes from previous: - Changed // to /* */ - Ran through checkpatch.pl, cleaned up a number of line-too-big and extra space in the code that was shifted due to being in the new 'if'. Thanks, csd Subject: [PATCH] Add support for MMC to fw_printenv/setenv This patch checks if the fd is MTD