]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'trivial/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 02:12:21 +0000 (13:12 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 02:12:21 +0000 (13:12 +1100)
39 files changed:
1  2 
arch/arm/plat-s3c24xx/dma.c
drivers/gpio/Kconfig
drivers/gpu/drm/radeon/evergreen.c
drivers/gpu/drm/radeon/si.c
drivers/i2c/busses/i2c-s3c2410.c
drivers/md/md.c
drivers/md/raid5.c
drivers/media/dvb-frontends/drxk_hard.c
drivers/media/platform/mx2_emmaprp.c
drivers/mmc/host/Kconfig
drivers/mtd/nand/s3c2410.c
drivers/net/bonding/bonding.h
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
drivers/net/ethernet/mellanox/mlx4/eq.c
drivers/net/ethernet/micrel/ksz884x.c
drivers/regulator/palmas-regulator.c
drivers/s390/block/dasd_devmap.c
drivers/scsi/qla2xxx/qla_target.c
drivers/scsi/qla2xxx/tcm_qla2xxx.c
drivers/target/iscsi/iscsi_target_configfs.c
drivers/target/iscsi/iscsi_target_util.c
drivers/thermal/Kconfig
drivers/vhost/tcm_vhost.c
fs/ext4/ext4.h
fs/fhandle.c
fs/jbd/transaction.c
fs/jbd2/transaction.c
include/linux/lru_cache.h
include/linux/netdevice.h
include/linux/stmmac.h
include/net/sock.h
lib/Kconfig.debug
mm/memory_hotplug.c
net/ipv4/tcp_cong.c
net/mac80211/driver-ops.h
net/sctp/endpointola.c
net/sctp/sm_statefuns.c
sound/pci/es1968.c
sound/pci/ice1712/delta.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc drivers/md/md.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 8636fae1f7ecfa88909b5b4aa7eb39b71722933f,d673ffca87c96722e692ab6042e44ad6f75edd76..c2c77d1ac499d3ccb4d4c141d66986e88e980bf6
@@@ -95,31 -50,8 +95,31 @@@ config RCAR_THERMA
  
  config EXYNOS_THERMAL
        tristate "Temperature sensor on Samsung EXYNOS"
 -      depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) && THERMAL
 -      select CPU_FREQ_TABLE
 +      depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5)
 +      depends on CPU_THERMAL
        help
-         If you say yes here you get support for TMU (Thermal Managment
+         If you say yes here you get support for TMU (Thermal Management
          Unit) on SAMSUNG EXYNOS series of SoC.
 +
 +config DB8500_THERMAL
 +      bool "DB8500 thermal management"
 +      depends on ARCH_U8500
 +      default y
 +      help
 +        Adds DB8500 thermal management implementation according to the thermal
 +        management framework. A thermal zone with several trip points will be
 +        created. Cooling devices can be bound to the trip points to cool this
 +        thermal zone if trip points reached.
 +
 +config DB8500_CPUFREQ_COOLING
 +      tristate "DB8500 cpufreq cooling"
 +      depends on ARCH_U8500
 +      depends on CPU_THERMAL
 +      default y
 +      help
 +        Adds DB8500 cpufreq cooling devices, and these cooling devices can be
 +        bound to thermal zone trip points. When a trip point reached, the
 +        bound cpufreq cooling device turns active to set CPU frequency low to
 +        cool down the CPU.
 +
 +endif
Simple merge
diff --cc fs/ext4/ext4.h
index f7dfdd2c81189b59ebed15d8b5d5f08004f31140,df163da388c9ccfe82348c51be596c9fcfd8cc55..b1a169ac6909142556e1cdb5124686cabf16d6c7
@@@ -2566,9 -2452,10 +2566,9 @@@ enum ext4_state_bits 
  
  BUFFER_FNS(Uninit, uninit)
  TAS_BUFFER_FNS(Uninit, uninit)
 -BUFFER_FNS(Da_Mapped, da_mapped)
  
  /*
-  * Add new method to test wether block and inode bitmaps are properly
+  * Add new method to test whether block and inode bitmaps are properly
   * initialized. With uninit_bg reading the block from disk is not enough
   * to mark the bitmap uptodate. We need to also zero-out the bitmap
   */
diff --cc fs/fhandle.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index e27de94248d95556d59716eb1bdcf3f360af7d85,cba01d71db8621d64c75213e0b792f36c9fb40ff..88806b4ed69c889cc09d89af9e98d4a397b9d0ff
@@@ -1195,9 -1195,8 +1195,9 @@@ config MEMORY_NOTIFIER_ERROR_INJEC
  config PSERIES_RECONFIG_NOTIFIER_ERROR_INJECT
        tristate "pSeries reconfig notifier error injection module"
        depends on PPC_PSERIES && NOTIFIER_ERROR_INJECTION
 +      depends on BROKEN
        help
-         This option provides the ability to inject artifical errors to
+         This option provides the ability to inject artificial errors to
          pSeries reconfig notifier chain callbacks.  It is controlled
          through debugfs interface under
          /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge