Re: [U-Boot] [PATCH 1/2] MIPS: add clrbits and setbits and add phy_to_bus support.

2015-08-20 Thread Daniel Schwierzeck
2015-08-19 20:19 GMT+02:00 Govindraj Raja : > From: Govindraj Raja > > 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. > Also fixes a c

[U-Boot] [PATCH 1/2] MIPS: add clrbits and setbits and add phy_to_bus support.

2015-08-19 Thread Govindraj Raja
From: Govindraj Raja 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. Also fixes a checkpatch warning with virt_to_phys forward declaration.