On Mon, Mar 30, 2020 at 12:27 AM Miquel Raynal <miquel.raynal@xxxxxxxxxxx> wrote: > Would it be hard to support an extra ':' after the MTD device name? > This way would would allow anything inside the optional '(' ')' but > would keep the trailing ':'. > > toTay: > mtdparts=name:part1,part2 > > So: > mtdparts=(0000:00:1f.5):25165824(BIOS),-(squashfs) I thought about that ':' too. It does add a bit more to the code, and a bit more in the way of error cases. I always worry, when code is going into flash, about errors where something looks close to right but is wrong. (says the person who just typed it instead of is a few times :-) What if we did this: mtdparts=[0000:00:1f.5]25165824(BIOS),-(squashfs) Is the "]" 'enough different' that we do not need the ':'? I kind of like the [] better anyway as it makes the mtdid stand out a bit more from the part names? But is it enough that we don't need the ':'? Would you still prefer the () as opposed to the []? I'll do what you feel is best, however, I'm still getting back into this area. Thanks again! ron ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/