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
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-26
Support up to 7 banks for ids as specified in JEDEC JEP106Z
Niklaus Giger
2
-2
/
+80
2009-08-25
ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver
Feng Kan
1
-2
/
+2
2009-08-21
eeprom_m95xxx: remove unused variable i
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+0
2009-08-21
add WATCHDOG_RESET() on nand write and read
Giulio Benetti
1
-0
/
+4
2009-08-13
flash: Fix CFI buffer size bug
John Schmoller
1
-1
/
+1
2009-08-09
Add driver for the ST M95xxx SPI EEPROM
Albin Tonnerre
2
-0
/
+118
2009-08-08
omap3: replace all instances of gpmc config struct by one global
Dirk Behme
1
-17
/
+16
2009-08-08
omap3: remove typedefs for configuration structs
Dirk Behme
1
-1
/
+1
2009-08-07
omap3: embedd gpmc_cs into gpmc config struct
Matthias Ludwig
1
-15
/
+7
2009-07-16
Remove legacy NAND and disk on chip code.
Scott Wood
4
-1663
/
+0
2009-07-16
nand: ndfc: Remove unnecessary #ifdef's
Stefan Roese
1
-6
/
+0
2009-07-16
nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
Stefan Roese
2
-0
/
+224
2009-07-16
nand: fixed failed reads on corrected ECC errors in nand_util.c
Valeriy Glushkov
1
-5
/
+5
2009-07-16
Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
David Brownell
1
-1
/
+1
2009-07-16
mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations
Kim Phillips
1
-2
/
+9
2009-07-13
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
2
-0
/
+83
2009-07-13
issue write command to base for JEDEC flash
Po-Yu Chuang
1
-3
/
+8
2009-07-08
nand: Add Marvell Kirkwood NAND driver
Prafulla Wadaskar
2
-0
/
+83
2009-07-07
fsl_elbc_nand: redirect the pointer of bbt pattern to RAM
Mingkai Hu
1
-0
/
+4
2009-07-07
Bug-fix in drivers mtd nand Makefile
kevin.morfitt@fearnside-systems.co.uk
1
-1
/
+1
2009-07-07
mtd: nand: use loff_t for offset
Jean-Christophe PLAGNIOL-VILLARD
1
-10
/
+10
2009-07-07
mtd: nand: new base driver for memory mapped nand devices
Mike Frysinger
2
-0
/
+54
2009-07-07
davinci_nand chipselect/init cleanup
David Brownell
1
-20
/
+8
2009-07-07
davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
David Brownell
1
-205
/
+13
2009-07-07
davinci_nand: cleanup I (minor)
David Brownell
1
-33
/
+22
2009-07-07
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
1
-9
/
+3
2009-07-07
Merge branch 'master' of git://git.denx.de/u-boot-ubi
Wolfgang Denk
1
-1
/
+1
2009-07-07
UBI: Fix build problem noticed on Apollon (arm/testing repo)
Stefan Roese
1
-1
/
+1
2009-07-06
sf: Macronix additional chips supported
Prafulla Wadaskar
1
-12
/
+37
2009-07-06
sf: sst: add sst25vf###b ids
Mike Frysinger
1
-0
/
+16
2009-07-06
sf: sst: fix sector size
Mike Frysinger
1
-4
/
+4
2009-07-06
ARM DaVinci: EMIF settings
Thomas Lange
1
-9
/
+3
2009-06-12
nand/mpc512x: Add MPC512x NAND support (NFC)
Stefan Roese
2
-0
/
+693
2009-06-12
UBI: Add compile-time check for correct malloc area configuration
Stefan Roese
1
-0
/
+4
2009-06-12
sf: new Macronix MX25xx SPI flash driver
Prafulla Wadaskar
4
-0
/
+319
2009-06-12
sf: atmel: implement power-of-two write/erase funcs
Todor I Mollov
1
-0
/
+139
2009-06-12
mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o
Stefan Roese
3
-3
/
+4
2009-06-12
mtd: Update MTD infrastructure to support 64bit device size
Stefan Roese
3
-274
/
+229
2009-06-12
mtd: Add MTD concat support to concatenate multiple MTD NOR devices
Stefan Roese
3
-1
/
+886
2009-06-04
Redundant Environment: protect full sector size
Wolfgang Denk
1
-1
/
+1
2009-06-03
cfi_mtd: Fix bug in last sector detection
Stefan Roese
1
-2
/
+7
2009-05-23
nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
Stefan Roese
1
-0
/
+5
2009-04-29
MTD: Change cfi-mtd to accept non-uniform sector sizes
Stefan Roese
1
-14
/
+4
2009-04-28
mtd: nand/onenand: Register mtd device upon device scanning
Stefan Roese
2
-0
/
+22
2009-04-28
mtd: nand: Include linux/mtd/partitions.h in nand_base.h
Stefan Roese
1
-0
/
+4
2009-04-16
CMD_UBI != MTD_PARTITIONS
David Brownell
1
-1
/
+1
2009-04-06
Blackfin: nand: flush peripheral before polling it
Graf Yang
1
-0
/
+1
2009-04-04
UBI/cfi-mtd: Fix mtd name for multiple chips
Andreas Huber
1
-1
/
+3
2009-04-04
Add support for the AT91RM9200EK Board.
Ulf Samuelsson
1
-4
/
+1
2009-04-03
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
Wolfgang Denk
1
-0
/
+3
[next]