aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_ram.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07dfu: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu1-13/+12
2022-02-11DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu1-1/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2020-09-01dfu: fix dfu tftp on sandboxHeinrich Schuchardt1-3/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-4/+4
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay1-1/+1
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay1-2/+4
2016-04-25dfu: ram: fix number base of RAM entity parametersStephen Warren1-2/+2
2016-04-25drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info envMugunthan V N1-7/+14
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren1-1/+1
2014-08-09dfu: fix some issues with reads/uploadsStephen Warren1-5/+6
2013-09-24dfu: ram supportAfzal Mohammed1-0/+77