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
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
2015-09-11
dfu: don't keep freeing/reallocating
Stephen Warren
1
-2
/
+2
2015-09-07
dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature
Lukasz Majewski
1
-0
/
+10
2015-09-07
dfu: tftp: update: Add dfu_write_from_mem_addr() function
Lukasz Majewski
1
-0
/
+37
2015-09-07
dfu: tftp: update: Provide tftp support for the DFU subsystem
Lukasz Majewski
2
-0
/
+66
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
2
-3
/
+3
2015-07-22
usb: USB download gadget and functions config options coherent naming
Paul Kocialkowski
1
-1
/
+1
2015-03-30
dfu: nand: Verify writes
Peter Tyser
1
-1
/
+1
2015-03-09
dfu: mmc: file buffer: remove static allocation
Przemyslaw Marczak
1
-3
/
+22
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
dfu: mmc: check if mmc device exists in mmc_block_op()
Przemyslaw Marczak
1
-1
/
+7
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
[next]