linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Introduce generic set_bit_le()
@ 2012-06-11 12:27 Takuya Yoshikawa
  2012-06-11 12:27 ` Takuya Yoshikawa
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Takuya Yoshikawa @ 2012-06-11 12:27 UTC (permalink / raw)
  To: bhutchings, grundler, arnd, avi, mtosatti
  Cc: linux-net-drivers, netdev, linux-kernel, linux-arch, kvm,
	takuya.yoshikawa

KVM is using test_and_set_bit_le() for this missing function; this patch
series corrects this usage.

As some drivers have their own definitions of set_bit_le(), which seem
to be incompatible with the generic one, renaming is also needed.

Note: the whole series is against linux-next.

Takuya Yoshikawa (4):
  drivers/net/ethernet/sfc: Add efx_ prefix to set_bit_le()
  drivers/net/ethernet/dec/tulip: Add tulip_ prefix to set_bit_le()
  bitops: Introduce generic set_bit_le()
  KVM: Replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le()

 drivers/net/ethernet/dec/tulip/de2104x.c    |    7 +++----
 drivers/net/ethernet/dec/tulip/tulip_core.c |    7 +++----
 drivers/net/ethernet/sfc/efx.c              |    4 ++--
 drivers/net/ethernet/sfc/net_driver.h       |    4 ++--
 drivers/net/ethernet/sfc/nic.c              |    4 ++--
 include/asm-generic/bitops/le.h             |    5 +++++
 virt/kvm/kvm_main.c                         |    3 +--
 7 files changed, 18 insertions(+), 16 deletions(-)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2012-06-12 19:23 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11 12:27 [PATCH 0/4] Introduce generic set_bit_le() Takuya Yoshikawa
2012-06-11 12:27 ` Takuya Yoshikawa
2012-06-11 12:29 ` [PATCH 1/4] drivers/net/ethernet/sfc: Add efx_ prefix to set_bit_le() Takuya Yoshikawa
2012-06-11 12:29   ` Takuya Yoshikawa
2012-06-11 14:09   ` Arnd Bergmann
2012-06-11 14:09     ` Arnd Bergmann
2012-06-12 13:06     ` Takuya Yoshikawa
2012-06-12 13:12       ` Arnd Bergmann
2012-06-12 19:23   ` [PATCH] sfc: Use standard __{clear,set}_bit_le() functions Ben Hutchings
2012-06-12 19:23     ` Ben Hutchings
2012-06-11 12:30 ` [PATCH 2/4] drivers/net/ethernet/dec/tulip: Add tulip_ prefix to set_bit_le() Takuya Yoshikawa
2012-06-11 12:30   ` Takuya Yoshikawa
2012-06-11 15:42   ` Grant Grundler
2012-06-11 15:42     ` Grant Grundler
2012-06-11 12:31 ` [PATCH 3/4] bitops: Introduce generic set_bit_le() Takuya Yoshikawa
2012-06-11 12:31   ` Takuya Yoshikawa
2012-06-11 14:10   ` Arnd Bergmann
2012-06-11 14:10     ` Arnd Bergmann
2012-06-12 13:10     ` Takuya Yoshikawa
2012-06-12 13:10       ` Takuya Yoshikawa
2012-06-11 12:32 ` [PATCH 4/4] KVM: Replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le() Takuya Yoshikawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).