OSDN Git Service

Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 May 2012 23:34:21 +0000 (16:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 May 2012 23:34:21 +0000 (16:34 -0700)
Pull staging tree changes from Greg Kroah-Hartman:
 "Here is the big staging tree pull request for the 3.5-rc1 merge
  window.

  Loads of changes here, and we just narrowly added more lines than we
  added:
   622 files changed, 28356 insertions(+), 26059 deletions(-)

  But, good news is that there is a number of subsystems that moved out
  of the staging tree, to their respective "real" portions of the
  kernel.

  Code that moved out was:
- iio core code
- mei driver
- vme core and bridge drivers

  There was one broken network driver that moved into staging as a step
  before it is removed from the tree (pc300), and there was a few new
  drivers added to the tree:
- new iio drivers
- gdm72xx wimax USB driver
- ipack subsystem and 2 drivers

  All of the movements around have acks from the various subsystem
  maintainers, and all of this has been in the linux-next tree for a
  while.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>"
Fixed up various trivial conflicts, along with a non-trivial one found
in -next and pointed out by Olof Johanssen: a clean - but incorrect -
merge of the arch/arm/boot/dts/at91sam9g20.dtsi file.  Fix up manually
as per Stephen Rothwell.

* tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (536 commits)
  Staging: bcm: Remove two unused variables from Adapter.h
  Staging: bcm: Removes the volatile type definition from Adapter.h
  Staging: bcm: Rename all "INT" to "int" in Adapter.h
  Staging: bcm: Fix warning: __packed vs. __attribute__((packed)) in Adapter.h
  Staging: bcm: Correctly format all comments in Adapter.h
  Staging: bcm: Fix all whitespace issues in Adapter.h
  Staging: bcm: Properly format braces in Adapter.h
  Staging: ipack/bridges/tpci200: remove unneeded casts
  Staging: ipack/bridges/tpci200: remove TPCI200_SHORTNAME constant
  Staging: ipack: remove board_name and bus_name fields from struct ipack_device
  Staging: ipack: improve the register of a bus and a device in the bus.
  staging: comedi: cleanup all the comedi_driver 'detach' functions
  staging: comedi: remove all 'default N' in Kconfig
  staging: line6/config.h: Delete unused header
  staging: gdm72xx depends on NET
  staging: gdm72xx: Set up parent link in sysfs for gdm72xx devices
  staging: drm/omap: initial dmabuf/prime import support
  staging: drm/omap: dmabuf/prime mmap support
  pstore/ram: Add ECC support
  pstore/ram: Switch to persistent_ram routines
  ...

19 files changed:
1  2 
MAINTAINERS
arch/arm/mach-at91/at91sam9260.c
arch/arm/mach-at91/at91sam9260_devices.c
arch/arm/mach-at91/at91sam9g45.c
arch/arm/mach-at91/at91sam9g45_devices.c
arch/arm/mach-at91/board-sam9g20ek.c
arch/arm/mach-at91/board-sam9m10g45ek.c
drivers/Kconfig
drivers/Makefile
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/android/Kconfig
drivers/staging/android/Makefile
drivers/staging/media/as102/as102_usb_drv.c
drivers/staging/octeon/ethernet-tx.c
drivers/staging/ramster/cluster/tcp.c
include/linux/Kbuild

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc drivers/Kconfig
@@@ -140,8 -140,8 +140,12 @@@ source "drivers/virt/Kconfig
  
  source "drivers/devfreq/Kconfig"
  
 +source "drivers/extcon/Kconfig"
 +
 +source "drivers/memory/Kconfig"
 +
+ source "drivers/iio/Kconfig"
+ source "drivers/vme/Kconfig"
  endmenu
@@@ -134,5 -134,5 +134,7 @@@ obj-$(CONFIG_VIRT_DRIVERS) += virt
  obj-$(CONFIG_HYPERV)          += hv/
  
  obj-$(CONFIG_PM_DEVFREQ)      += devfreq/
 +obj-$(CONFIG_EXTCON)          += extcon/
 +obj-$(CONFIG_MEMORY)          += memory/
+ obj-$(CONFIG_IIO)             += iio/
+ obj-$(CONFIG_VME_BUS)         += vme/
Simple merge
@@@ -50,3 -48,5 +50,4 @@@ obj-y                         += lis3lv02d
  obj-y                         += carma/
  obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o
  obj-$(CONFIG_ALTERA_STAPL)    +=altera-stapl/
 -obj-$(CONFIG_MAX8997_MUIC)    += max8997-muic.o
+ obj-$(CONFIG_INTEL_MEI)               += mei/
@@@ -130,6 -128,8 +126,10 @@@ source "drivers/staging/ramster/Kconfig
  
  source "drivers/staging/ozwpan/Kconfig"
  
 +source "drivers/staging/ccg/Kconfig"
 +
+ source "drivers/staging/ipack/Kconfig"
+ source "drivers/staging/gdm72xx/Kconfig"
  endif # STAGING
@@@ -56,4 -57,4 +56,5 @@@ obj-$(CONFIG_ANDROID)         += android
  obj-$(CONFIG_PHONE)           += telephony/
  obj-$(CONFIG_RAMSTER)         += ramster/
  obj-$(CONFIG_USB_WPAN_HCD)    += ozwpan/
 +obj-$(CONFIG_USB_G_CCG)               += ccg/
+ obj-$(CONFIG_WIMAX_GDM72XX)   += gdm72xx/
@@@ -53,7 -45,9 +45,7 @@@ config ANDROID_LOW_MEMORY_KILLE
        ---help---
          Register processes to be killed when memory is low
  
- config ANDROID_INTF_ALARM
 -source "drivers/staging/android/switch/Kconfig"
 -
+ config ANDROID_INTF_ALARM_DEV
        bool "Android alarm driver"
        depends on RTC_CLASS
        default n
@@@ -6,5 -5,5 +5,4 @@@ obj-$(CONFIG_ANDROID_RAM_CONSOLE)        += ra
  obj-$(CONFIG_ANDROID_TIMED_OUTPUT)    += timed_output.o
  obj-$(CONFIG_ANDROID_TIMED_GPIO)      += timed_gpio.o
  obj-$(CONFIG_ANDROID_LOW_MEMORY_KILLER)       += lowmemorykiller.o
- obj-$(CONFIG_ANDROID_INTF_ALARM)      += alarm.o
 -obj-$(CONFIG_ANDROID_SWITCH)          += switch/
  obj-$(CONFIG_ANDROID_INTF_ALARM_DEV)  += alarm-dev.o
Simple merge
Simple merge
Simple merge