Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
92abe703066f754a22cfdedafa470d05170cd1d1
/
drivers
/
mtd
5f9ae0e
mtd: nand: Arasan: Add subpage configuration support
by Martin Lund
· 6 years ago
36eee8c
sf: Add a method to obtain the block-protect setting
by Simon Glass
· 6 years ago
9abf625
mtd: nand: lpc32xx slc: disable DMA support in SPL builds
by Vladimir Zapolskiy
· 6 years ago
5670237
mtd: nand: lpc32xx mlc: predefine number of NAND chips to support
by Vladimir Zapolskiy
· 6 years ago
fe656dd
mtd: Drop duplicate MTD_PARTITIONS Kconfig option
by Boris Brezillon
· 6 years ago
7899afc
mtd: Use default mtdparts/mtids when not defined in the environment
by Boris Brezillon
· 6 years ago
455ef43
nand: atmel: Initialize pmecc smu with correct size
by Bin Meng
· 6 years ago
76da1b2
Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig
by Adam Ford
· 6 years ago
d3a8d2b
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
7cab738
sf: Add MICRON manufacturer id
by Ashish Kumar
· 6 years ago
931ae35
mtd: uboot: Fix hanging during mtd list command
by Adam Ford
· 6 years ago
00d9990
dm: spi: Add logging of some return values
by Simon Glass
· 6 years ago
342eb81
sf: Avoid allocating memory on every read operation
by Simon Glass
· 6 years ago
8e8963b
dm: spi: Clean up detection of sandbox SPI emulator
by Simon Glass
· 6 years ago
3b4b340
sandbox: spi: Add more logging
by Simon Glass
· 6 years ago
fd5259a
sandbox: spi: Drop command-line SPI option
by Simon Glass
· 6 years ago
cdb295c
mtd: nand: spi: Add Gigadevice SPI NAND support
by Stefan Roese
· 6 years ago
72191c7
sf: Add XMC xm25qh64a and xm25qh128a entries
by Stefan Roese
· 6 years ago
741f4c7
cmd: mtd: add 'mtd' command
by Miquel Raynal
· 6 years ago
6382e0c
mtd: mtdpart: implement proper partition handling
by Miquel Raynal
· 6 years ago
1a08e99
mtd: uboot: search for an equivalent MTD name with the mtdids
by Miquel Raynal
· 6 years ago
6f381d5
mtd: mtdpart: add a generic mtdparts-like parser
by Miquel Raynal
· 6 years ago
aa168ac
mtd: uclass: add probe function
by Miquel Raynal
· 6 years ago
f78a12b
mtd: mtdpart: balance debug messages
by Miquel Raynal
· 6 years ago
d31c478
mtd: declare MTD_PARTITIONS symbol in Kconfig
by Miquel Raynal
· 6 years ago
02b4979
mtd: spinand: Add initial support for the MX35LF2GE4AB chip
by Miquel Raynal
· 6 years ago
fa46525
mtd: spinand: Add initial support for the MX35LF1GE4AB chip
by Boris Brezillon
· 6 years ago
ea4d7c8
mtd: spinand: Add initial support for Winbond W25M02GV
by Frieder Schrempf
· 6 years ago
df1859e
mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
by Peter Pan
· 6 years ago
47e9045
mtd: nand: Add core infrastructure to support SPI NANDs
by Peter Pan
· 6 years ago
894380f
mtd: nand: Add core infrastructure to deal with NAND devices
by Boris Brezillon
· 6 years ago
8115c45
mtd: rename nand into rawnand in Kconfig prompt
by Miquel Raynal
· 6 years ago
1f1ae15
mtd: move NAND files into a raw/ subdirectory
by Miquel Raynal
· 6 years ago
a4e7e21
mtd: move all flash categories inside MTD submenu
by Miquel Raynal
· 6 years ago
fff4be3
mtd: move definitions to enlarge their range
by Miquel Raynal
· 6 years ago
19ea925
mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing
by Miquel Raynal
· 6 years ago
b74b94f
mtd: Add sanity checks in mtd_write/read_oob()
by Boris Brezillon
· 6 years ago
18e7541
mtd: Uninline mtd_write_oob and move it to mtdcore.c
by Ezequiel Garcia
· 6 years ago
6c20df7
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
by Boris Brezillon
· 6 years ago
2087f7e
fix: nand: pxa3xx: Add WA for eliminating flash ready timeout
by David Sniatkiwicz
· 6 years ago
e0e232e
nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND
by Konstantin Porotchkin
· 6 years ago
a692cde
nand: pxa3xx: cosmetic: add comments to the timing layout structures
by Konstantin Porotchkin
· 6 years ago
06f9b6b
fix: nand: Replace hardcoded page chunk size with calculated one
by Konstantin Porotchkin
· 6 years ago
029be94
mtd: nand: pxa3xx: add support for Toshiba flash
by Konstantin Porotchkin
· 6 years ago
fdf9dfb
mtd: nand: pxa3xx: add support for 2KB 8-bit flash
by Victor Axelrod
· 6 years ago
a558a39
mtd: nand: pxa3xx: Fix READOOB implementation
by Boris Brezillon
· 6 years ago
191b5be
mtd: nand: pxa3xx_nand: add support for partial chunks
by Ofer Heifetz
· 6 years ago
268979f
mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
by Ofer Heifetz
· 6 years ago
531816e
mtd: pxa3xx_nand: Fix initial controller configuration
by Ofer Heifetz
· 6 years ago
0f0d382
mtd: pxa3xx_nand: Increase the initial chunk size
by Ofer Heifetz
· 6 years ago
4a574aa
nand: pxa3xx: Increase READ_ID buffer and make the size static
by Ofer Heifetz
· 6 years ago
de32316
mtd: nand: pxa3xx-nand: fix random command timeouts
by Ofer Heifetz
· 6 years ago
d92d899
mtd: nand: pxa3xx_nand: fix early spurious interrupt
by Ofer Heifetz
· 6 years ago
8f8d458
mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()
by Ofer Heifetz
· 6 years ago
0da35df
mtd: nand: pxa3xx_nand: use nand_to_mtd()
by Ofer Heifetz
· 6 years ago
fdf5b23
mtd: nand: pxa3xx_nand: Increase initial buffer size
by Ofer Heifetz
· 6 years ago
35333e9
mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCs
by Masahiro Yamada
· 6 years ago
1f8261f
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 6 years ago
3dae7e6
mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages
by Darwin Dingel
· 6 years ago
f26b4c7
spi: Kconfig: Create ISSI Kconfig entry
by Michal Simek
· 9 years ago
a723ad0
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
84727b6
mtd: add spi flash id s25fl128l
by Clément Laigle
· 6 years ago
042b3f5
mtd: nand: sunxi: Return on set_feature only when not ENOTSUPP
by Mylène Josserand
· 6 years ago
c21946b
mtd: nand: nand_base: Convert EINVAL into ENOTSUPP
by Mylène Josserand
· 6 years ago
e83725e
mtd: nand: denali: correct buffer alignment for DMA transfer
by Masahiro Yamada
· 6 years ago
6b78116
Merge branch 'master' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
05413d6
mtd: nand: mxs_nand: add device tree support for i.MX 6
by Stefan Agner
· 7 years ago
ac44a30
Convert CONFIG_MTD_PARTITIONS et al to Kconfig
by Adam Ford
· 6 years ago
66466b0
Convert CONFIG_NAND_DAVINCI to Kconfig
by Adam Ford
· 6 years ago
9c51918
Convert CONFIG_NAND_ATMEL to Kconfig
by Adam Ford
· 6 years ago
3aee181
Convert CONFIG_NAND_LPC32XX_SLC to Kconfig
by Adam Ford
· 6 years ago
ea15d06
sf: add paired dev info for winbond w25q16jv
by Ludwig Zenz
· 6 years ago
af45f63
sf: add Macronix mx25l1633e entry
by Ludwig Zenz
· 6 years ago
4dc1de3
sf: add Gigadevice gd25q16c entry
by Ludwig Zenz
· 6 years ago
4ff88da
spi_flash: add a bunch of winbond flashes to id-table
by Hannes Schmelzer
· 6 years ago
f354863
dm: spi: Update sandbox SPI emulation driver to use ofnode
by Simon Glass
· 6 years ago
43656cc
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
328357f
sf: Enable FSR polling on N25Q256(A)
by Marek Vasut
· 7 years ago
9c0d7f9
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
cb5660e
Merge git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
7440e4b
mtd: nand: mxs_nand_spl: add mxs_flash_full_ident
by Jörg Krause
· 7 years ago
404a9db
mtd: nand: mxs_nand_spl: refactor mxs_flash_ident
by Jörg Krause
· 7 years ago
6f8190f
spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chips
by Jörg Krause
· 7 years ago
929fb44
mtd: nand: export nand_get_flash_type function
by Jörg Krause
· 7 years ago
ead66eb
mtd: nand: mxs_nand: add support for specific ECC strength
by Stefan Agner
· 6 years ago
150ddbc
mtd: nand: mxs_nand: add device tree support
by Stefan Agner
· 6 years ago
19f9051
mtd: nand: mxs_nand: move structs into header file
by Stefan Agner
· 6 years ago
4dc98db
mtd: nand: mxs_nand: add use_minimum_ecc to struct
by Stefan Agner
· 6 years ago
404b110
mtd: nand: mxs_nand: separate board/controller init
by Stefan Agner
· 6 years ago
00e6516
mtd: nand: mxs_nand: use more precise function name
by Stefan Agner
· 6 years ago
dc8af6d
mtd: nand: mxs_nand: move register structs to driver data
by Stefan Agner
· 6 years ago
4d42ac1
mtd: nand: mxs_nand: add minimal ECC support
by Stefan Agner
· 6 years ago
72d627d
mtd: nand: mxs_nand: report correct ECC parameters
by Stefan Agner
· 6 years ago
d0778b3
mtd: nand: mxs_nand: use structure for BCH geometry
by Stefan Agner
· 6 years ago
95f376f
mtd: nand: mxs_nand: allow to enable BBT support
by Stefan Agner
· 6 years ago
5883e55
mtd: nand: mxs_nand: use self init
by Stefan Agner
· 6 years ago
7152f34
mtd: nand: mxs_nand: introduce SPL specific init
by Stefan Agner
· 6 years ago
529e820
mtd: spi: Correct parameters for s25fs512s flash
by Ashish Kumar
· 6 years ago
18790eb
spi: sandbox: Fix memory leak in sandbox_sf_bind_emul()
by Simon Glass
· 6 years ago
2d2fa49
lib: Add hexdump
by Alexey Brodkin
· 6 years ago
Next »