From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/2] MIPS: add clrbits and setbits and add phy_to_bus support.
Date: Fri, 21 Aug 2015 15:20:53 +0200 [thread overview]
Message-ID: <55D725B5.4080608@gmail.com> (raw)
In-Reply-To: <1440079292-9045-1-git-send-email-govindraj.raja@imgtec.com>
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
next prev parent reply other threads:[~2015-08-21 13:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-20 14:01 [U-Boot] [PATCH v2 1/2] MIPS: add clrbits and setbits and add phy_to_bus support Govindraj Raja
2015-08-21 13:20 ` Daniel Schwierzeck [this message]
2015-08-21 13:38 ` Govindraj Raja
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55D725B5.4080608@gmail.com \
--to=daniel.schwierzeck@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.