Sascha Hauer wrote: > So far only for reading blocks. This is based on the corresponding > U-Boot code. > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > Cc: Juergen Beisert <jbe@xxxxxxxxxxxxxx> > --- > drivers/mci/mci-core.c | 35 +++++++++++++++++++++++++++-------- > 1 files changed, 27 insertions(+), 8 deletions(-) > > diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c > index c92d5a9..34c4f8c 100644 > --- a/drivers/mci/mci-core.c > +++ b/drivers/mci/mci-core.c > @@ -139,23 +139,41 @@ static int mci_block_write(struct device_d *mci_dev, const void *src, unsigned b > * @param dst Where to store the data read from the card > * @param blocknum Block number to read > */ > -static int mci_read_block(struct device_d *mci_dev, void *dst, unsigned blocknum) > +static int mci_read_block(struct device_d *mci_dev, void *dst, unsigned blocknum, int blocks) { I know real programmers [TM] hate documentation. But if you add a parameter, please spend the short time to also add a "@param blocks Block count to read at once" (or similar) to the header of this function. > [...] jbe -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox