index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-25
mtd: denali: Drop custom dma mapping functions
Vignesh Raghavendra
1
-32
/
+3
2020-01-23
nand: brcmnand: add bcm68360 support
Philippe Reynes
3
-0
/
+130
2020-01-18
common: Move hang() to the same header as panic()
Simon Glass
2
-0
/
+2
2020-01-14
zynq: mtd: nand: Remove hardcoded base addresses
Ashok Reddy Soma
1
-37
/
+57
2020-01-14
zynq: mtd: nand: Move zynq nand driver to driver model
Ashok Reddy Soma
2
-11
/
+34
2020-01-14
mtd: nand: Remove hardcoded base address of nand
Ashok Reddy Soma
1
-148
/
+174
2020-01-14
mtd: nand: Move arasan nand driver to driver model
Ashok Reddy Soma
2
-16
/
+37
2020-01-07
Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
1
-2
/
+44
2020-01-07
Merge branch 'next'
Tom Rini
1
-1
/
+1
2019-12-27
mtd: spi-nor-core: Fix static checker warnings
Vignesh Raghavendra
1
-0
/
+6
2019-12-18
mtd: spi-nor: ids: Add GigaDevice gd25q128
Peter Robinson
1
-0
/
+5
2019-12-17
mtd: spi: spi-nor-core: Add SST vendor specific SFDP parser
Tudor Ambarus
1
-2
/
+44
2019-12-15
mtd: spi: Export spi_flash_std_probe()
Simon Glass
1
-1
/
+1
2019-12-05
mtd: Makefile: deep cleanup
Miquel Raynal
2
-16
/
+41
2019-12-05
cmd: nand/sf: isolate legacy code
Miquel Raynal
2
-95
/
+1
2019-12-05
mtd: spi: SPI_FLASH_MTD depends on MTD
Miquel Raynal
1
-1
/
+1
2019-12-05
mtd: nand: add includes in NAND core to avoid warnings
Miquel Raynal
2
-0
/
+2
2019-12-04
mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD
Miquel Raynal
4
-9
/
+9
2019-12-04
mtd: rename CONFIG_MTD -> CONFIG_DM_MTD
Miquel Raynal
5
-11
/
+11
2019-12-04
mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
Miquel Raynal
1
-2
/
+2
2019-12-03
mtd: mtdcore: Drop unused mtd_table
Tom Rini
1
-2
/
+0
2019-12-03
common: Move old EEPROM functions into a new header
Simon Glass
1
-0
/
+1
2019-12-03
common: Move command functions out of common.h
Simon Glass
2
-0
/
+2
2019-12-03
common: Move enable/disable_interrupts out of common.h
Simon Glass
1
-0
/
+1
2019-12-03
common: Move interrupt functions into a new header
Simon Glass
1
-0
/
+1
2019-12-03
common: Move ARM cache operations out of common.h
Simon Glass
6
-0
/
+6
2019-12-03
crc32: Use the crc.h header for crc functions
Simon Glass
7
-0
/
+7
2019-11-03
nand: mxs_nand: add API for switching different BCH layouts
Igor Opaniuk
1
-0
/
+116
2019-10-30
Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2
-34
/
+0
2019-10-30
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
6
-18
/
+33
2019-10-25
drivers: nand: brcmnand: fix nand_chip ecc layout structure
William Zhang
1
-156
/
+104
2019-10-25
nand: brcm: add BCM6368 support
Álvaro Fernández Rojas
3
-0
/
+124
2019-10-24
spi-nor-ids: Add support for Adesto AT25SL321
Fabio Estevam
1
-0
/
+1
2019-10-24
mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTD
Frieder Schrempf
3
-5
/
+5
2019-10-24
spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entry
Vignesh Raghavendra
1
-5
/
+6
2019-10-24
spi-nor: spi-nor-ids: Add entries for mt25q variants
Vignesh Raghavendra
1
-0
/
+3
2019-10-24
spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*
Vignesh Raghavendra
1
-4
/
+4
2019-10-24
mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S...
Vignesh Raghavendra
2
-2
/
+2
2019-10-24
mtd: spi-nor-core: Use dev_err for reporting erase/write failures
Vignesh Raghavendra
1
-3
/
+3
2019-10-24
mtd: spi: Add a new option SPL_SPI_FLASH_MTD to Kconfig
Frieder Schrempf
1
-0
/
+8
2019-10-24
mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASH
Jagan Teki
1
-0
/
+1
2019-10-24
mtd: spi-nor: ids: Add is25wp256 chip
Jagan Teki
1
-0
/
+2
2019-10-24
mtd: spi: Kconfig: Update CONFIG_SPI_FLASH
Jagan Teki
1
-3
/
+2
2019-10-24
mtd: Add TI HyperBus Memory Controller driver
Vignesh Raghavendra
3
-0
/
+113
2019-10-24
mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined
Vignesh Raghavendra
1
-2
/
+4
2019-10-22
drivers: clk: Add a managed API to get clocks from the device-tree
Jean-Jacques Hiblot
2
-34
/
+0
2019-10-16
ubi: Print skip_check in ubi_dump_vol_info()
Stefan Roese
1
-0
/
+1
2019-10-16
ubi: provide a way to skip CRC checks
Quentin Schulz
5
-1
/
+26
2019-10-08
spl: Allow tiny printf() to be controlled in SPL and TPL
Simon Glass
1
-1
/
+1
2019-09-16
mtd: spi-nor: enable protection ops for SST26 flash series
Eugeniy Paltsev
1
-4
/
+4
[next]