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
/
spi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi
Tom Rini
2020-07-11
1
-3
/
+4
|
\
|
*
mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDP
Pragnesh Patel
2020-07-09
1
-3
/
+4
*
|
core: add support for U_BOOT_DRIVER_ALIAS
Walter Lozano
2020-07-09
1
-0
/
+2
*
|
drivers: rename drivers to match compatible string
Walter Lozano
2020-07-09
2
-3
/
+3
*
|
sandbox: spi: sandbox_sf_state_name() is required
Heinrich Schuchardt
2020-07-09
1
-2
/
+0
|
/
*
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
2020-06-29
2
-3
/
+3
*
mtd: sf: Drop plat from sf_probe
Jagan Teki
2020-06-01
1
-2
/
+0
*
mtd: spi: Call sst_write in _write ops
Jagan Teki
2020-06-01
1
-6
/
+7
*
sf: Drop spl_flash_get_sw_write_prot
Jagan Teki
2020-06-01
5
-38
/
+0
*
mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdef
Jagan Teki
2020-06-01
2
-9
/
+18
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
6
-0
/
+6
*
common: Drop flash.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array
Ye Li
2020-05-11
1
-0
/
+1
*
spi: fix dev parameter in dev_* calls
Dario Binacchi
2020-05-11
1
-8
/
+11
*
mtd: spi-nor-ids: Add Spansion s25fs512s flash entry
Kuldeep Singh
2020-04-30
1
-1
/
+2
*
mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256
Jagan Teki
2020-04-30
1
-1
/
+2
*
mtd: spi-nor: Enable QE bit for ISSI flash
Jagan Teki
2020-04-30
1
-0
/
+1
*
mtd: spi-nor: Enable dual and quad read for s25fl256s0
Bacem Daassi
2020-04-29
1
-1
/
+1
*
mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*
Kuldeep Singh
2020-04-29
1
-2
/
+2
*
spi: use is_power_of_2 instead of hweight32 in spi_nor_write()
Rasmus Villemoes
2020-04-29
1
-4
/
+1
*
mtd: spi: Add Macronix MX25U3235F device
Tom Warren
2020-04-02
1
-0
/
+1
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
3
-0
/
+3
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
1
-0
/
+1
*
mtd: spi-nor-core: Add octal mode support
Vignesh Raghavendra
2020-01-27
2
-2
/
+21
*
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
1
-0
/
+1
*
Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2020-01-07
1
-2
/
+44
|
\
|
*
mtd: spi: spi-nor-core: Add SST vendor specific SFDP parser
Tudor Ambarus
2019-12-17
1
-2
/
+44
*
|
Merge branch 'next'
Tom Rini
2020-01-06
1
-1
/
+1
|
\
\
|
*
|
mtd: spi: Export spi_flash_std_probe()
Simon Glass
2019-12-15
1
-1
/
+1
|
|
/
*
|
mtd: spi-nor-core: Fix static checker warnings
Vignesh Raghavendra
2019-12-27
1
-0
/
+6
*
|
mtd: spi-nor: ids: Add GigaDevice gd25q128
Peter Robinson
2019-12-18
1
-0
/
+5
|
/
*
mtd: spi: SPI_FLASH_MTD depends on MTD
Miquel Raynal
2019-12-04
1
-1
/
+1
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
spi-nor-ids: Add support for Adesto AT25SL321
Fabio Estevam
2019-10-25
1
-0
/
+1
*
mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTD
Frieder Schrempf
2019-10-25
3
-5
/
+5
*
spi-nor: spi-nor-ids: Add USE_FSR flag for mt25q* and n25q* entry
Vignesh Raghavendra
2019-10-25
1
-5
/
+6
*
spi-nor: spi-nor-ids: Add entries for mt25q variants
Vignesh Raghavendra
2019-10-25
1
-0
/
+3
*
spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*
Vignesh Raghavendra
2019-10-25
1
-4
/
+4
*
mtd: spi-nor-core: Replace MTD_SPI_NOR_USE_4K_SECTORS with SPI_FLASH_USE_4K_S...
Vignesh Raghavendra
2019-10-25
2
-2
/
+2
*
mtd: spi-nor-core: Use dev_err for reporting erase/write failures
Vignesh Raghavendra
2019-10-25
1
-3
/
+3
*
mtd: spi: Add a new option SPL_SPI_FLASH_MTD to Kconfig
Frieder Schrempf
2019-10-25
1
-0
/
+8
*
mtd: spi: Kconfig: Imply SPI_FLASH if DM_SPI_FLASH
Jagan Teki
2019-10-25
1
-0
/
+1
*
mtd: spi-nor: ids: Add is25wp256 chip
Jagan Teki
2019-10-25
1
-0
/
+2
*
mtd: spi: Kconfig: Update CONFIG_SPI_FLASH
Jagan Teki
2019-10-25
1
-3
/
+2
*
spl: Allow tiny printf() to be controlled in SPL and TPL
Simon Glass
2019-10-08
1
-1
/
+1
*
mtd: spi-nor: enable protection ops for SST26 flash series
Eugeniy Paltsev
2019-09-16
1
-4
/
+4
*
mtd: spi-nor: add missing SST26* flash IC protection ops
Eugeniy Paltsev
2019-09-16
2
-0
/
+182
*
mtd: spi: Drop sf.c
Jagan Teki
2019-09-16
3
-72
/
+1
[next]