Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
6d7a33301a05472bc788415c1d1575041e478931
/
drivers
/
mtd
0f92582
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
30cb3bf
nand: lpc32xx: add ECC layout for small page NAND
by Sylvain Lemieux
· 9 years ago
5f63bf3
nand: lpc32xx: add hardware ECC support
by Sylvain Lemieux
· 9 years ago
146bad9
sf: ops: Add spi_flash_copy_mmap function
by Tom Rini
· 9 years ago
0a02655
sf: Make 4K sector support configurable
by Marek Vasut
· 9 years ago
6eeedc1
tegra: nand: disable subpage writes
by Marcel Ziswiler
· 9 years ago
adf4800
mtd/nand/tegra: alignment workaround
by Marcel Ziswiler
· 9 years ago
1bc66a5
tegra: nand: fix read_byte required for proper onfi detection
by Marcel Ziswiler
· 9 years ago
dcfd37e
nand: lpc32xx: add SLC NAND controller support
by Vladimir Zapolskiy
· 9 years ago
8d1809a
spl: nand: simple: replace readb() with chip specific read_buf()
by Vladimir Zapolskiy
· 9 years ago
c10ac54
nand, atmel: remove udelay in spl_nand_erase_one()
by Heiko Schocher
· 9 years ago
960caeb
sunxi: nand: Add board configuration options
by Piotr Zierhoffer
· 9 years ago
aeb4b0d
sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support
by Piotr Zierhoffer
· 9 years ago
d5af923
sf: kconfig: add kconfig options for spi flashes
by Nikita Kiryanov
· 9 years ago
f18d111
mtd: fix false positive "Offset exceeds device limit" error
by Masahiro Yamada
· 9 years ago
84d31b3
sf: Kconfig: Add SPI_FLASH_BAR entry
by Jagan Teki
· 9 years ago
cd9accd
sf: Kconfig: Add SPI_FLASH_DATAFLASH entry
by Jagan Teki
· 9 years ago
7678dd9
sf: Kconfig: Add SPI_FLASH_MTD entry
by Jagan Teki
· 9 years ago
2ce7e2b
sf: Kconfig: Update SPI_FLASH entry
by Jagan Teki
· 9 years ago
810fd69
sf: Add Kconfig menu entry
by Jagan Teki
· 9 years ago
6812484
sf: dataflash: Rename to CONFIG_SPI_FLASH_DATAFLASH
by Jagan Teki
· 9 years ago
5d69df3
spi/sf: Minor cleanups
by Jagan Teki
· 9 years ago
9c5a70d
sf: update sst25wf040b flash params
by Haikun Wang
· 9 years ago
09c3280
mtd, nand: Move common functions from cmd_nand.c to common place
by Heiko Schocher
· 10 years ago
9fe6d87
mtd, spi: Add MTD layer driver
by Daniel Schwierzeck
· 10 years ago
79b4c08
dm: sf: Add Atmel DataFlash spi flash driver
by Haikun Wang
· 9 years ago
da9971d
Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory"
by Ian Campbell
· 9 years ago
22e04fa
mtd: spi: Add the SPI_FLASH config to Kconfig
by Joe Hershberger
· 9 years ago
cb2fc33
mtd: OMAP: Enable GPMC prefetch mode for 16 bit access
by Jeroen Hofstee
· 9 years ago
c073611
omap_gpmc: move prefetch out of CONFIG_NAND_OMAP_ELM
by Jeroen Hofstee
· 9 years ago
f76eba3
sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory
by Daniel Kochmański
· 9 years ago
8fca2d8
mtd: vf610_nfc: enable ONFI detection
by Stefan Agner
· 10 years ago
080a71e
mtd: vf610_nfc: add 32-error correction option for HW ECC
by Stefan Agner
· 10 years ago
5519194
mtd: vf610_nfc: add Freescale NFC controller configs to Kconfig
by Stefan Agner
· 10 years ago
84d656a
mtd: vf610_nfc: use in-band bad block table
by Stefan Agner
· 10 years ago
5dec286
mtd: vf610_nfc: implement OOB only read
by Stefan Agner
· 10 years ago
d111bf9
mtd: vf610_nfc: allow bitflips in an empty page
by Stefan Agner
· 10 years ago
6fcfd1e
mtd: vf610_nfc: remove read on SEQIN
by Stefan Agner
· 10 years ago
f55bc29
mtd: vf610_nfc: remove caching of page in buffer
by Stefan Agner
· 10 years ago
1fbdb70
mtd: nand: mxs: Replace magic number for bits per ECC level with macro
by Jörg Krause
· 10 years ago
bd38da1
mtd:mxs:nand calculate ecc strength dynamically
by Peng Fan
· 10 years ago
6b8583b
nand/elbc: Memory leak fix
by Raghav Dogra
· 9 years ago
5e856fa
nand: fix buffer alignment in new verification feature
by Stephen Warren
· 10 years ago
832adb2
sandbox: spi: Add newline to printf() in sandbox_sf_probe
by Simon Glass
· 10 years ago
a5e1bcd
dm: sf: Update default name of spi flash in structure udevice
by Haikun.Wang@freescale.com
· 10 years ago
cc555bd
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 10 years ago
c650ca7
sf: Fix to compute proper sector_size
by Jagannadha Sutradharudu Teki
· 10 years ago
074eed5
dm: sf: Make SST flash write op work again
by Bin Meng
· 10 years ago
be7be78
dm: sf: Save flash flags to struct spi_flash
by Bin Meng
· 10 years ago
b2d5ac5
armv8/ls2085aqds: NAND boot support
by Scott Wood
· 10 years ago
39b0bbb
driver/ifc: Add 64KB page support
by Jaiprakash Singh
· 10 years ago
585acc9
nand/fsl_ifc: Increase eccstat[] for IFC 2.0
by Scott Wood
· 10 years ago
122d805
Revert "spi: add config option to enable the WP pin function on st micron flashes"
by Jagannadha Sutradharudu Teki
· 10 years ago
4fbad92
mtd: spi: check return value of spi_setup_slave
by Peng Fan
· 10 years ago
06bc175
sf: Poll both the read status and flag status
by Siva Durga Prasad Paladugu
· 10 years ago
949dd81
sandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig
by Simon Glass
· 10 years ago
b3d023b
dm: spi_flash: fix wrong dependency
by Masahiro Yamada
· 10 years ago
8d987ab
dm: sf: Add driver model read/write/erase methods
by Simon Glass
· 10 years ago
0eb25b6
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
e564f05
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· 10 years ago
c8381bf
lpc32xx: mtd: nand: add MLC NAND controller
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
1069770
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 10 years ago
da78fb5
ARM: at91: atmel_nand: Support flash based BBT
by David Dueck
· 10 years ago
55765b1
mtd: vf610_nfc: specify transfer size before each transfer
by Stefan Agner
· 10 years ago
7653fc2
mtd: vf610_nfc: mark page as dirty on block erase
by Stefan Agner
· 10 years ago
004a1fd
nand: yaffs: Remove the "nand write.yaffs" command
by Peter Tyser
· 10 years ago
073adf9
nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE
by Peter Tyser
· 10 years ago
59b5a2a
nand: Add verification functions
by Peter Tyser
· 10 years ago
88a2cbb
mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf()
by Luca Ellero
· 10 years ago
5263a02
mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf()
by Luca Ellero
· 10 years ago
b050898
omap: gpmc: 'nandecc sw' can use HAM1 or BCH8
by Ash Charles
· 10 years ago
d8af393
mtd: nand: omap_gpmc: Make ready/busy pins configurable
by Michal Sojka
· 10 years ago
d648964
kconfig: remove unneeded dependency on !SPL_BUILD
by Masahiro Yamada
· 10 years ago
e02ee25
kconfig: switch to single .config configuration
by Masahiro Yamada
· 10 years ago
8983111
mtd, omap: fix case NAND_OMAP_GPMC_PREFETCH not defined
by Egli, Samuel
· 10 years ago
f94a1be
dm: Expand and complete Kconfig in drivers/
by Simon Glass
· 10 years ago
0e48dc5
mtd: atmel_nand: according to pmecc version to perform 0xff page correction
by Wu, Josh
· 10 years ago
7f641d5
Merge branch 'master' of git://git.denx.de/u-boot-ubi
by Tom Rini
· 10 years ago
d0cff03
dm: spi: Move slave details to child platdata
by Simon Glass
· 10 years ago
1603bf3
dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()
by Simon Glass
· 10 years ago
b0265d5
dm: tegra: nand: Remove use of fdtdec GPIO support
by Simon Glass
· 10 years ago
40da2a2
ubi: reset mtd_devs when ubi part fail
by Heiko Schocher
· 10 years ago
5344cc1
powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards
by Masahiro Yamada
· 10 years ago
c316f57
mtd: OMAP: Enable GPMC prefetch mode
by Daniel Mack
· 10 years ago
ab37b76
mtd: nand: do not scan BBT after scrub
by Masahiro Yamada
· 10 years ago
bf80ee6
mtd: nand: Mark the BBT as scanned prior to calling scan_bbt again
by Masahiro Yamada
· 10 years ago
756963d
mtd: nand: revive "nand scrub" command
by Masahiro Yamada
· 10 years ago
eb54d2c
mtd: nand: omap_gpmc: fix error handling
by Guido Martínez
· 10 years ago
babe699
sf: sf_params: Add S25FL164K flash identifier info
by Adnan Ali
· 10 years ago
cf15600
sf: sf_params: Add S25FL116K flash support
by Adnan Ali
· 10 years ago
b45a3de
mtd/spi: Add support for SST25WF040B
by Shengzhou Liu
· 10 years ago
2bf4802
mtd: sf: Zap ramtron driver
by Jagannadha Sutradharudu Teki
· 10 years ago
54ba653
sf: Enable byte program support
by Jagannadha Sutradharudu Teki
· 10 years ago
74c2cee
spi: sf: Support byte program for sst spi flash
by Bin Meng
· 10 years ago
b648742
spi: Fix flag collision for SST_WP
by Simon Glass
· 10 years ago
6dd6e90
sf: Fix look for the fastest read command
by Jagannadha Sutradharudu Teki
· 10 years ago
1d421cc
driver/mtd: Fix IFC compilation warnings
by Jaiprakash Singh
· 10 years ago
8ab967b
arm: ls102xa: Add NAND boot support for LS1021AQDS board
by Alison Wang
· 10 years ago
fb384c4
mtd: nand: omap_gpmc: Always use ready/busy pin
by Stefan Roese
· 10 years ago
b19157b
mtd: nand: s3c: Unify the register definition and naming
by Marek Vasut
· 10 years ago
Next »