Re: [linux-sunxi] [PATCH v6 4/8] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-02-17 Thread Stefan Monnier
> I'm not really into this licensing and copyright stuff. > Could you maybe point out what the correct copyright would be? The dates are when the code is disclosed to the public. So 2014 would be fine, 2013-2014 might be as well, but 2014-2015 can't be right until next year. Stefan --

Re: [linux-sunxi] [PATCH v6 4/8] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-02-17 Thread Priit Laes
Ühel kenal päeval, E, 17.02.2014 kell 08:08, kirjutas David Lanzendörfer: > Hi > > > + * Driver for sunxi SD/MMC host controllers > > > + * (C) Copyright 2014-2015 Reuuimlla Technology Co., Ltd. > > > + * (C) Copyright 2014-2015 Aaron Maoye > > > + * (C) Copyright 2014-2015 O2S GmbH > > > + * (C)

Re: [linux-sunxi] [PATCH v6 4/8] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-02-16 Thread David Lanzendörfer
Hi > > + * Driver for sunxi SD/MMC host controllers > > + * (C) Copyright 2014-2015 Reuuimlla Technology Co., Ltd. > > + * (C) Copyright 2014-2015 Aaron Maoye > > + * (C) Copyright 2014-2015 O2S GmbH > > + * (C) Copyright 2014-2015 David Lanzendörfer > > > > + * (C) Copyright 2014-2015 Hans de G

Re: [linux-sunxi] [PATCH v6 4/8] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-02-16 Thread Priit Laes
Ühel kenal päeval, P, 16.02.2014 kell 06:11, kirjutas David Lanzendörfer: > This is based on the driver Allwinner ships in their Android kernel sources. [...] > +++ b/drivers/mmc/host/sunxi-mmc.c > @@ -0,0 +1,876 @@ > +/* > + * Driver for sunxi SD/MMC host controllers > + * (C) Copyright 2014-201

[linux-sunxi] [PATCH v6 4/8] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-02-15 Thread David Lanzendörfer
This is based on the driver Allwinner ships in their Android kernel sources. Initial porting to upstream kernels done by David Lanzendörfer, additional fixes and cleanups by Hans de Goede. It uses dma in bus-master mode using a built-in designware idmac controller, which is identical to the one f

[linux-sunxi] [PATCH v6 4/8] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-02-15 Thread David Lanzendörfer
This is based on the driver Allwinner ships in their Android kernel sources. Initial porting to upstream kernels done by David Lanzendörfer, additional fixes and cleanups by Hans de Goede. It uses dma in bus-master mode using a built-in designware idmac controller, which is identical to the one f