Re: [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql].

2016-04-10 Thread Marek Vasut
On 04/10/2016 07:26 PM, Daniel Schwierzeck wrote: > > > Am 10.04.2016 um 19:18 schrieb Marek Vasut: >> On 04/10/2016 07:03 PM, Daniel Schwierzeck wrote: >>> Hi, >>> >>> Am 21.03.2016 um 08:35 schrieb Purna Chandra Mandal: ARM defines __raw_writes[bwql], __raw_reads[bwql] in arch io.h bu

Re: [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql].

2016-04-10 Thread Daniel Schwierzeck
Am 10.04.2016 um 19:18 schrieb Marek Vasut: > On 04/10/2016 07:03 PM, Daniel Schwierzeck wrote: >> Hi, >> >> Am 21.03.2016 um 08:35 schrieb Purna Chandra Mandal: >>> ARM defines __raw_writes[bwql], __raw_reads[bwql] in arch io.h >>> but not the writes[bwql], reads[bwql] needed by some drivers. >>

Re: [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql].

2016-04-10 Thread Marek Vasut
On 04/10/2016 07:03 PM, Daniel Schwierzeck wrote: > Hi, > > Am 21.03.2016 um 08:35 schrieb Purna Chandra Mandal: >> ARM defines __raw_writes[bwql], __raw_reads[bwql] in arch io.h >> but not the writes[bwql], reads[bwql] needed by some drivers. >> >> Signed-off-by: Purna Chandra Mandal >> --- > >

Re: [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql].

2016-04-10 Thread Daniel Schwierzeck
Hi, Am 21.03.2016 um 08:35 schrieb Purna Chandra Mandal: > ARM defines __raw_writes[bwql], __raw_reads[bwql] in arch io.h > but not the writes[bwql], reads[bwql] needed by some drivers. > > Signed-off-by: Purna Chandra Mandal > --- sorry for noticing this so late, but this patch is assigned to

Re: [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql].

2016-03-21 Thread Marek Vasut
On 03/21/2016 12:44 PM, Purna Chandra Mandal wrote: > On 03/21/2016 05:09 PM, Marek Vasut wrote: >> On 03/21/2016 12:19 PM, Purna Chandra Mandal wrote: >>> On 03/21/2016 04:49 PM, Marek Vasut wrote: >>> On 03/21/2016 08:35 AM, Purna Chandra Mandal wrote: > ARM defines __raw_writes[bwql], _

Re: [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql].

2016-03-21 Thread Purna Chandra Mandal
On 03/21/2016 05:09 PM, Marek Vasut wrote: > On 03/21/2016 12:19 PM, Purna Chandra Mandal wrote: >> On 03/21/2016 04:49 PM, Marek Vasut wrote: >> >>> On 03/21/2016 08:35 AM, Purna Chandra Mandal wrote: ARM defines __raw_writes[bwql], __raw_reads[bwql] in arch io.h but not the writes[bwql]

Re: [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql].

2016-03-21 Thread Marek Vasut
On 03/21/2016 12:19 PM, Purna Chandra Mandal wrote: > On 03/21/2016 04:49 PM, Marek Vasut wrote: > >> On 03/21/2016 08:35 AM, Purna Chandra Mandal wrote: >>> ARM defines __raw_writes[bwql], __raw_reads[bwql] in arch io.h >>> but not the writes[bwql], reads[bwql] needed by some drivers. >>> >>> Sig

Re: [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql].

2016-03-21 Thread Purna Chandra Mandal
On 03/21/2016 04:49 PM, Marek Vasut wrote: > On 03/21/2016 08:35 AM, Purna Chandra Mandal wrote: >> ARM defines __raw_writes[bwql], __raw_reads[bwql] in arch io.h >> but not the writes[bwql], reads[bwql] needed by some drivers. >> >> Signed-off-by: Purna Chandra Mandal > Applied all four to u-boo

Re: [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql].

2016-03-21 Thread Marek Vasut
On 03/21/2016 08:35 AM, Purna Chandra Mandal wrote: > ARM defines __raw_writes[bwql], __raw_reads[bwql] in arch io.h > but not the writes[bwql], reads[bwql] needed by some drivers. > > Signed-off-by: Purna Chandra Mandal Applied all four to u-boot-usb/master, thanks! -- Best regards, Marek Vas

[U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql].

2016-03-21 Thread Purna Chandra Mandal
ARM defines __raw_writes[bwql], __raw_reads[bwql] in arch io.h but not the writes[bwql], reads[bwql] needed by some drivers. Signed-off-by: Purna Chandra Mandal --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/include/asm/io.h | 7 +++ 1 file cha