]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-3.9-rc3' of git://openrisc.net/jonas/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Mar 2013 01:05:37 +0000 (18:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Mar 2013 01:05:37 +0000 (18:05 -0700)
commit5c86d6d83b187821747ea4a3f9784f4cc3e07561
tree5cba90ef4622ed676cb52610dbe6cf8da732e0ac
parent5c0e7f672b8099a551bd30d40b6846a3492f334b
parent176c4bb60f1f7b85068ca57c2850e05432f67b40
Merge tag 'for-3.9-rc3' of git://openrisc.net/jonas/linux

Pull OpenRISC bug fixes from Jonas Bonn:

 - The GPIO descriptor work has exposed how broken the non-GPIOLIB bits
   for OpenRISC were.  We now require GPIOLIB as this is the preferred
   way forward.

 - The system.h split introduced a bug in llist.h for arches using
   asm-generic/cmpxchg.h directly, which is currently only OpenRISC.
   The patch here moves two defines from asm-generic/atomic.h to
   asm-generic/cmpxchg.h to make things work as they should.

 - The VIRT_TO_BUS selector was added for OpenRISC, but OpenRISC does
   not have the virt_to_bus methods, so there's a patch to remove it
   again.

* tag 'for-3.9-rc3' of git://openrisc.net/jonas/linux:
  openrisc: remove HAVE_VIRT_TO_BUS
  asm-generic: move cmpxchg*_local defs to cmpxchg.h
  openrisc: require gpiolib