aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-3/+3
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu1-26/+30
2022-02-11DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu1-3/+8
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-01-31dfu: add 'SCRIPT' entityMarek Szyprowski1-2/+21
2021-01-31dfu: add 'SKIP' entityJaehoon Chung1-0/+9
2021-01-31dfu: mmc: use the default MMC device if entity specifies it as -1Marek Szyprowski1-3/+4
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-01-29dfu: mmc: remove file size limit for io operationsMarek Szyprowski1-16/+30
2020-01-29dfu: mmc: rearrange the codeMarek Szyprowski1-27/+34
2019-10-31dfu: mmc: add support for in-partition offsetMarek Szyprowski1-2/+11
2019-01-30dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt1-36/+31
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-9/+9
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-07-28dfu: remove limitation on partition sizePatrick Delaunay1-5/+5
2017-07-28dfu: allow dfu read on partition greater than 2GBPatrick Delaunay1-6/+6
2016-07-11dm: dfu: mmc: Support CONFIG_BLK in DFU for MMCSimon Glass1-6/+5
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-4/+9
2016-03-14dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-13mmc: store hwpart in the block deviceStephen Warren1-21/+5
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-2/+2
2015-09-11dfu: mmc: buffer file reads tooStephen Warren1-1/+26
2015-07-27dfu: fix 64-bit compile warningsStephen Warren1-1/+1
2015-03-09dfu: mmc: file buffer: remove static allocationPrzemyslaw Marczak1-3/+22
2014-12-18dfu: mmc: check if mmc device exists in mmc_block_op()Przemyslaw Marczak1-1/+7
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren1-9/+12
2014-08-09dfu: fix some issues with reads/uploadsStephen Warren1-9/+50
2014-05-15dfu: mmc: Provide support for eMMC boot partition accessLukasz Majewski1-0/+46
2014-05-05dfu: mmc: change offset base handlingMateusz Zalega1-2/+6
2014-05-05dfu: mmc: raw data write fixMateusz Zalega1-40/+65
2014-03-23dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski1-7/+24
2014-02-20dfu: mmc: fs: Fix format accepted by ext4write commandLukasz Majewski1-4/+3
2013-09-24dfu: unify mmc/nand read/write ops enumAfzal Mohammed1-7/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-07-03dfu:ext4:fix Fix ext4{read|write} command formattingŁukasz Majewski1-0/+2
2013-04-10dfu: Support larger than memory transfers.Pantelis Antoniou1-36/+72
2013-04-08dfu:ext4:fix: Change ext4write command order of parametersŁukasz Majewski1-2/+2
2013-03-16dfu: Add a partition type targetPantelis Antoniou1-0/+31
2012-09-21dfu:usb:fix: Read the "filesize" environment variable only when file readŁukasz Majewski1-1/+1
2012-09-21dfu:usb: Support for ext4Łukasz Majewski1-6/+26
2012-09-01dfu: MMC specific routines for DFU operationLukasz Majewski1-0/+162