On Wed, 2015-09-09 at 20:25 +0200, Wolfgang Denk wrote:
> Dear Andreas,
>
> In message <1441626234-16364-1-git-send-email-andreas.de...@googlemail.com>
> you wrote:
> ...
> > --- a/include/linux/bitops.h
> > +++ b/include/linux/bitops.h
> > @@ -3,6 +3,8 @@
> >
> > #include
> >
> > +#define
On Wed, 2015-09-09 at 21:52 +0300, Ivan Khoronzhuk wrote:
> On 09.09.15 19:22, Scott Wood wrote:
> > On Tue, 2015-09-08 at 21:01 +0300, ivan.khoronzhuk wrote:
> > > Hi, Andreas
> > >
> > > On 07.09.15 14:43, Andreas Bießmann wrote:
> > > > From: Heiko Schocher
> > > >
> > > > introduce BIT() def
On 09.09.15 20:10, Scott Wood wrote:
On Wed, 2015-09-09 at 12:37 -0400, Tom Rini wrote:
On Wed, Sep 09, 2015 at 11:22:25AM -0500, Scott Wood wrote:
On Tue, 2015-09-08 at 21:01 +0300, ivan.khoronzhuk wrote:
Hi, Andreas
On 07.09.15 14:43, Andreas Bießmann wrote:
From: Heiko Schocher
introd
On 09.09.15 19:22, Scott Wood wrote:
On Tue, 2015-09-08 at 21:01 +0300, ivan.khoronzhuk wrote:
Hi, Andreas
On 07.09.15 14:43, Andreas Bießmann wrote:
From: Heiko Schocher
introduce BIT() definition, used in at91_udc gadget
driver.
Signed-off-by: Heiko Schocher
[remove all other occurrenc
Dear Andreas,
In message <1441626234-16364-1-git-send-email-andreas.de...@googlemail.com> you
wrote:
...
> --- a/include/linux/bitops.h
> +++ b/include/linux/bitops.h
> @@ -3,6 +3,8 @@
>
> #include
>
> +#define BIT(nr) (1UL << (nr))
What happens when someone decides to use thi
On Wed, 2015-09-09 at 12:37 -0400, Tom Rini wrote:
> On Wed, Sep 09, 2015 at 11:22:25AM -0500, Scott Wood wrote:
> > On Tue, 2015-09-08 at 21:01 +0300, ivan.khoronzhuk wrote:
> > > Hi, Andreas
> > >
> > > On 07.09.15 14:43, Andreas Bießmann wrote:
> > > > From: Heiko Schocher
> > > >
> > > > int
On Wed, Sep 09, 2015 at 11:22:25AM -0500, Scott Wood wrote:
> On Tue, 2015-09-08 at 21:01 +0300, ivan.khoronzhuk wrote:
> > Hi, Andreas
> >
> > On 07.09.15 14:43, Andreas Bießmann wrote:
> > > From: Heiko Schocher
> > >
> > > introduce BIT() definition, used in at91_udc gadget
> > > driver.
> >
On Tue, 2015-09-08 at 21:01 +0300, ivan.khoronzhuk wrote:
> Hi, Andreas
>
> On 07.09.15 14:43, Andreas Bießmann wrote:
> > From: Heiko Schocher
> >
> > introduce BIT() definition, used in at91_udc gadget
> > driver.
> >
> > Signed-off-by: Heiko Schocher
> > [remove all other occurrences of BIT
Hi, Andreas
On 07.09.15 14:43, Andreas Bießmann wrote:
From: Heiko Schocher
introduce BIT() definition, used in at91_udc gadget
driver.
Signed-off-by: Heiko Schocher
[remove all other occurrences of BIT(x) definition]
Signed-off-by: Andreas Bießmann
---
Full buildman is running
+
Hi,
On Mon, 7 Sep 2015 13:43:52 +0200
Andreas Bießmann wrote:
> From: Heiko Schocher
>
> introduce BIT() definition, used in at91_udc gadget
> driver.
>
> Signed-off-by: Heiko Schocher
> [remove all other occurrences of BIT(x) definition]
> Signed-off-by: Andreas Bießmann
for anx9804 vide
> -Original Message-
> From: Andreas Bießmann [mailto:andreas.de...@googlemail.com]
> Sent: Monday, September 07, 2015 4:44 AM
> To: U-Boot ML
> Cc: Tom Rini; Simon Glass; Tom Warren; Stephen Warren; Lukasz Majewski;
> Scott Wood; Jagan Teki; Michal Simek; Prafulla Wadaskar; Anatolij Gustsc
On 07.09.2015 13:43, Andreas Bießmann wrote:
From: Heiko Schocher
introduce BIT() definition, used in at91_udc gadget
driver.
Signed-off-by: Heiko Schocher
[remove all other occurrences of BIT(x) definition]
Signed-off-by: Andreas Bießmann
---
Full buildman is running
Would be nice to get s
From: Heiko Schocher
introduce BIT() definition, used in at91_udc gadget
driver.
Signed-off-by: Heiko Schocher
[remove all other occurrences of BIT(x) definition]
Signed-off-by: Andreas Bießmann
---
Full buildman is running
Would be nice to get some Acked-by/Reviewed-by since this is a fixup
13 matches
Mail list logo