index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dfu
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-31
dfu: add backend for MTD device
Patrick Delaunay
4
-1
/
+243
2019-10-31
dfu: allow read with no data without error for EOF indication
Patrick Delaunay
1
-0
/
+2
2019-10-31
dfu: allow to manage DFU on several devices
Patrick Delaunay
1
-1
/
+59
2019-10-31
dfu: prepare the support of multiple interface
Patrick Delaunay
1
-12
/
+39
2019-10-31
dfu: sf: add partition support for nor backend
Patrick Delaunay
2
-0
/
+60
2019-10-31
dfu: cosmetic: cleanup sf to avoid checkpatch error
Patrick Delaunay
2
-5
/
+6
2019-10-31
dfu: mmc: add support for in-partition offset
Marek Szyprowski
1
-2
/
+11
2019-10-31
dfu: dfu_nand: reduce verbosity
Ralph Siemsen
1
-1
/
+1
2019-08-11
env: Move env_get() to env.h
Simon Glass
1
-0
/
+1
2019-01-30
dfu: mmc: call fs functions instead of run_command
Simon Goldschmidt
1
-36
/
+31
2019-01-26
dfu: Make DFU support more SPL friendly
Andrew F. Davis
1
-6
/
+6
2018-11-13
dfu: nand: Add missing dependency on CMD_MTDPARTS
Boris Brezillon
1
-0
/
+1
2018-08-08
dfu: Provide more verbose error message
Sam Protsenko
1
-0
/
+1
2018-08-08
dfu: Fix memory leak in dfu_init_env_entities()
Sam Protsenko
1
-3
/
+4
2018-08-08
dfu: Fix data abort in dfu_free_entities()
Sam Protsenko
1
-1
/
+1
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
7
-15
/
+7
2018-02-21
dfu: tftp: Fix arm64 build warnings
Marek Vasut
1
-2
/
+2
2018-02-21
dfu: Rename _FUNCTION_DFU to DFU_OVER_
Marek Vasut
1
-4
/
+4
2018-02-21
dfu: Fix up the Kconfig mess
Marek Vasut
2
-2
/
+12
2018-01-26
dfu: select HASH
Maxime Ripard
1
-0
/
+1
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
4
-22
/
+22
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2
-4
/
+4
2017-07-28
dfu: add common function to initiate transaction
Patrick Delaunay
1
-38
/
+34
2017-07-28
dfu: factorize transaction cleanup
Patrick Delaunay
1
-17
/
+11
2017-07-28
dfu: remove limitation on partition size
Patrick Delaunay
5
-9
/
+9
2017-07-28
dfu: allow dfu read on partition greater than 2GB
Patrick Delaunay
5
-15
/
+21
2017-07-11
dfu: dfu_nand: use get_nand_dev_by_index()
Grygorii Strashko
1
-7
/
+5
2017-06-03
dfu: dfu_sf: Fix read offset
Phil Edworthy
1
-1
/
+2
2017-05-12
common: dfu: ignore reset for spl-dfu
B, Ravi
1
-0
/
+4
2016-11-03
dfu: align array in dfu_get_dev_type with enum dfu_device_type
Patrick Delaunay
1
-1
/
+1
2016-09-27
dfu: Migrate to Kconfig
Tom Rini
1
-0
/
+28
2016-09-01
nand: Fix some more NULL name tests
Scott Wood
1
-2
/
+2
2016-07-11
dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC
Simon Glass
1
-6
/
+5
2016-06-09
dfu, nand, ubi: fix erasing after write finish
Heiko Schocher
1
-1
/
+11
2016-06-03
nand: Embed mtd_info in struct nand_chip
Scott Wood
1
-4
/
+4
2016-06-03
mtd: nand: Remove nand_info_t typedef
Scott Wood
1
-10
/
+10
2016-05-17
dm: mmc: Use the new select_hwpart() API
Simon Glass
1
-4
/
+9
2016-05-06
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
1
-1
/
+3
2016-05-06
dfu: avoid memory leak
Peng Fan
1
-1
/
+3
2016-05-05
Fix various typos, scattered over the code.
Robert P. J. Day
1
-3
/
+3
2016-04-25
dfu: ram: fix number base of RAM entity parameters
Stephen Warren
1
-2
/
+2
2016-04-25
drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env
Mugunthan V N
1
-7
/
+14
2016-03-14
dm: part: Rename some partition functions
Simon Glass
1
-1
/
+1
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-1
/
+1
2016-01-13
mmc: store hwpart in the block device
Stephen Warren
1
-21
/
+5
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
1
-2
/
+2
2015-11-03
dfu: dfu_sf: Pass duplicate devstr to parse_dev
Vignesh R
1
-1
/
+3
2015-10-19
dfu: dfu_sf: Take the start address into account
Fabio Estevam
1
-2
/
+10
2015-10-19
dfu: dfu_sf: Use the erase sector size for erase operations
Fabio Estevam
1
-1
/
+2
2015-09-11
dfu: mmc: buffer file reads too
Stephen Warren
2
-12
/
+26
[prev]
[next]