
-----Original Message----- From: Daniel Schwierzeck [mailto:daniel.schwierzeck@gmail.com] Sent: 21 August 2015 02:21 PM To: Govindraj Raja Cc: u-boot@lists.denx.de Subject: Re: [U-Boot][PATCH v2 1/2] MIPS: add clrbits and setbits and add phy_to_bus support.
Am 20.08.2015 um 16:01 schrieb Govindraj Raja:
From: Govindraj Raja Govindraj.Raja@imgtec.com
usb stack utilizes the clr/set_bits macros also usb stack needs phy_to_bus/bus_to_phys functions. Thus adding these macro and functions for mips platform.
This makes usb stack usable with mips platform.
Signed-off-by: Govindraj Raja govindraj.raja@imgtec.com
Changes from v1:
Fixes comments from Daniel as dicussed in below thread: https://patchwork.ozlabs.org/patch/508821/
arch/mips/include/asm/io.h | 54
++++++++++++++++++++++++++++++++++++++++++++++
arch/mips/lib/io.c | 14 ++++++++++++ 2 files changed, 68 insertions(+)
applied to u-boot-mips/next, thanks
thanks
the following include files were missing in io.c +#include <asm/io.h> +#include <linux/compiler.h>
Sorry I missed it.
-- Thanks, Govindraj.R