Merge branch 'master' into for-next
authorJiri Kosina <jkosina@suse.cz>
Sun, 13 Nov 2011 19:55:35 +0000 (20:55 +0100)
committerJiri Kosina <jkosina@suse.cz>
Sun, 13 Nov 2011 19:55:53 +0000 (20:55 +0100)
Sync with Linus tree to have 157550ff ("mtd: add GPMI-NAND driver
in the config and Makefile") as I have patch depending on that one.

1  2 
arch/arm/Kconfig
arch/mips/Kconfig
arch/powerpc/platforms/40x/Kconfig
arch/powerpc/platforms/44x/Kconfig
arch/s390/Kconfig
crypto/Kconfig
fs/namespace.c
kernel/irq/manage.c
lib/Kconfig

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc crypto/Kconfig
Simple merge
diff --cc fs/namespace.c
Simple merge
Simple merge
diff --cc lib/Kconfig
@@@ -270,12 -270,10 +270,9 @@@ config AVERAG
          If unsure, say N.
  
  config CORDIC
 -      tristate "Cordic function"
 +      tristate "CORDIC algorithm"
        help
 -        The option provides arithmetic function using cordic algorithm
 -        so its calculations are in fixed point. Modules can select this
 -        when they require this function. Module will be called cordic.
 +        This option provides an implementation of the CORDIC algorithm;
 +        calculations are in fixed point. Module will be called cordic.
  
- config LLIST
-       bool
  endmenu