summaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_mmc.c
AgeCommit message (Expand)Author
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-13mmc: store hwpart in the block deviceStephen Warren
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-09-11dfu: mmc: buffer file reads tooStephen Warren
2015-07-27dfu: fix 64-bit compile warningsStephen Warren
2015-03-09dfu: mmc: file buffer: remove static allocationPrzemyslaw Marczak
2014-12-18dfu: mmc: check if mmc device exists in mmc_block_op()Przemyslaw Marczak
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren
2014-08-09dfu: fix some issues with reads/uploadsStephen Warren
2014-05-15dfu: mmc: Provide support for eMMC boot partition accessLukasz Majewski
2014-05-05dfu: mmc: change offset base handlingMateusz Zalega
2014-05-05dfu: mmc: raw data write fixMateusz Zalega
2014-03-23dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski
2014-02-20dfu: mmc: fs: Fix format accepted by ext4write commandLukasz Majewski
2013-09-24dfu: unify mmc/nand read/write ops enumAfzal Mohammed
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-03dfu:ext4:fix Fix ext4{read|write} command formattingŁukasz Majewski
2013-04-10dfu: Support larger than memory transfers.Pantelis Antoniou
2013-04-08dfu:ext4:fix: Change ext4write command order of parametersŁukasz Majewski
2013-03-16dfu: Add a partition type targetPantelis Antoniou
2012-09-21dfu:usb:fix: Read the "filesize" environment variable only when file readŁukasz Majewski
2012-09-21dfu:usb: Support for ext4Łukasz Majewski
2012-09-01dfu: MMC specific routines for DFU operationLukasz Majewski