Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mmc: boot partition ro lock support | Johan Rudholm | 2012-01-11 | 1 | -0/+13 |
| | | | | | | | | | | | | | Enable boot partitions to be read-only locked until next power on via a sysfs entry. There will be one sysfs entry for each boot partition: /sys/block/mmcblkXbootY/ro_lock_until_next_power_on Each boot partition is locked by writing 1 to its file. Signed-off-by: Johan Rudholm <johan.rudholm@stericsson.com> Signed-off-by: John Beckett <john.beckett@stericsson.com> Signed-off-by: Chris Ball <cjb@laptop.org> | ||||
* | mmc: MMC boot partitions support. | Andrei Warkentin | 2011-05-24 | 1 | -0/+27 |
Allows device MMC boot partitions to be accessed. MMC partitions are treated effectively as separate block devices on the same MMC card. Signed-off-by: Andrei Warkentin <andreiw@motorola.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Chris Ball <cjb@laptop.org> |