index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sunxi_nand_spl: Add support for backup boot partitions
Hans de Goede
2015-08-31
1
-0
/
+16
*
sunxi_nand_spl: Auto detect nand configuration parameters
Hans de Goede
2015-08-31
2
-29
/
+39
*
sunxi_nand_spl: Parametrize lowlevel read functions
Hans de Goede
2015-08-31
1
-38
/
+48
*
sunxi_nand_spl: Properly config page-size in the nand ctl register
Hans de Goede
2015-08-31
1
-0
/
+5
*
sunxi_nand_spl: Add support for sun4i and sun5i SoCs
Hans de Goede
2015-08-31
1
-2
/
+2
*
sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _off
Hans de Goede
2015-08-31
1
-46
/
+12
*
sunxi_nand_spl: Add proper cache flusing
Hans de Goede
2015-08-31
1
-0
/
+8
*
sunxi_nand_spl: Turn off clocks when we're done with the nand
Hans de Goede
2015-08-31
1
-2
/
+15
*
sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessary
Hans de Goede
2015-08-31
2
-0
/
+3
*
sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome mode
Hans de Goede
2015-08-31
1
-4
/
+1
*
sunxi_nand_spl: We only need to reset the nand chip once
Hans de Goede
2015-08-31
1
-10
/
+10
*
sunxi_nand_spl: Drop unnecessary temp buf
Hans de Goede
2015-08-31
1
-27
/
+8
*
mtd: denali_spl: do not allocate page_buffer in .bss section
Masahiro Yamada
2015-08-30
1
-20
/
+12
*
mtd/nand/ubi: assortment of alignment fixes
Marcel Ziswiler
2015-08-28
1
-1
/
+1
*
mtd: nand: mxs invalidate dcache before DMA read
Peng Fan
2015-08-25
1
-0
/
+6
*
mtd: nand: mxs support oobsize bigger than 512
Peng Fan
2015-08-25
1
-9
/
+23
*
mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver
Stefan Roese
2015-08-25
4
-0
/
+1693
*
nand: Sync with Linux v4.1
Scott Wood
2015-08-25
11
-193
/
+573
*
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
2015-08-25
4
-2
/
+53
*
nand: Remove __UBOOT__ ifdefs
Scott Wood
2015-08-25
3
-428
/
+4
*
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-18
1
-3
/
+3
*
nand: lpc32xx: add ECC layout for small page NAND
Sylvain Lemieux
2015-08-18
1
-1
/
+17
*
nand: lpc32xx: add hardware ECC support
Sylvain Lemieux
2015-08-18
1
-4
/
+409
*
sf: ops: Add spi_flash_copy_mmap function
Tom Rini
2015-08-17
1
-1
/
+7
*
sf: Make 4K sector support configurable
Marek Vasut
2015-08-17
2
-0
/
+19
*
tegra: nand: disable subpage writes
Marcel Ziswiler
2015-08-13
1
-0
/
+3
*
mtd/nand/tegra: alignment workaround
Marcel Ziswiler
2015-08-13
1
-51
/
+36
*
tegra: nand: fix read_byte required for proper onfi detection
Marcel Ziswiler
2015-08-13
1
-31
/
+7
*
nand: lpc32xx: add SLC NAND controller support
Vladimir Zapolskiy
2015-08-12
2
-0
/
+177
*
spl: nand: simple: replace readb() with chip specific read_buf()
Vladimir Zapolskiy
2015-08-12
1
-2
/
+5
*
nand, atmel: remove udelay in spl_nand_erase_one()
Heiko Schocher
2015-08-12
1
-2
/
+0
*
sunxi: nand: Add board configuration options
Piotr Zierhoffer
2015-08-08
1
-0
/
+40
*
sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support
Piotr Zierhoffer
2015-08-08
2
-0
/
+354
*
sf: kconfig: add kconfig options for spi flashes
Nikita Kiryanov
2015-08-02
1
-0
/
+44
*
mtd: fix false positive "Offset exceeds device limit" error
Masahiro Yamada
2015-07-10
1
-2
/
+3
*
sf: Kconfig: Add SPI_FLASH_BAR entry
Jagan Teki
2015-07-01
1
-0
/
+8
*
sf: Kconfig: Add SPI_FLASH_DATAFLASH entry
Jagan Teki
2015-07-01
2
-10
/
+15
*
sf: Kconfig: Add SPI_FLASH_MTD entry
Jagan Teki
2015-07-01
1
-0
/
+12
*
sf: Kconfig: Update SPI_FLASH entry
Jagan Teki
2015-07-01
1
-9
/
+9
*
sf: Add Kconfig menu entry
Jagan Teki
2015-07-01
1
-0
/
+4
*
sf: dataflash: Rename to CONFIG_SPI_FLASH_DATAFLASH
Jagan Teki
2015-07-01
1
-1
/
+1
*
spi/sf: Minor cleanups
Jagan Teki
2015-07-01
1
-9
/
+9
*
sf: update sst25wf040b flash params
Haikun Wang
2015-06-30
1
-1
/
+1
*
mtd, nand: Move common functions from cmd_nand.c to common place
Heiko Schocher
2015-06-30
2
-2
/
+101
*
mtd, spi: Add MTD layer driver
Daniel Schwierzeck
2015-06-30
4
-5
/
+116
*
dm: sf: Add Atmel DataFlash spi flash driver
Haikun Wang
2015-06-30
2
-0
/
+712
*
Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal N...
Ian Campbell
2015-06-28
2
-274
/
+0
*
mtd: spi: Add the SPI_FLASH config to Kconfig
Joe Hershberger
2015-06-25
1
-0
/
+9
*
mtd: OMAP: Enable GPMC prefetch mode for 16 bit access
Jeroen Hofstee
2015-06-18
1
-10
/
+18
*
omap_gpmc: move prefetch out of CONFIG_NAND_OMAP_ELM
Jeroen Hofstee
2015-06-18
1
-109
/
+109
[prev]
[next]