dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/avr32/lib
Akinobu Mita c4945b9ed4 asm-generic: rename generic little-endian bitops functions
As a preparation for providing little-endian bitops for all architectures,
This renames generic implementation of little-endian bitops.  (remove
"generic_" prefix and postfix "_le")

s/generic_find_next_le_bit/find_next_bit_le/
s/generic_find_next_zero_le_bit/find_next_zero_bit_le/
s/generic_find_first_zero_le_bit/find_first_zero_bit_le/
s/generic___test_and_set_le_bit/__test_and_set_bit_le/
s/generic___test_and_clear_le_bit/__test_and_clear_bit_le/
s/generic_test_le_bit/test_bit_le/
s/generic___set_le_bit/__set_bit_le/
s/generic___clear_le_bit/__clear_bit_le/
s/generic_test_and_set_le_bit/test_and_set_bit_le/
s/generic_test_and_clear_le_bit/test_and_clear_bit_le/

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Andreas Schwab <schwab@linux-m68k.org>
Cc: Greg Ungerer <gerg@uclinux.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-03-23 19:46:11 -07:00
..
Makefile [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] 2006-10-25 20:26:33 -07:00
__avr32_asr64.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
__avr32_lsl64.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
__avr32_lsr64.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
clear_user.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
copy_user.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
csum_partial.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
csum_partial_copy_generic.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
delay.c read_current_timer() cleanups 2008-02-06 10:41:02 -08:00
findbit.S asm-generic: rename generic little-endian bitops functions 2011-03-23 19:46:11 -07:00
io-readsb.S avr32: Fix wrong I/O access size in __raw_readsb 2008-06-27 15:07:50 +02:00
io-readsl.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
io-readsw.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
io-writesb.S [PATCH] AVR32: Implement and export __raw_{read,write}s[bwl] 2006-10-25 20:26:33 -07:00
io-writesl.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
io-writesw.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
memcpy.S avr32/lib: fix unaligned memcpy where len < 4 2009-07-27 12:37:28 +02:00
memset.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
strncpy_from_user.S [PATCH] avr32 architecture 2006-09-26 08:48:54 -07:00
strnlen_user.S avr32: Fix out-of-range rcalls in large kernels 2009-01-16 09:31:57 +01:00