On Fri, May 2, 2014 at 8:22 PM, Arnd Bergmann wrote:
>> >> I would recommend just doing all of this in out-of-line implementations
>> >> rather than macros and inline functions.
>> > Okay. Will move the macros to out-of-line function.
>>
>> I'm start working on this and found that it is better to
On Friday 02 May 2014 18:37:55 Ley Foon Tan wrote:
> On Thu, Apr 24, 2014 at 2:02 PM, Ley Foon Tan wrote:
> > On Tue, Apr 22, 2014 at 9:59 PM, Arnd Bergmann wrote:
> >> On Friday 18 April 2014, Ley Foon Tan wrote:
> >>
> >>> +
> >>> +#include
> >>> +
> >>> +#define IO_SPACE_LIMIT 0x
> >>
On Thu, Apr 24, 2014 at 2:02 PM, Ley Foon Tan wrote:
> On Tue, Apr 22, 2014 at 9:59 PM, Arnd Bergmann wrote:
>> On Friday 18 April 2014, Ley Foon Tan wrote:
>>
>>> +
>>> +#include
>>> +
>>> +#define IO_SPACE_LIMIT 0x
>>
>> Please use 0x here, this should work for almost any PCI bus.
On Thu, Apr 24, 2014 at 3:43 PM, Arnd Bergmann wrote:
> On Thursday 24 April 2014 14:02:47 Ley Foon Tan wrote:
>> >> +#define IO_SPACE_LIMIT 0x
>> >
>> > Please use 0x here, this should work for almost any PCI bus.
>> Ah, CONFIG_PCI is not enable in nios2. So, I think IO_SPACE_LIMIT
>
On Thursday 24 April 2014 14:02:47 Ley Foon Tan wrote:
> On Tue, Apr 22, 2014 at 9:59 PM, Arnd Bergmann wrote:
> > On Friday 18 April 2014, Ley Foon Tan wrote:
> >
> >> +
> >> +#include
> >> +
> >> +#define IO_SPACE_LIMIT 0x
> >
> > Please use 0x here, this should work for almost any
On Tue, Apr 22, 2014 at 9:59 PM, Arnd Bergmann wrote:
> On Friday 18 April 2014, Ley Foon Tan wrote:
>
>> +
>> +#include
>> +
>> +#define IO_SPACE_LIMIT 0x
>
> Please use 0x here, this should work for almost any PCI bus.
Ah, CONFIG_PCI is not enable in nios2. So, I think IO_SPACE_LIMI
On Friday 18 April 2014, Ley Foon Tan wrote:
> +
> +#include
> +
> +#define IO_SPACE_LIMIT 0x
Please use 0x here, this should work for almost any PCI bus.
> +
> +#ifndef CONFIG_CC_OPTIMIZE_FOR_SIZE
> +# define __IO_USE_DUFFS
> +#endif
> +
> +#ifdef __IO_USE_DUFFS
> +
> +/* Use "Duff
7 matches
Mail list logo