summaryrefslogtreecommitdiffstats
path: root/drivers/dfu/dfu_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud