Re: [U-Boot] [PATCH v3 2/4] drivers: musb-new: remove writes{bwlq} and reads{bwlq}.

2016-03-19 Thread Marek Vasut
On 03/16/2016 07:36 AM, Purna Chandra Mandal wrote: > On 03/15/2016 11:40 PM, Marek Vasut wrote: > >> On 03/15/2016 01:44 PM, Purna Chandra Mandal wrote: >>> Moved definition of writes{bwlq} and reads{bwlq} into arch. >>> There is no need of having arch specific wrapper in driver. >> And so the pa

Re: [U-Boot] [PATCH v3 2/4] drivers: musb-new: remove writes{bwlq} and reads{bwlq}.

2016-03-15 Thread Purna Chandra Mandal
On 03/15/2016 11:40 PM, Marek Vasut wrote: > On 03/15/2016 01:44 PM, Purna Chandra Mandal wrote: >> Moved definition of writes{bwlq} and reads{bwlq} into arch. >> There is no need of having arch specific wrapper in driver. > And so the patch does ... what exactly ? I cannot figure it out just by >

Re: [U-Boot] [PATCH v3 2/4] drivers: musb-new: remove writes{bwlq} and reads{bwlq}.

2016-03-15 Thread Marek Vasut
On 03/15/2016 01:44 PM, Purna Chandra Mandal wrote: > Moved definition of writes{bwlq} and reads{bwlq} into arch. > There is no need of having arch specific wrapper in driver. And so the patch does ... what exactly ? I cannot figure it out just by reading the commit message, sorry. The patch itse

[U-Boot] [PATCH v3 2/4] drivers: musb-new: remove writes{bwlq} and reads{bwlq}.

2016-03-15 Thread Purna Chandra Mandal
Moved definition of writes{bwlq} and reads{bwlq} into arch. There is no need of having arch specific wrapper in driver. Signed-off-by: Purna Chandra Mandal --- Changes in v3: None Changes in v2: None drivers/usb/musb-new/linux-compat.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/