public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] fs:ext4:fix: Fixes for ext4write command
@ 2012-11-26 16:13 Lukasz Majewski
  2012-11-26 16:13 ` [U-Boot] [PATCH 1/4] fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division Lukasz Majewski
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Lukasz Majewski @ 2012-11-26 16:13 UTC (permalink / raw)
  To: u-boot

Several fixes for ext4write command including:
- compiler warnings suppress
- lldiv() and do_div() instead of "plain" / and %  operands for 64-32 bits
- Proper initialization of dev_desc

Lukasz Majewski (4):
  fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division
  fs:ext4:write: Store block device descriptor in file system structure
  fs:ext4:fix: Code refactoring to suppress compiler warnings
  arm:trats: Adjust Samsung's TRATS config file

 fs/ext4/dev.c           |    1 +
 fs/ext4/ext4_common.c   |   14 ++++++++++----
 fs/ext4/ext4_journal.c  |    3 +--
 fs/ext4/ext4fs.c        |    8 +++-----
 include/configs/trats.h |    5 +++++
 5 files changed, 20 insertions(+), 11 deletions(-)

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-12-04  8:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 16:13 [U-Boot] [PATCH 0/4] fs:ext4:fix: Fixes for ext4write command Lukasz Majewski
2012-11-26 16:13 ` [U-Boot] [PATCH 1/4] fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division Lukasz Majewski
2012-11-26 16:13 ` [U-Boot] [PATCH 2/4] fs:ext4:write: Store block device descriptor in file system structure Lukasz Majewski
2012-11-26 16:13 ` [U-Boot] [PATCH 3/4] fs:ext4:fix: Code refactoring to suppress compiler warnings Lukasz Majewski
2012-12-02 21:13   ` Simon Glass
2012-11-26 16:13 ` [U-Boot] [PATCH 4/4] arm:trats: Adjust Samsung's TRATS config file Lukasz Majewski
2012-12-04  8:49 ` [U-Boot] [PATCH 0/4] fs:ext4:fix: Fixes for ext4write command Lukasz Majewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox