index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
mtdpart.c
Age
Commit message (
Expand
)
Author
2026-02-04
mtd: mtdpart: fix partitions searching
Mikhail Kshevetskiy
2025-04-30
mtd: mtdpart: Support MTDPART_SIZ_FULL in fixed-partitions
Mike Looijmans
2025-04-28
mtd: mtdparts: calculate mtd partition offset before calculating size
Weijie Gao
2025-02-28
mtd: mtdpart: Support MTD_SIZE_REMAINING with unallocated memory area
Alexander Stein
2024-08-08
disk: support MTD partitions
Alexey Romanov
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
2022-09-29
dm: core: Drop ofnode_is_available()
Simon Glass
2022-06-06
mtd: mtdpart: Change size type from fdt_addr_t to fdt_size_t
Pali Rohár
2022-04-11
mtd: Update the way partitions are parsed
Patrice Chotard
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-10-23
mtd: Remove mtd_erase_callback() entirely
Marek Behún
2021-10-23
mtd: mtdpart: Make mtdpart's _erase method sane
Marek Behún
2021-06-24
mtd: add support for parsing partitions defined in OF
Marek Behún
2020-07-17
mtd: mtdpart: use uint64_t instead of int for cur_off
Martin Kaistra
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2018-12-06
mtd: Don't stop MTD partition creation when it fails on one device
Boris Brezillon
2018-10-02
mtd: mtdpart: implement proper partition handling
Miquel Raynal
2018-10-02
mtd: mtdpart: add a generic mtdparts-like parser
Miquel Raynal
2018-09-20
mtd: mtdpart: balance debug messages
Miquel Raynal
2018-09-20
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
Boris Brezillon
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2015-08-25
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
2014-09-16
kbuild: force to define __UBOOT__ in all the C sources
Masahiro Yamada
2014-08-25
mtd,ubi,ubifs: sync with linux v3.15
Heiko Schocher
2014-08-25
mtd, ubi, ubifs: update for the sync with linux v3.14
Heiko Schocher
2014-08-25
mtd, ubi, ubifs: resync with Linux-3.14
Heiko Schocher
2013-10-09
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
Paul Burton
2013-05-31
mtd: resync with Linux-3.7.1
Sergey Lapin
2013-04-11
ubi: ubifs: Turn off verbose prints
Joe Hershberger
2012-04-30
linux/compat.h: rename from linux/mtd/compat.h
Mike Frysinger
2010-10-11
nand: remove dead code and suspend/resume
Scott Wood
2009-06-12
mtd: Update MTD infrastructure to support 64bit device size
Stefan Roese
2008-12-09
MTD: Fix problem based on non-working relocation (list head mtd_partitions)
Stefan Roese
2008-11-19
MTD: Add MTD paritioning infrastructure
Kyungmin Park