On Tue, 2016-06-07 at 07:41 +0200, Boris Brezillon wrote:
> On Mon, 06 Jun 2016 18:54:03 -0500
> Scott Wood wrote:
>
> > Of course the driver model
> > is probably the long-term solution.
>
> Definitely, and talking about things that need to be reworked, do you
> know why u-boot is using its own
On Mon, 06 Jun 2016 18:54:03 -0500
Scott Wood wrote:
> On Mon, 2016-06-06 at 20:31 +0200, Boris Brezillon wrote:
> > On Mon, 06 Jun 2016 12:56:48 -0500
> > Scott Wood wrote:
> >
> > > On Mon, 2016-06-06 at 18:22 +0200, Boris Brezillon wrote:
> > > > On Mon, 6 Jun 2016 17:36:10 +0200
> > > >
On Mon, 2016-06-06 at 20:31 +0200, Boris Brezillon wrote:
> On Mon, 06 Jun 2016 12:56:48 -0500
> Scott Wood wrote:
>
> > On Mon, 2016-06-06 at 18:22 +0200, Boris Brezillon wrote:
> > > On Mon, 6 Jun 2016 17:36:10 +0200
> > > Hans de Goede wrote:
> > >
> > > > > +#ifndef CONFIG_SPL_BUILD
> > >
On Mon, 06 Jun 2016 12:56:48 -0500
Scott Wood wrote:
> On Mon, 2016-06-06 at 18:22 +0200, Boris Brezillon wrote:
> > On Mon, 6 Jun 2016 17:36:10 +0200
> > Hans de Goede wrote:
> >
> > > > +#ifndef CONFIG_SPL_BUILD
> > > > +void sunxi_nand_init(void);
> > > > +#endif
> > > > +
> > >
> > >
On Mon, 2016-06-06 at 18:22 +0200, Boris Brezillon wrote:
> On Mon, 6 Jun 2016 17:36:10 +0200
> Hans de Goede wrote:
>
> > > +#ifndef CONFIG_SPL_BUILD
> > > +void sunxi_nand_init(void);
> > > +#endif
> > > +
> >
> > Can we have this in a header somewhere please, and without
> > the #ifdef arou
On Mon, 6 Jun 2016 17:36:10 +0200
Hans de Goede wrote:
> > +#ifndef CONFIG_SPL_BUILD
> > +void sunxi_nand_init(void);
> > +#endif
> > +
>
> Can we have this in a header somewhere please, and without
> the #ifdef around it, that is not necessary for prototypes.
Hehe, I was expecting this one :
Hi,
One small remark inline.
On 06-06-16 17:21, Boris Brezillon wrote:
We already have an SPL driver for the sunxi NAND controller, now add
the normal/standard one.
The source has been copied from Linux 4.6 with a few changes to make
it work in u-boot.
Signed-off-by: Boris Brezillon
---
boa
We already have an SPL driver for the sunxi NAND controller, now add
the normal/standard one.
The source has been copied from Linux 4.6 with a few changes to make
it work in u-boot.
Signed-off-by: Boris Brezillon
---
board/sunxi/board.c|9 +-
drivers/mtd/nand/Kconfig |
8 matches
Mail list logo