index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_jffs2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-02-28
common: Use new numeric setenv functions
Simon Glass
1
-3
/
+1
2011-01-19
cmd_jffs2: Fix get_part_sector_size_nor() overflow bug
Peter Tyser
1
-1
/
+1
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
1
-3
/
+3
2010-01-26
jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE
Mike Frysinger
1
-2
/
+2
2009-07-16
Remove legacy NAND and disk on chip code.
Scott Wood
1
-15
/
+0
2009-06-12
General help message cleanup
Wolfgang Denk
1
-4
/
+3
2009-05-28
jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
Stefan Roese
1
-17
/
+27
2009-03-20
Separate mtdparts command from jffs2
Stefan Roese
1
-1725
/
+6
2009-01-28
Command usage cleanup
Peter Tyser
1
-5
/
+5
2009-01-28
Standardize command usage messages with cmd_usage()
Peter Tyser
1
-1
/
+1
2009-01-27
jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
Tomasz Figa
1
-0
/
+92
2008-12-09
jffs2: add sector_size field to part_info structure
Ilya Yanok
1
-3
/
+17
2008-12-08
jffs2: rename devices_init () in common/jffs2.c
Heiko Schocher
1
-7
/
+7
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-5
/
+5
2008-09-06
Add JFFS2 command support on OneNAND
Kyungmin Park
1
-6
/
+63
2008-08-13
drivers/mtd/nand: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
1
-6
/
+6
2008-07-10
silence misc printf formatting compiler warnings
Kim Phillips
1
-6
/
+6
2008-01-09
Fix building with CRAMFS but not JFFS2 support
Harald Welte
1
-0
/
+9
2007-11-20
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
Grant Likely
1
-5
/
+0
2007-09-15
Synchronize with U-BOOT mainline
Michal Simek
1
-27
/
+9
2007-08-07
Merge git://www.denx.de/git/u-boot
Michal Simek
1
-8
/
+8
2007-08-06
[FIX] Coding style cleanup - Wolfgang's suggestions
Michal Simek
1
-8
/
+8
2007-07-14
[FS] Added support for ROMFS
Michal Simek
1
-17
/
+35
2007-07-10
common/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger
1
-1
/
+1
2007-07-08
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
Jon Loeliger
1
-7
/
+7
2007-07-04
common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
1
-6
/
+6
2006-10-28
[PATCH] NAND: Partition name support added to NAND subsystem
Stefan Roese
1
-1
/
+13
2006-09-13
Fix alignment problem in "mtdparts" command
Wolfgang Denk
1
-1
/
+1
2006-03-05
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
Bartlomiej Sieka
1
-7
/
+10
2006-02-24
Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.
Bartlomiej Sieka
1
-9
/
+21
2005-10-11
Added support for TQM834x boards.
Marian Balakowicz
1
-2
/
+2
2005-09-14
Update of new NAND code
Wolfgang Denk
1
-4
/
+15
2005-09-11
Added support for mtddevnum and mtddevname variables (mtdparts command)
Marian Balakowicz
1
-9
/
+69
2005-08-16
Fix return values of the jffs2 commands ls/fsload/fsinfo,
Wolfgang Denk
1
-5
/
+5
2005-08-10
Add configuration for IFM AEV FIFO board.
Wolfgang Denk
1
-29
/
+29
2005-08-09
Make new "mtdparts" code build with older compilers
Wolfgang Denk
1
-2
/
+5
2005-08-08
Add common (with Linux) MTD partition scheme and "mtdparts" command
Wolfgang Denk
1
-93
/
+1908
2005-06-10
* Add support for HMI1001 board
wdenk
1
-7
/
+6
2004-09-08
* Patch by Detlev Zundel, 08 Sep 2004:
wdenk
1
-6
/
+6
2004-08-02
* Patch by Andreas Engel, 12 Jul 2004:
wdenk
1
-3
/
+4
2004-07-01
* Code cleanup (ARM mostly)
wdenk
1
-8
/
+6
2004-06-10
* Patch by Robert Schwebel, 10 Jun 2004:
wdenk
1
-1
/
+1
2004-06-09
* Patch by Paul Ruhland, 17 May 2004:
wdenk
1
-1
/
+7
2004-06-09
Patch by Thomas Viehweger, 14 May 2004:
wdenk
1
-4
/
+4
2004-04-25
* Back out Patch by Christian Hohnstaedt, 23 Apr 2004:
wdenk
1
-8
/
+2
2004-04-25
* Patch by Christian Hohnstaedt, 23 Apr 2004:
wdenk
1
-2
/
+8
2004-04-18
* Configure PPChameleon board to use redundand environment in flash
wdenk
1
-0
/
+29
2004-03-23
* Patches by Thomas Viehweger, 16 Mar 2004:
wdenk
1
-5
/
+6
2004-01-04
* Fix problems caused by Robert Schwebel's cramfs patch
wdenk
1
-0
/
+5
[next]