From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
To: Sascha Hauer <s.hauer@pengutronix.de>, barebox@lists.infradead.org
Subject: Re: Update/include some functions from the Kernel
Date: Thu, 17 Jul 2014 01:15:33 +0200 [thread overview]
Message-ID: <53C70795.5050308@gmail.com> (raw)
In-Reply-To: <1405432173-22448-1-git-send-email-s.hauer@pengutronix.de>
On 07/15/2014 03:49 PM, Sascha Hauer wrote:
> This adds/updates some lowlevel bitmap/bitop stuff from the
> Kernel. Needed by upcoming USB updates.
Sascha,
just curious what "USB updates" there are?
I am about to bring up PCIe attached xHCI on Mirabox. Not that
I am eagerly implementing SS but HS first.
When done, I will clean the mess up and see what could be done
to USB, too.
Sebastian
> ----------------------------------------------------------------
> Sascha Hauer (5):
> include: Add DECLARE_BITMAP from kernel
> include: Add round_up/round_down macros from kernel
> include: Add foreign endianess adding functions from kernel
> lib: Add bitmap functions from kernel
> include: update bitop functions from kernel
>
> include/asm-generic/bitops/hweight.h | 15 +
> include/linux/bitmap.h | 285 ++++++++++++
> include/linux/bitops.h | 214 ++++++++-
> include/linux/byteorder/generic.h | 29 ++
> include/linux/kernel.h | 13 +
> include/linux/types.h | 3 +
> lib/Makefile | 1 +
> lib/bitmap.c | 839 +++++++++++++++++++++++++++++++++++
> 8 files changed, 1398 insertions(+), 1 deletion(-)
> create mode 100644 include/linux/bitmap.h
> create mode 100644 lib/bitmap.c
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2014-07-16 23:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 13:49 Update/include some functions from the Kernel Sascha Hauer
2014-07-15 13:49 ` [PATCH 1/5] include: Add DECLARE_BITMAP from kernel Sascha Hauer
2014-07-15 13:49 ` [PATCH 2/5] include: Add round_up/round_down macros " Sascha Hauer
2014-07-15 13:49 ` [PATCH 3/5] include: Add foreign endianess adding functions " Sascha Hauer
2014-07-15 13:49 ` [PATCH 4/5] lib: Add bitmap " Sascha Hauer
2014-07-15 13:49 ` [PATCH 5/5] include: update bitop " Sascha Hauer
2014-07-15 18:42 ` Update/include some functions from the Kernel Antony Pavlov
2014-07-16 8:27 ` Sascha Hauer
2014-07-16 23:15 ` Sebastian Hesselbarth [this message]
2014-07-17 5:33 ` Sascha Hauer
2014-07-17 9:29 ` Sebastian Hesselbarth
2014-07-17 12:41 ` Sascha Hauer
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=53C70795.5050308@gmail.com \
--to=sebastian.hesselbarth@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.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.