Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
bb7c01ed6a89352eb99dc5722c1a82e712bc7ac4
/
drivers
/
mtd
bb7c01e
fdt: Rename a few functions in fdt_support
by Simon Glass
· 8 years ago
1d9af1f
dm: gpio: Add live tree support
by Simon Glass
· 7 years ago
93c9f39
fix: nand: pxa3xx: Remove hardcode values from the driver
by Konstantin Porotchkin
· 8 years ago
c6a4200
mtd: nand: Consolidate nand spl loaders implementation
by Ladislav Michl
· 8 years ago
d52c551
drivers: remove Blackfin specific drivers
by Masahiro Yamada
· 8 years ago
d4aab6b
mtd: nand: atmel: use another functions to set gpio value
by Wenyou Yang
· 8 years ago
dc2b941
mtd: nand: am335x_spl_bch: Incorporate tWB delay in nand_command function
by Cooper Jr., Franklin
· 8 years ago
fcacc70
nand: sunxi: Add options for the SPL NAND configuration
by Maxime Ripard
· 8 years ago
a15b6ea
mtd: sunxi: Change U-Boot offset
by Maxime Ripard
· 8 years ago
2d3100c
mtd: sunxi: Select the U-Boot location config option
by Maxime Ripard
· 8 years ago
627dc18
mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry
by Boris Brezillon
· 8 years ago
cccddf5
nand: sunxi: Fix modulo by zero error
by Maxime Ripard
· 8 years ago
5386509
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
210ebce
Blackfin: Remove
by Tom Rini
· 8 years ago
5fb9743
sunxi: prepare for sharing MACH_SUN8I_H3 config symbol
by Andre Przywara
· 8 years ago
c10848d
SPI: SPL: sunxi: fix 64-bit build
by Andre Przywara
· 8 years ago
80b5bc9
dm: core: Add flags parameter to device_remove()
by Stefan Roese
· 8 years ago
9c8b3c7
mtd: nand: remove nand size print from nand_init function
by Hou Zhiqiang
· 8 years ago
5dac9d8
mtd: nand: add initialization flag
by Hou Zhiqiang
· 8 years ago
814cb19
mtd: nand: build MXS driver for MX7 as well
by Andrey Yurovsky
· 8 years ago
8cea9b5
flash: complete CONFIG_SYS_NO_FLASH move with renaming
by Masahiro Yamada
· 8 years ago
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
6cc5185
omap-gpmc: use SECTOR_BYTES instead of hardcoded value
by Ladislav Michl
· 8 years ago
79417c5
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
991402e
mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print
by Jagan Teki
· 8 years ago
19d39fc
spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI
by Priit Laes
· 8 years ago
6ef52f1
Revert "sf: Fix quad bit set for micron devices"
by Cyrille Pitchen
· 8 years ago
8d7899f
sf: Do not force the DT memory map size to exactly match the device
by Phil Edworthy
· 8 years ago
4d035ac
mtd: spi: don't return -1 when scan succeed
by Fabien Parent
· 8 years ago
4fc1f25
spl: Add a name to the SPL load-image methods
by Simon Glass
· 8 years ago
90723f6
mtd: cfi_flash: fix indentation
by Andre Przywara
· 8 years ago
ddc0094
NAND: davinci: add support for NAND chips with 16 bits bus
by Fabien Parent
· 8 years ago
7f3f5a2
mtd: nand: add support for the TC58NVG2S0H chip
by Boris Brezillon
· 8 years ago
3fb3339
spi: Add of-platdata support to SPI and SPI flash
by Simon Glass
· 8 years ago
7cb3e46
sf: Add support for MX66U51235F, MX66L1G45G, MT25QU02G, MT25QL02G
by Radu Bacrau
· 8 years ago
90895f6
drivers: SPI: sunxi SPL: fix warning
by Andre Przywara
· 8 years ago
05c5dd0
sf: Fix s25fs512s id table
by Jagan Teki
· 8 years ago
42a5f89
sf: dataflash: Minor cleanups
by Jagan Teki
· 8 years ago
54111f7
sf: dataflash: Fix add_dataflash return logic
by Jagan Teki
· 8 years ago
7af73ee
sf: dataflash: Move flash id detection into jedec_probe
by Jagan Teki
· 8 years ago
bf7adaf
sf: dataflash: Remove unneeded spi data
by Jagan Teki
· 8 years ago
24aa01b
spi: Remove dual flash options/flags
by Jagan Teki
· 8 years ago
ff0e43e
sf: Rename few local functions
by Jagan Teki
· 8 years ago
248af14
sf: ids: Use small letter in ext_jedec
by Jagan Teki
· 8 years ago
368d14b
sf: ids: Use small letter's with flash name
by Jagan Teki
· 8 years ago
9b6b30b
sf: Rename sf_params.c to spi_flash_ids.c
by Jagan Teki
· 8 years ago
ab43779
sf: Remove non-meaningful comments
by Jagan Teki
· 8 years ago
a46c9c2
sf: Remove spansion_s25fss_disable_4KB_erase
by Jagan Teki
· 8 years ago
6f0881d
sf: params: Add S25FS256S_64K spi flash support
by Jagan Teki
· 8 years ago
feaae76
sf: Add INFO6 flash_info macro
by Jagan Teki
· 8 years ago
8864d9f
sf: Increase max id length by 1 byte
by Jagan Teki
· 8 years ago
b1c755c
sf: Add SPI_FLASH_MAX_ID_LEN
by Jagan Teki
· 8 years ago
49e6579
sf: nr_sectors -> n_sectors
by Jagan Teki
· 8 years ago
b7faef5
sf: Cleanup spi_flash_info{}
by Jagan Teki
· 8 years ago
b980b69
sf: sandbox: Use JEDEC_MFR|ID in id exctract
by Jagan Teki
· 8 years ago
af5d819
sf: Simplify lock ops detection code
by Jagan Teki
· 8 years ago
77ae47b
sf: Adopt flash table INFO macro from Linux
by Jagan Teki
· 8 years ago
99459c2
nand: arasan_nfc: Clear ecc on bit while sending read command
by Siva Durga Prasad Paladugu
· 8 years ago
c41d5cd
mtd: nand: zynq_nand: Add nand driver support for zynq
by Siva Durga Prasad Paladugu
· 8 years ago
811a822
mtd: nand: Kconfig: Add NAND_MXS entry
by Jagan Teki
· 8 years ago
0649e91
spl: Update ext functions to take an spl_image parameter
by Simon Glass
· 8 years ago
dd8e224
spi: Move freescale-specific code into a private header
by Simon Glass
· 8 years ago
b9f6d89
spl: Convert spl_spi_load_image() to use linker list
by Simon Glass
· 8 years ago
172b39f
spl: spi: Move the generic SPI loader into common/spl
by Simon Glass
· 8 years ago
c0b6c9b
spl: Convert boot_device into a struct
by Simon Glass
· 8 years ago
6b2e4db
spl: Add a parameter to spl_parse_image_header()
by Simon Glass
· 8 years ago
09dbb85
kconfig: introduce kconfig for UBI
by Heiko Schocher
· 8 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
235afa8
sf: Move flags macro's to spi_flash_params{} members
by Jagan Teki
· 8 years ago
ca40ea2
sf: Add CONFIG_SPI_FLASH_USE_4K_SECTORS in spi_flash
by Jagan Teki
· 8 years ago
fbf356b
sf: Remove SECT_32K
by Jagan Teki
· 8 years ago
96536b1
spi: Use mode for rx mode flags
by Jagan Teki
· 8 years ago
e48876b
sf: Remove e_rd_cmd from param table
by Jagan Teki
· 8 years ago
b678539
sf: Simplify fastest read cmd code
by Jagan Teki
· 8 years ago
7161b6e
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
54bf808
mtd: nand: mxs: fix cache alignment for cache lines >32
by Stefan Agner
· 8 years ago
84f4148
nand: Fix some more NULL name tests
by Scott Wood
· 8 years ago
3c2170a
mtd: nand: pxa3xx: use nand_set_controller_data
by Chris Packham
· 8 years ago
391b12c
sf: sf_params: Add AT25DF321 flash support
by Wenyou Yang
· 8 years ago
b0a00d3
spi: Add support for N25Q016A
by Moritz Fischer
· 8 years ago
e4fcdbb
mtd: nand: fix bug writing 1 byte less than page size
by Hector Palacios
· 8 years ago
edf2440
mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NAND
by Boris Brezillon
· 8 years ago
57f2038
mtd: nand: Add the sunxi NAND controller driver
by Boris Brezillon
· 8 years ago
ba6463d
mtd: nand: add common DT init code
by Brian Norris
· 8 years ago
7dbad5c
mtd: OneNAND: initialize mtd->writebufsize to let UBI work
by Ladislav Michl
· 8 years ago
1173271
mtd: OneNAND: allow board init function fail
by Ladislav Michl
· 8 years ago
243af2f
mtd: OneNAND: add timeout to wait ready loops
by Ladislav Michl
· 8 years ago
d5b1c27
armv7: make gpmc_cfg const
by Ladislav Michl
· 8 years ago
820d24d
spl: Lightweight UBI and UBI fastmap support
by Thomas Gleixner
· 8 years ago
dcd7ed3
onenand_spl_simple: Add a simple OneNAND read function
by Ladislav Michl
· 8 years ago
daec8a4
nand_spl_simple: Add a simple NAND read function
by Thomas Gleixner
· 8 years ago
f6d96cb
powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL
by Sumit Garg
· 8 years ago
3e2fa2a
mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips
by Daniel Schwierzeck
· 8 years ago
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
6f3ea20
sunxi: Support booting from SPI flash
by Siarhei Siamashka
· 8 years ago
ea19c53
mtd: nand: Drop a blank line in nand_wait()
by Andre Renaud
· 8 years ago
521240c
Merge git://git.denx.de/u-boot-nand-flash
by Tom Rini
· 8 years ago
3b5f884
mtd: nand: Patch remaining places where nand_to_mtd() should be used
by Boris Brezillon
· 8 years ago
f3178d7
nand: nand torture: follow sync with linux v4.6
by Max Krummenacher
· 8 years ago
601361f
spl: nand: sunxi: add support for NAND config auto-detection
by Boris Brezillon
· 8 years ago
Next »