From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Fri, 21 Aug 2015 15:20:53 +0200 Subject: [U-Boot] [PATCH v2 1/2] MIPS: add clrbits and setbits and add phy_to_bus support. In-Reply-To: <1440079292-9045-1-git-send-email-govindraj.raja@imgtec.com> References: <1440079292-9045-1-git-send-email-govindraj.raja@imgtec.com> Message-ID: <55D725B5.4080608@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 20.08.2015 um 16:01 schrieb 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. > > Signed-off-by: Govindraj Raja > --- > > 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 +#include -- - Daniel