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
/
include
/
dfu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-17
dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration
Jaehoon Chung
1
-1
/
+1
2022-12-08
dfu: Make DFU virtual backend SPL friendly
Patrick Delaunay
1
-1
/
+1
2022-02-11
DFU: Check the number of arguments and argument string strictly
Masami Hiramatsu
1
-12
/
+21
2021-06-18
dfu: add error callback
Patrick Delaunay
1
-0
/
+11
2021-06-08
usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SI...
Aswath Govindraju
1
-6
/
+0
2021-01-31
dfu: add 'SCRIPT' entity
Marek Szyprowski
1
-0
/
+3
2021-01-31
dfu: add 'SKIP' entity
Jaehoon Chung
1
-0
/
+1
2020-10-30
dfu: add dfu_write_by_alt()
AKASHI Takahiro
1
-1
/
+25
2020-10-30
dfu: export dfu_list
AKASHI Takahiro
1
-0
/
+3
2020-10-30
dfu: modify an argument type for an address
AKASHI Takahiro
1
-2
/
+2
2020-10-30
dfu: rename dfu_tftp_write() to dfu_write_by_name()
AKASHI Takahiro
1
-16
/
+16
2020-09-01
dfu: fix dfu tftp on sandbox
Heinrich Schuchardt
1
-1
/
+1
2020-05-25
doc: dfu: describe more DFU function
Heinrich Schuchardt
1
-4
/
+174
2020-05-25
doc: dfu: add DFU to HTML documentation
Heinrich Schuchardt
1
-20
/
+20
2020-05-14
dfu: add prototype for dfu_transaction_initiate/cleanup
Patrick Delaunay
1
-0
/
+3
2020-01-07
dfu: Add optional timeout parameter
Andy Shevchenko
1
-0
/
+5
2020-01-07
dfu: Drop unused prototype of dfu_trigger_reset()
Andy Shevchenko
1
-1
/
+0
2019-10-31
dfu: add callback for flush and initiated operation
Patrick Delaunay
1
-0
/
+22
2019-10-31
dfu: add DFU virtual backend
Patrick Delaunay
1
-0
/
+22
2019-10-31
dfu: add partition support for MTD backend
Patrick Delaunay
1
-0
/
+2
2019-10-31
dfu: add backend for MTD device
Patrick Delaunay
1
-0
/
+21
2019-10-31
dfu: prepare the support of multiple interface
Patrick Delaunay
1
-0
/
+2
2019-10-31
dfu: sf: add partition support for nor backend
Patrick Delaunay
1
-0
/
+2
2019-01-30
dfu: mmc: call fs functions instead of run_command
Simon Goldschmidt
1
-1
/
+0
2019-01-26
dfu: Make DFU support more SPL friendly
Andrew F. Davis
1
-5
/
+5
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-07-28
dfu: remove limitation on partition size
Patrick Delaunay
1
-2
/
+2
2017-07-28
dfu: allow dfu read on partition greater than 2GB
Patrick Delaunay
1
-1
/
+1
2016-02-24
dfu: usb: f_dfu: Set deferred call for dfu_flush() function
Lukasz Majewski
1
-0
/
+25
2015-09-07
dfu: tftp: update: Add dfu_write_from_mem_addr() function
Lukasz Majewski
1
-0
/
+15
2015-09-07
dfu: tftp: update: Provide tftp support for the DFU subsystem
Lukasz Majewski
1
-0
/
+26
2015-02-25
dfu: samsung: move call to set_dfu_alt_info() to dfu common code
Przemyslaw Marczak
1
-0
/
+3
2014-12-18
usb, g_dnl: generalize DFU detach functions
Rob Herring
1
-3
/
+0
2014-09-02
dfu: Provide means to find difference between dfu-util -e and -R
Lukasz Majewski
1
-1
/
+4
2014-08-09
dfu: add SF backend
Stephen Warren
1
-0
/
+22
2014-08-09
dfu: add free_entity() to struct dfu_entity
Stephen Warren
1
-0
/
+2
2014-08-09
dfu: allow backend to specify a maximum buffer size
Stephen Warren
1
-1
/
+2
2014-08-09
dfu: defer parsing of device string to IO backend
Stephen Warren
1
-9
/
+13
2014-08-09
dfu: fix some issues with reads/uploads
Stephen Warren
1
-0
/
+3
2014-05-15
dfu: mmc: Provide support for eMMC boot partition access
Lukasz Majewski
1
-0
/
+3
2014-05-08
dfu, nand: add medium specific polltimeout function
Heiko Schocher
1
-0
/
+1
2014-05-05
USB: gadget: added a saner gadget downloader registration API
Mateusz Zalega
1
-7
/
+0
2014-05-05
dfu: mmc: raw data write fix
Mateusz Zalega
1
-5
/
+0
2014-03-23
usb: dfu: introduce dfuMANIFEST state
Heiko Schocher
1
-0
/
+3
2014-03-23
usb, dfu: extract flush code into seperate function
Heiko Schocher
1
-0
/
+1
2013-12-18
usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout value
Lukasz Majewski
1
-0
/
+3
2013-12-18
dfu: Export allocated dfu buffer size
Lukasz Majewski
1
-0
/
+1
2013-10-20
dfu:core: Export dfu_{get|free}_buf functions
Lukasz Majewski
1
-0
/
+2
2013-10-20
dfu:core: Find DFU alt setting number by passing its name
Lukasz Majewski
1
-0
/
+1
2013-09-24
usb:g_dnl:dfu: Download gadget and DFU function code clean up
Lukasz Majewski
1
-0
/
+9
[next]