Re: [PATCH 4/4] mci: add MBR write and read function to block devices

2016-10-26 Thread Michael Grzeschik
On Wed, Oct 26, 2016 at 11:09:33AM +0200, Michael Grzeschik wrote: > On Tue, Oct 18, 2016 at 08:23:22AM +0200, Sascha Hauer wrote: > > On Mon, Oct 17, 2016 at 03:29:23PM +0200, Michael Grzeschik wrote: > > > With this patch it is possible to write an mbr partition table to the > > > mci block devic

Re: [PATCH 4/4] mci: add MBR write and read function to block devices

2016-10-26 Thread Michael Grzeschik
On Tue, Oct 18, 2016 at 08:23:22AM +0200, Sascha Hauer wrote: > On Mon, Oct 17, 2016 at 03:29:23PM +0200, Michael Grzeschik wrote: > > With this patch it is possible to write an mbr partition table to the > > mci block device. By setting the device property "dos_partitions" of the > > mmc device no

Re: [PATCH 4/4] mci: add MBR write and read function to block devices

2016-10-17 Thread Sascha Hauer
On Mon, Oct 17, 2016 at 03:29:23PM +0200, Michael Grzeschik wrote: > With this patch it is possible to write an mbr partition table to the > mci block device. By setting the device property "dos_partitions" of the > mmc device node, it is possible to write back the new partition layout > in the com

[PATCH 4/4] mci: add MBR write and read function to block devices

2016-10-17 Thread Michael Grzeschik
With this patch it is possible to write an mbr partition table to the mci block device. By setting the device property "dos_partitions" of the mmc device node, it is possible to write back the new partition layout in the common cmdlinepart notation. The property can also be read back. Signed-off-b