From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 08/12] blackfin: bitops: Use the generic bitops headers
Date: Sat, 24 Oct 2015 13:26:50 -0200 [thread overview]
Message-ID: <1445700414-28600-8-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1445700414-28600-1-git-send-email-festevam@gmail.com>
From: Fabio Estevam <fabio.estevam@freescale.com>
The generic bitops headers are required when calling logarithimic
functions, such as ilog2().
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v1:
- None
arch/blackfin/include/asm/bitops.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/blackfin/include/asm/bitops.h b/arch/blackfin/include/asm/bitops.h
index cd7e356..6cde6db 100644
--- a/arch/blackfin/include/asm/bitops.h
+++ b/arch/blackfin/include/asm/bitops.h
@@ -15,6 +15,10 @@
#include <asm/byteorder.h>
#include <asm/system.h>
+#include <asm-generic/bitops/fls.h>
+#include <asm-generic/bitops/__fls.h>
+#include <asm-generic/bitops/fls64.h>
+#include <asm-generic/bitops/__ffs.h>
#ifdef __KERNEL__
/*
--
1.9.1
next prev parent reply other threads:[~2015-10-24 15:26 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-24 15:26 [U-Boot] [PATCH v2 01/13] include: Add log2 header from the kernel Fabio Estevam
2015-10-24 15:26 ` [U-Boot] [PATCH v2 02/13] include: Add generic bitops headers Fabio Estevam
2015-10-25 6:50 ` Jagan Teki
2015-10-25 16:28 ` Fabio Estevam
2015-10-25 16:54 ` Fabio Estevam
2015-10-24 15:26 ` [U-Boot] [PATCH v2 03/12] compat: Remove is_power_of_2() definition Fabio Estevam
2015-10-25 6:53 ` Jagan Teki
2015-10-25 13:11 ` Fabio Estevam
2015-10-24 15:26 ` [U-Boot] [PATCH v2 04/12] powerpc: Remove __ilog2_u64 and ffs4 from bitops Fabio Estevam
2015-10-24 21:16 ` Tom Rini
2015-10-24 15:26 ` [U-Boot] [PATCH v2 05/12] ARM: bitops: Use the generic bitops headers Fabio Estevam
2015-10-24 21:16 ` Tom Rini
2015-10-24 15:26 ` [U-Boot] [PATCH v2 06/12] x86: " Fabio Estevam
2015-10-24 21:16 ` Tom Rini
2015-10-24 15:26 ` [U-Boot] [PATCH v2 07/12] m68k: " Fabio Estevam
2015-10-24 21:16 ` Tom Rini
2015-10-24 15:26 ` Fabio Estevam [this message]
2015-10-24 21:17 ` [U-Boot] [PATCH v2 08/12] blackfin: " Tom Rini
2015-10-24 15:26 ` [U-Boot] [PATCH v2 09/12] sh: " Fabio Estevam
2015-10-24 21:17 ` Tom Rini
2015-10-24 15:26 ` [U-Boot] [PATCH v2 10/12] sandbox: " Fabio Estevam
2015-10-24 21:17 ` Tom Rini
2015-10-24 15:26 ` [U-Boot] [PATCH v2 11/12] spi: sf_ops: Add SPI protection mechanism from the kernel Fabio Estevam
2015-10-24 23:24 ` Tom Rini
2015-10-24 15:26 ` [U-Boot] [PATCH v2 12/12] spi: Add SPI NOR protection mechanism Fabio Estevam
2015-10-24 23:24 ` Tom Rini
2015-10-25 6:44 ` [U-Boot] [PATCH v2 01/13] include: Add log2 header from the kernel Jagan Teki
2015-10-25 12:51 ` Fabio Estevam
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=1445700414-28600-8-git-send-email-festevam@gmail.com \
--to=festevam@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.