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
/
dfu
Age
Commit message (
Expand
)
Author
2019-12-04
dfu: add dependency on the raw NAND core
Miquel Raynal
2019-12-03
mtd: rename CONFIG_MTD -> CONFIG_DM_MTD
Miquel Raynal
2019-10-31
dfu: add callback for flush and initiated operation
Patrick Delaunay
2019-10-31
dfu: add DFU virtual backend
Patrick Delaunay
2019-10-31
dfu: add partition support for MTD backend
Patrick Delaunay
2019-10-31
dfu: add backend for MTD device
Patrick Delaunay
2019-10-31
dfu: allow read with no data without error for EOF indication
Patrick Delaunay
2019-10-31
dfu: allow to manage DFU on several devices
Patrick Delaunay
2019-10-31
dfu: prepare the support of multiple interface
Patrick Delaunay
2019-10-31
dfu: sf: add partition support for nor backend
Patrick Delaunay
2019-10-31
dfu: cosmetic: cleanup sf to avoid checkpatch error
Patrick Delaunay
2019-10-31
dfu: mmc: add support for in-partition offset
Marek Szyprowski
2019-10-31
dfu: dfu_nand: reduce verbosity
Ralph Siemsen
2019-08-11
env: Move env_get() to env.h
Simon Glass
2019-01-30
dfu: mmc: call fs functions instead of run_command
Simon Goldschmidt
2019-01-26
dfu: Make DFU support more SPL friendly
Andrew F. Davis
2018-11-13
dfu: nand: Add missing dependency on CMD_MTDPARTS
Boris Brezillon
2018-08-08
dfu: Provide more verbose error message
Sam Protsenko
2018-08-08
dfu: Fix memory leak in dfu_init_env_entities()
Sam Protsenko
2018-08-08
dfu: Fix data abort in dfu_free_entities()
Sam Protsenko
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-21
dfu: tftp: Fix arm64 build warnings
Marek Vasut
2018-02-21
dfu: Rename _FUNCTION_DFU to DFU_OVER_
Marek Vasut
2018-02-21
dfu: Fix up the Kconfig mess
Marek Vasut
2018-01-26
dfu: select HASH
Maxime Ripard
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-07-28
dfu: add common function to initiate transaction
Patrick Delaunay
2017-07-28
dfu: factorize transaction cleanup
Patrick Delaunay
2017-07-28
dfu: remove limitation on partition size
Patrick Delaunay
2017-07-28
dfu: allow dfu read on partition greater than 2GB
Patrick Delaunay
2017-07-11
dfu: dfu_nand: use get_nand_dev_by_index()
Grygorii Strashko
2017-06-03
dfu: dfu_sf: Fix read offset
Phil Edworthy
2017-05-12
common: dfu: ignore reset for spl-dfu
B, Ravi
2016-11-03
dfu: align array in dfu_get_dev_type with enum dfu_device_type
Patrick Delaunay
2016-09-27
dfu: Migrate to Kconfig
Tom Rini
2016-09-01
nand: Fix some more NULL name tests
Scott Wood
2016-07-11
dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC
Simon Glass
2016-06-09
dfu, nand, ubi: fix erasing after write finish
Heiko Schocher
2016-06-03
nand: Embed mtd_info in struct nand_chip
Scott Wood
2016-06-03
mtd: nand: Remove nand_info_t typedef
Scott Wood
2016-05-17
dm: mmc: Use the new select_hwpart() API
Simon Glass
2016-05-06
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2016-05-06
dfu: avoid memory leak
Peng Fan
2016-05-05
Fix various typos, scattered over the code.
Robert P. J. Day
2016-04-25
dfu: ram: fix number base of RAM entity parameters
Stephen Warren
2016-04-25
drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env
Mugunthan V N
2016-03-14
dm: part: Rename some partition functions
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-01-13
mmc: store hwpart in the block device
Stephen Warren
[next]