Dear uma.shan...@samsung.com,

In message <1325039007-10611-1-git-send-email-uma.shan...@samsung.com> you 
wrote:
> From: Uma Shankar <uma.shan...@samsung.com>
> 
> Signed-off-by: Uma Shankar <uma.shan...@samsung.com>
> Signed-off-by: Manjunatha C Achar <a.manjuna...@samsung.com>
> Signed-off-by: Iqbal Shareef <iqbal....@samsung.com>
> Signed-off-by: Hakgoo Lee <goodguy....@samsung.com>
> ---
> Changes for v2:
>       - Code cleanup, changed comment style
>       - camel case removed, resolved code alignment issues
>       - memory allocation logic changed, removed busybox logic
>       - Modified ext4 load to remove grub dependency (GPLv3)
>       - Introduced new Config for ext4 write 
> 
> Changes for v1:
>       - Removed checkpatch warnings and errors
>       - Moved common API's of ext2 and ext4 to one generic header file
> 
>  common/cmd_ext4.c      |  141 +++++
>  fs/ext4/Makefile       |    1 +
>  fs/ext4/README         |   46 ++
>  fs/ext4/crc16.c        |   62 +++
>  fs/ext4/crc16.h        |   16 +
>  fs/ext4/ext4_common.c  | 1380 
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  fs/ext4/ext4_common.h  |   20 +
>  fs/ext4/ext4_journal.c |  662 +++++++++++++++++++++++
>  fs/ext4/ext4_journal.h |  147 +++++
>  fs/ext4/ext4fs.c       |  972 ++++++++++++++++++++++++++++++++++
>  include/ext4fs.h       |   12 +
>  11 files changed, 3459 insertions(+), 0 deletions(-)
>  create mode 100644 fs/ext4/README
>  create mode 100644 fs/ext4/crc16.c
>  create mode 100644 fs/ext4/crc16.h
>  create mode 100644 fs/ext4/ext4_journal.c
>  create mode 100644 fs/ext4/ext4_journal.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Youth doesn't excuse everything.
        -- Dr. Janice Lester (in Kirk's body), "Turnabout Intruder",
           stardate 5928.5.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to