index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
spi
/
core.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
mtd: Remove <common.h> and add needed includes
Tom Rini
2024-04-14
mtd: spinand: Add support for XTX SPINAND
Bruce Suen
2023-12-14
mtd: spinand: add support for ESMT F50x1G41LB
Igor Prusov
2023-10-13
mtd/spinand: sync supported devices with linux-5.15.43
Mikhail Kshevetskiy
2023-10-13
mtd/spinand: sync core spinand code with linux-5.10.118
Mikhail Kshevetskiy
2023-10-13
mtd/spinand: rework detect procedure for different READ_ID operation
Mikhail Kshevetskiy
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-02-27
mtd: spinand: Fix display of unknown raw ID
Patrice Chotard
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2021-03-11
mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()
Patrice Chotard
2021-01-05
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
spi: Tidy up get/set of device node
Simon Glass
2020-12-18
mtd: spinand: Do not erase the block before writing a bad block marker
Frieder Schrempf
2020-12-18
mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB
Frieder Schrempf
2020-12-18
mtd: spinand: Stop using spinand->oobbuf for buffering bad block markers
Frieder Schrempf
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-09-30
mtd: spi-nand: Fix not calling dev_err with a device
Sean Anderson
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-04-29
mtd: spi-nand: Import Toshiba SPI-NAND support
Robert Marko
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
mtd: Rename free() to rfree()
Simon Glass
2018-10-04
mtd: nand: spi: Add Gigadevice SPI NAND support
Stefan Roese
2018-09-20
mtd: spinand: Add initial support for the MX35LF1GE4AB chip
Boris Brezillon
2018-09-20
mtd: spinand: Add initial support for Winbond W25M02GV
Frieder Schrempf
2018-09-20
mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
Peter Pan
2018-09-20
mtd: nand: Add core infrastructure to support SPI NANDs
Peter Pan