Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
aa53b98eb88e48df3119b83d544f93a30488a832
/
drivers
/
mtd
4e4b58d
sf: spi_flash: use dma to copy data from mmap region if platform supports
by Mugunthan V N
· 9 years ago
c7b0bc7
arasan: nfc: Add initial nand driver support for arasan
by Siva Durga Prasad Paladugu
· 9 years ago
937ad76
zynqmp: nand: Add Nand driver support for zynqmp
by Siva Durga Prasad Paladugu
· 9 years ago
f6ca2a6
mtd: pxa3xx_nand: Don't alloc unneeded memory
by Kevin Smith
· 9 years ago
4d21b59
mtd: pxa3xx_nand: Correct offset calculation
by Kevin Smith
· 9 years ago
8a02d63
mtd: pxa3xx_nand: Correct null dereference
by Kevin Smith
· 9 years ago
e37d5a9
nand: mxs: fix error handling for mxs_nand_init
by Peng Fan
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
ce76495
atmel_nand: Add 32 bit ecc support for sama5d2 chip
by Josh Wu
· 9 years ago
247a2d0
atmel_nand_ecc: update pmecc registers according to sama5d2 chip
by Josh Wu
· 9 years ago
5d3256c
atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic number
by Josh Wu
· 9 years ago
daf4088
atmel_nand: add '\n' in the end of error message for better display
by Josh Wu
· 9 years ago
c90cc68
atmel_nand: use nand ecc_{strength, step}_ds instead of our own function
by Josh Wu
· 9 years ago
03aeeb3
Merge branch 'master' of git://git.denx.de/u-boot-imx
by Tom Rini
· 9 years ago
78eeb91
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
by Masahiro Yamada
· 9 years ago
007c8da
imx: nand: update GPMI NAND driver to support MX7
by Peng Fan
· 9 years ago
0f5c269
spi: Correct device tree usage in spi_flash_decode_fdt()
by Simon Glass
· 9 years ago
e237880
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
30d435e
dm: spi_flash: Allow the uclass to work without printf()
by Simon Glass
· 9 years ago
e28c9ec
sf: Make IO modes at last in read modes
by Jagan Teki
· 9 years ago
155c19f
spi: Rename op_mode_rx to mode_rx
by Jagan Teki
· 9 years ago
d723f34
sf: Write quad bit along with read status
by Jagan Teki
· 9 years ago
f2db1bf
sf: Read back and check once macronix quad bit set
by Jagan Teki
· 9 years ago
294472b
sf: Read back and check once spansion quad bit set
by Jagan Teki
· 9 years ago
c26abdb
sf: Fix quad bit set for micron devices
by Jagan Teki
· 9 years ago
ce0121c
sf: Use BIT macro
by Jagan Teki
· 9 years ago
11424c0
sf: Minor cleanup
by Jagan Teki
· 9 years ago
bd8b3e2
sf: Remove spi_flash_remove
by Jagan Teki
· 9 years ago
da042a0
sf: Rename bank_end to bar_end in read_bar
by Jagan Teki
· 9 years ago
7fd4fd6
sf: Rename spi_flash_set_* functions
by Jagan Teki
· 9 years ago
693ac35
sf: Move spi_read_cmds_array locally
by Jagan Teki
· 9 years ago
71331b3
spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD
by Jagan Teki
· 9 years ago
26a0b19
spi: Use mode instead of op_mode_tx
by Jagan Teki
· 9 years ago
7d00599
sf: Get spi locally from spi_flash
by Jagan Teki
· 9 years ago
9363194
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 9 years ago
55f380c
spi: spi_flash: Fix the arguments of stm_is_locked_sr()
by Fabio Estevam
· 9 years ago
6e18f4b
UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined
by Ladislav Michl
· 9 years ago
67ea3a3
altera_qspi: allow ctrl-c to abort the erase ops
by Thomas Chou
· 9 years ago
7e7559b
altera_qspi: show erase progress
by Thomas Chou
· 9 years ago
0e089e8
altera_qspi: skip erase if the sector is blank
by Thomas Chou
· 9 years ago
98bc343
altera_qspi: set fail_addr for erase ops
by Thomas Chou
· 9 years ago
cb3ed47
altera_qspi: call callback even if the erase failed
by Thomas Chou
· 9 years ago
c9830b5
altera_qspi: initialize instr.mtd in flash_erase
by Thomas Chou
· 9 years ago
fefdfd2
sf: Rename sf_ops.c to spi-flash.c
by Jagan Teki
· 9 years ago
c772eaa
sf: Use static for file-scope functions
by Jagan Teki
· 9 years ago
4abfb98
sf: sf_probe: Remove spi_slave pointer argument
by Jagan Teki
· 9 years ago
e37a362
sf: ops: Fix missing break on spansion read_bar
by Jagan Teki
· 9 years ago
7229393
sf: Remove unneeded SST_BP and SST_WP
by Jagan Teki
· 9 years ago
23364fb
sf: Remove unneeded header includes
by Jagan Teki
· 9 years ago
b723375
sf: Flash power up read-only based on idcode0
by Jagan Teki
· 9 years ago
dc8ce0f
sf: Use simple name for register access functions
by Jagan Teki
· 9 years ago
79c0d8d
sf: Fix Makefile
by Jagan Teki
· 9 years ago
f347f75
sf: Use static for file-scope functions
by Jagan Teki
· 9 years ago
f9a026d
sf: probe: Code cleanup
by Jagan Teki
· 9 years ago
0cd3726
sf: Move read_id code to sf_ops
by Jagan Teki
· 9 years ago
e6401d8
sf: Move spi_flash_scan code to sf_ops
by Jagan Teki
· 9 years ago
0d66a18
sf: spi_flash_validate_params => spi_flash_scan
by Jagan Teki
· 9 years ago
87ad4c2
Merge git://git.denx.de/u-boot-nios
by Tom Rini
· 9 years ago
176e7d2
altera_qspi: fix erase and write error code
by Thomas Chou
· 9 years ago
c92ff91
altera_qspi: add lock unlock ops
by Thomas Chou
· 9 years ago
beb288b
Fix typo: firstly -> first.
by Vagrant Cascadian
· 9 years ago
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
8760394
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 9 years ago
c790ede
dm: sf: Add support for all targets which requires MANUAL_RELOC
by Michal Simek
· 9 years ago
33eefe4
spl: change return values of spl_*_load_image()
by Nikita Kiryanov
· 9 years ago
24a5baf
altera_qspi: change ioremap to map_physmem
by Thomas Chou
· 9 years ago
c78a152
sf: Correct flash->flags for SST flash
by Bin Meng
· 9 years ago
38a7e9b
spi: sf_ops: Check the return value from spi_flash_cmd_read_status()
by Fabio Estevam
· 9 years ago
0a2bf5c
sf: Add lock ops for SST SPI NOR flash
by Fabio Estevam
· 9 years ago
748a565
sf: Remove eeprom_m95xxx test driver
by Jagan Teki
· 9 years ago
66528f6
sf: Fix NULL pointer exception for flashes without lock methods
by Bin Meng
· 9 years ago
8ce94a9
mtd: uboot: Add meaningful error message
by Maxime Ripard
· 9 years ago
cdc1152
mtd: add altera quadspi driver
by Thomas Chou
· 9 years ago
47eae23
cfi_flash: convert to driver model
by Thomas Chou
· 9 years ago
e51b65e
dm: implement a MTD uclass
by Thomas Chou
· 9 years ago
1cd8761
sf: Add SPI NOR protection mechanism
by Fabio Estevam
· 9 years ago
d970969
sf: Add SPI protection mechanism from the kernel
by Fabio Estevam
· 9 years ago
0297d1e
compat: Remove is_power_of_2() definition
by Fabio Estevam
· 9 years ago
5ded014
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 9 years ago
87adf08
Merge git://www.denx.de/git/u-boot-cfi-flash
by Tom Rini
· 9 years ago
42c65e8
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
316870c
cfi_flash: use specific width types for cword
by Ryan Harkin
· 9 years ago
7f2a481
UBI: Fastmap: Fix PEB array type
by Heiko Schocher
· 9 years ago
94b66de
ubi,ubifs: sync with linux v4.2
by Heiko Schocher
· 9 years ago
853ef3e
sf: Add FSR support to spi_flash_cmd_wait_ready
by Jagan Teki
· 9 years ago
5181dd9
sf: Update status reg check in spi_flash_cmd_wait_ready
by Jagan Teki
· 9 years ago
4537cec
sf: Make flash->flags use for generic usage
by Jagan Teki
· 9 years ago
5088b07
sf: Optimize BAR write code
by Jagan Teki
· 9 years ago
88e7a7c
sf: Add spi_flash_read_bar
by Jagan Teki
· 9 years ago
2e833d2
sf: Return bank_sel, if flash->bank_curr == bank_sel
by Jagan Teki
· 9 years ago
651de3c
sf: params: Add IS25LP128 part support
by Jagan Teki
· 9 years ago
b47925c
sf: params: Add IS25LP064 part support
by Jagan Teki
· 9 years ago
2e5615c
sf: params: Add IS25LP032 part support
by Jagan Teki
· 9 years ago
de44acf
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
by Simon Glass
· 9 years ago
0dcc889
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
59ae13a
mtd: nand: vf610_nfc: resync with upstream Linux version
by Stefan Agner
· 9 years ago
69cf8ad
nand: omap_gpmc: Change correctable bit-flips messages to debug()
by Ezequiel García
· 9 years ago
3ca850c
mtd: sf: Add support AT26DF081A chip
by Yao Yuan
· 9 years ago
eb715f6
sunxi_nand_spl: Be smarter about where to look for backup u-boot.bin
by Hans de Goede
· 9 years ago
2a0bb35
mtd: nand: mxs check maximum ecc that platfrom supports
by Peng Fan
· 9 years ago
Next »