From mboxrd@z Thu Jan 1 00:00:00 1970 From: Purna Chandra Mandal Date: Mon, 21 Mar 2016 17:14:51 +0530 Subject: [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql]. In-Reply-To: <56EFDD5A.1030902@denx.de> References: <1458545743-3938-1-git-send-email-purna.mandal@microchip.com> <1458545743-3938-2-git-send-email-purna.mandal@microchip.com> <56EFD8DC.3070202@denx.de> <56EFD8DD.6070609@microchip.com> <56EFDD5A.1030902@denx.de> Message-ID: <56EFDEB3.3050004@microchip.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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], reads[bwql] needed by some drivers. >>>> >>>> Signed-off-by: Purna Chandra Mandal >>> Applied all four to u-boot-usb/master, thanks! >>> >> Thanks. :) >> > Thank you for persevering ;-) > > btw. have you worked with Olimex PIC32-EMZ64 (PIC32MZ2048EFH064) ? > Can it be used for testing U-Boot on PIC32 and this musb stuff ? Not exactly 'PIC32MZ2048EFH064' but on some other board having PIC32MZ2048EFM144 (with additional SRAM connected on EBI). Anyway MUSB stuff is same. And pin-mapping will be different so need to update pinctrl. Otherwise it should be fine for U-Boot testing.