From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 02/10] waitbit: Add the generic wait_for_bit macros for 16 and 32 bits.
Date: Sat, 12 Oct 2019 16:21:24 -0400 [thread overview]
Message-ID: <20191012202124.GG16029@bill-the-cat> (raw)
In-Reply-To: <1565788721-21866-2-git-send-email-philippe.reynes@softathome.com>
On Wed, Aug 14, 2019 at 03:18:33PM +0200, Philippe Reynes wrote:
> From: Kursad Oney <kursad.oney@broadcom.com>
>
> wait_for_bit_le32 and wait_for_bit_le16 use the raw I/O functions
> which would default to big-endian on BE systems. Create the generic
> equivalents to use the native endianness.
>
> Signed-off-by: Kursad Oney <kursad.oney@broadcom.com>
> Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191012/fe3aac21/attachment.sig>
next prev parent reply other threads:[~2019-10-12 20:21 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-14 13:18 [U-Boot] [PATCH V3 01/10] spi: hsspi: allow to be used on bcm6858 and bcm63158 Philippe Reynes
2019-08-14 13:18 ` [U-Boot] [PATCH V3 02/10] waitbit: Add the generic wait_for_bit macros for 16 and 32 bits Philippe Reynes
2019-08-14 13:29 ` Kursad Oney
2019-08-14 14:43 ` Daniel Schwierzeck
2019-08-14 15:03 ` Kursad Oney
2019-08-14 14:45 ` Daniel Schwierzeck
2019-10-12 20:21 ` Tom Rini [this message]
2019-08-14 13:18 ` [U-Boot] [PATCH V3 03/10] spi: bcm63xx_hsspi: switch to raw I/O functions Philippe Reynes
2019-08-14 14:46 ` Daniel Schwierzeck
2019-10-12 20:21 ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 04/10] spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock Philippe Reynes
2019-10-12 20:21 ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 05/10] dt: bcm63158: Add hsspi controller Philippe Reynes
2019-10-12 20:21 ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 06/10] dt: bcm963158: add a spi-nor device Philippe Reynes
2019-10-12 20:21 ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 07/10] configs: Add hsspi/spi support to bcm963158 Philippe Reynes
2019-10-12 20:21 ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 08/10] dt: bcm6858: add hsspi controller Philippe Reynes
2019-10-12 20:21 ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 09/10] dt: bcm968580xref: add a spi-nor device Philippe Reynes
2019-10-12 20:22 ` Tom Rini
2019-08-14 13:18 ` [U-Boot] [PATCH V3 10/10] bcm968580xref: enable spi-nor support Philippe Reynes
2019-10-12 20:22 ` Tom Rini
2019-08-14 14:44 ` [U-Boot] [PATCH V3 01/10] spi: hsspi: allow to be used on bcm6858 and bcm63158 Daniel Schwierzeck
2019-10-12 20:21 ` Tom Rini
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=20191012202124.GG16029@bill-the-cat \
--to=trini@konsulko.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.