public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4]: Move __set/clear_bit from ubifs.h to bitops.h
Date: Thu, 20 Aug 2009 01:12:51 +0200	[thread overview]
Message-ID: <20090819231251.GJ8470@game.jcrosoft.org> (raw)
In-Reply-To: <20090818111022.0076c06a@marrow.netinsight.se>

On 11:10 Tue 18 Aug     , Simon Kagstrom wrote:
> Move __set/clear_bit from ubifs.h to bitops.h
> 
> __set_bit and __clear_bit are defined in ubifs.h as well as in
> asm/include/bitops.h for some architectures. This patch moves
> the generic implementation to include/linux/bitops.h and uses
> that unless it's defined by the architecture.
> 
> v2: Unify code style (newline between __set_bit and __clear_bit)
please this
> 
> Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
> ---
here
>  fs/ubifs/ubifs.h           |   32 --------------------------------
>  include/asm-avr32/bitops.h |    4 ++++
>  include/asm-m68k/bitops.h  |    4 ++++
>  include/asm-nios/bitops.h  |    4 ++++
>  include/asm-nios2/bitops.h |    4 ++++
>  include/asm-ppc/bitops.h   |    4 ++++
>  include/asm-sh/bitops.h    |    5 +++++
>  include/asm-sparc/bitops.h |    4 ++++
>  include/linux/bitops.h     |   30 ++++++++++++++++++++++++++++++
>  9 files changed, 59 insertions(+), 32 deletions(-)
>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Best Regards,
J.

  reply	other threads:[~2009-08-19 23:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-18  9:08 [U-Boot] [PATCH 0/4]: bitops cleanup and fixes Simon Kagstrom
2009-08-18  9:10 ` [U-Boot] [PATCH 1/4]: Move __set/clear_bit from ubifs.h to bitops.h Simon Kagstrom
2009-08-19 23:12   ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-08-18  9:13 ` [U-Boot] [PATCH 2/4]: Define ffs/fls for all architectures Simon Kagstrom
2009-08-19 23:11   ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-20  8:42     ` Simon Kagstrom
2009-08-21 21:59       ` Wolfgang Denk
2009-08-18  9:13 ` [U-Boot] [PATCH 3/4]: Remove duplicate set_cr Simon Kagstrom
2009-08-19 23:06   ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-18  9:14 ` [U-Boot] [PATCH 4/4]: Define test_and_set_bit and test_and_clear bit for ARM Simon Kagstrom
2009-08-19 23:15   ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-19 22:56 ` [U-Boot] [PATCH 0/4]: bitops cleanup and fixes Jean-Christophe PLAGNIOL-VILLARD

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=20090819231251.GJ8470@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox