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
/
dfu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
1
-0
/
+1
2023-05-31
common: dfu: Remove leading space characters
Ravi Gunasekaran
1
-0
/
+2
2022-02-11
DFU: Check the number of arguments and argument string strictly
Masami Hiramatsu
1
-7
/
+24
2022-02-11
DFU: Accept redundant spaces and tabs in dfu_alt_info
Masami Hiramatsu
1
-2
/
+4
2022-02-11
DFU: Do not copy the entity name over the buffer size
Masami Hiramatsu
1
-1
/
+1
2021-11-07
dfu: newline after updating
Heinrich Schuchardt
1
-0
/
+1
2021-06-18
dfu: add error callback
Patrick Delaunay
1
-0
/
+12
2021-01-31
dfu: add 'SCRIPT' entity
Marek Szyprowski
1
-1
/
+6
2021-01-31
dfu: add 'SKIP' entity
Jaehoon Chung
1
-1
/
+1
2020-10-30
dfu: export dfu_list
AKASHI Takahiro
1
-1
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-01-07
dfu: Add optional timeout parameter
Andy Shevchenko
1
-0
/
+15
2019-10-31
dfu: add callback for flush and initiated operation
Patrick Delaunay
1
-0
/
+19
2019-10-31
dfu: add DFU virtual backend
Patrick Delaunay
1
-1
/
+4
2019-10-31
dfu: add backend for MTD device
Patrick Delaunay
1
-1
/
+4
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: cosmetic: cleanup sf to avoid checkpatch error
Patrick Delaunay
1
-3
/
+4
2019-08-11
env: Move env_get() to env.h
Simon Glass
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
1
-2
/
+1
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
1
-7
/
+7
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-3
/
+3
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
1
-1
/
+1
2017-07-28
dfu: allow dfu read on partition greater than 2GB
Patrick Delaunay
1
-3
/
+3
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-05-06
dfu: avoid memory leak
Peng Fan
1
-1
/
+3
2015-09-11
dfu: mmc: buffer file reads too
Stephen Warren
1
-11
/
+0
2015-09-11
dfu: don't keep freeing/reallocating
Stephen Warren
1
-2
/
+2
2015-09-07
dfu: tftp: update: Add dfu_write_from_mem_addr() function
Lukasz Majewski
1
-0
/
+37
2015-09-07
dfu: Delete superfluous initialization of the dfu_buf_size static variable
Lukasz Majewski
1
-1
/
+1
2015-07-27
dfu: fix 64-bit compile warnings
Stephen Warren
1
-2
/
+2
2015-02-25
dfu: samsung: move call to set_dfu_alt_info() to dfu common code
Przemyslaw Marczak
1
-0
/
+3
2014-12-18
dfu: dfu_get_buf: check the value of env dfu_bufsiz before use
Przemyslaw Marczak
1
-2
/
+6
2014-12-18
usb, g_dnl: generalize DFU detach functions
Rob Herring
1
-16
/
+0
2014-12-11
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
1
-2
/
+27
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
1
-1
/
+1
2014-11-14
dfu: thor: fix: Modify dfu_get_alt() function to support absolute paths
Lukasz Majewski
1
-2
/
+27
2014-09-02
dfu: Provide means to find difference between dfu-util -e and -R
Lukasz Majewski
1
-5
/
+26
2014-08-09
dfu: fix readback buffer overflow test
Stephen Warren
1
-1
/
+1
2014-08-09
dfu: add SF backend
Stephen Warren
1
-0
/
+3
2014-08-09
dfu: add free_entity() to struct dfu_entity
Stephen Warren
1
-0
/
+3
2014-08-09
dfu: allow backend to specify a maximum buffer size
Stephen Warren
1
-5
/
+8
2014-08-09
dfu: defer parsing of device string to IO backend
Stephen Warren
1
-10
/
+10
[next]