aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_ram.c
AgeCommit message (Expand)AuthorFilesLines
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