All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] pxa25x: Add UDC registers definitions
Date: Sun, 19 Aug 2012 01:14:14 +0200	[thread overview]
Message-ID: <201208190114.15013.marex@denx.de> (raw)
In-Reply-To: <1345328463-18705-1-git-send-email-luk0104@gmail.com>

Dear ?ukasz Da?ek,

> Signed-off-by: ?ukasz Da?ek <luk0104@gmail.com>
[...]

> +/*
> + * Intel(R) PXA255 Processor Specification Update (page 31)
> + * define new "must be one" bits in UDCCFR
> + */

I adjusted this a bit.

> +#define UDCCFR_MB1		(0xff & ~(UDCCFR_AREN | UDCCFR_ACM))
> +
> +#define UFNRH_SIR		(1 << 7)	/* SOF interrupt request */
> +#define UFNRH_SIM		(1 << 6)	/* SOF interrupt mask */
> +#define UFNRH_IPE14		(1 << 5)	/* ISO packet error, ep14 */
> +#define UFNRH_IPE9		(1 << 4)	/* ISO packet error, ep9 */
> +#define UFNRH_IPE4		(1 << 3)	/* ISO packet error, ep4 */
> +
> +#endif /* __REGS_USB_H__ */

Applied and pushed to u-boot-usb.git, thanks!

Best regards,
Marek Vasut

      parent reply	other threads:[~2012-08-18 23:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-18 22:21 [U-Boot] [PATCH 1/2] pxa25x: Add UDC registers definitions Łukasz Dałek
2012-08-18 22:21 ` [U-Boot] [PATCH 2/2] pxa25x: Add USB ethernet gadget driver Łukasz Dałek
2012-08-19  3:22   ` Marek Vasut
2012-08-18 23:14 ` Marek Vasut [this message]

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=201208190114.15013.marex@denx.de \
    --to=marex@denx.de \
    --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.