Среда, 29 января 2014, 21:35 +01:00 от Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>: > On Wed, Jan 29, 2014 at 02:26:45PM +0400, Alexander Shiyan wrote: > > Среда, 29 января 2014, 10:30 +01:00 от Sascha Hauer > <s.hauer@xxxxxxxxxxxxxx>: > > > + sram->cdev.size = (unsigned long)resource_size(res); > > > + sram->cdev.ops = &memops; > > > + sram->cdev.dev = dev; > > > + > > > + ret = devfs_create(&sram->cdev); > > > + if (ret) > > > + return ret; > > > + > > > + return 0; > > > +} > > > > Probably we should include clock handling in this driver to make it > > compatible with kernel version of this driver. > > Can we delay this until someone actually needs it? Sure. --- _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox