
21 Aug
2015
21 Aug
'15
3:20 p.m.
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
the following include files were missing in io.c +#include <asm/io.h> +#include <linux/compiler.h>
--
- Daniel