summaryrefslogtreecommitdiffstats
path: root/drivers/dfu/dfu_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* dfu: add 'SCRIPT' entityMarek Szyprowski2021-01-311-2/+21
* dfu: add 'SKIP' entityJaehoon Chung2021-01-311-0/+9
* dfu: mmc: use the default MMC device if entity specifies it as -1Marek Szyprowski2021-01-311-3/+4
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-1/+1
* dfu: mmc: remove file size limit for io operationsMarek Szyprowski2020-01-291-16/+30
* dfu: mmc: rearrange the codeMarek Szyprowski2020-01-291-27/+34
* dfu: mmc: add support for in-partition offsetMarek Szyprowski2019-10-311-2/+11
* dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt2019-01-301-36/+31
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-9/+9
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* dfu: remove limitation on partition sizePatrick Delaunay2017-07-281-5/+5
* dfu: allow dfu read on partition greater than 2GBPatrick Delaunay2017-07-281-6/+6
* dm: dfu: mmc: Support CONFIG_BLK in DFU for MMCSimon Glass2016-07-111-6/+5
* dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-171-4/+9
* dm: part: Rename some partition functionsSimon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
* mmc: store hwpart in the block deviceStephen Warren2016-01-131-21/+5
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-2/+2
* dfu: mmc: buffer file reads tooStephen Warren2015-09-111-1/+26
* dfu: fix 64-bit compile warningsStephen Warren2015-07-271-1/+1
* dfu: mmc: file buffer: remove static allocationPrzemyslaw Marczak2015-03-091-3/+22
* dfu: mmc: check if mmc device exists in mmc_block_op()Przemyslaw Marczak2014-12-181-1/+7
* dfu: defer parsing of device string to IO backendStephen Warren2014-08-091-9/+12
* dfu: fix some issues with reads/uploadsStephen Warren2014-08-091-9/+50
* dfu: mmc: Provide support for eMMC boot partition accessLukasz Majewski2014-05-151-0/+46
* dfu: mmc: change offset base handlingMateusz Zalega2014-05-051-2/+6
* dfu: mmc: raw data write fixMateusz Zalega2014-05-051-40/+65
* dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski2014-03-231-7/+24
* dfu: mmc: fs: Fix format accepted by ext4write commandLukasz Majewski2014-02-201-4/+3
* dfu: unify mmc/nand read/write ops enumAfzal Mohammed2013-09-241-7/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* dfu:ext4:fix Fix ext4{read|write} command formattingŁukasz Majewski2013-07-031-0/+2
* dfu: Support larger than memory transfers.Pantelis Antoniou2013-04-101-36/+72
* dfu:ext4:fix: Change ext4write command order of parametersŁukasz Majewski2013-04-081-2/+2
* dfu: Add a partition type targetPantelis Antoniou2013-03-161-0/+31
* dfu:usb:fix: Read the "filesize" environment variable only when file readŁukasz Majewski2012-09-211-1/+1
* dfu:usb: Support for ext4Łukasz Majewski2012-09-211-6/+26
* dfu: MMC specific routines for DFU operationLukasz Majewski2012-09-011-0/+162