]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Merge current mainline tree into linux-omap tree
authorTony Lindgren <tony@atomide.com>
Wed, 5 Mar 2008 08:33:15 +0000 (10:33 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 5 Mar 2008 08:33:15 +0000 (10:33 +0200)
Merge branches 'master' and 'linus'

Conflicts:

drivers/rtc/Kconfig

1  2 
MAINTAINERS
Makefile
arch/arm/Kconfig
drivers/rtc/Kconfig
drivers/rtc/Makefile
include/linux/connector.h

diff --combined MAINTAINERS
index e4f2aca709a9ee371e666481ef4d37ceba0478c5,558636e3a954efc69bb6e8dfe3e5557b0a626ef9..8d6a2c11b9534aac27800913554047fe872e7593
@@@ -767,14 -767,14 +767,14 @@@ S:      Maintaine
  
  BLACKFIN ARCHITECTURE
  P:    Bryan Wu
- M:    bryan.wu@analog.com
+ M:    cooloney@kernel.org
  L:    uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
  W:    http://blackfin.uclinux.org
  S:    Supported
  
  BLACKFIN EMAC DRIVER
  P:    Bryan Wu
- M:    bryan.wu@analog.com
+ M:    cooloney@kernel.org
  L:    uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
  W:    http://blackfin.uclinux.org
  S:    Supported
@@@ -982,6 -982,12 +982,12 @@@ M:       mchan@broadcom.co
  L:    netdev@vger.kernel.org
  S:    Supported
  
+ BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
+ P:    Eliezer Tamir
+ M:    eliezert@broadcom.com
+ L:    netdev@vger.kernel.org
+ S:    Supported
  BROADCOM TG3 GIGABIT ETHERNET DRIVER
  P:    Michael Chan
  M:    mchan@broadcom.com
@@@ -1132,6 -1138,12 +1138,12 @@@ L:    accessrunner-general@lists.sourcefor
  W:    http://accessrunner.sourceforge.net/
  S:    Maintained
  
+ CONTROL GROUPS (CGROUPS)
+ P:    Paul Menage
+ M:    menage@google.com
+ L:    containers@lists.linux-foundation.org
+ S:    Maintained
  CORETEMP HARDWARE MONITORING DRIVER
  P:    Rudolf Marek
  M:    r.marek@assembler.cz
@@@ -1583,6 -1595,13 +1595,13 @@@ L:    linux-fbdev-devel@lists.sourceforge.
  W:    http://linux-fbdev.sourceforge.net/
  S:    Maintained
  
+ FREESCALE DMA DRIVER
+ P;    Zhang Wei
+ M:    wei.zhang@freescale.com
+ L:    linuxppc-embedded@ozlabs.org
+ L:    linux-kernel@vger.kernel.org
+ S:    Maintained
  FREESCALE SOC FS_ENET DRIVER
  P:    Pantelis Antoniou
  M:    pantelis.antoniou@gmail.com
@@@ -2620,6 -2639,17 +2639,17 @@@ L:    linux-kernel@vger.kernel.or
  W:    http://www.linux-mm.org
  S:    Maintained
  
+ MEMORY RESOURCE CONTROLLER
+ P:    Balbir Singh
+ M:    balbir@linux.vnet.ibm.com
+ P:    Pavel Emelyanov
+ M:    xemul@openvz.org
+ P:    KAMEZAWA Hiroyuki
+ M:    kamezawa.hiroyu@jp.fujitsu.com
+ L:    linux-mm@kvack.org
+ L:    linux-kernel@vger.kernel.org
+ S:    Maintained
  MEI MN10300/AM33 PORT
  P:    David Howells
  M:    dhowells@redhat.com
@@@ -2744,6 -2774,8 +2774,8 @@@ S:      Maintaine
  NETEFFECT IWARP RNIC DRIVER (IW_NES)
  P:    Faisal Latif
  M:    flatif@neteffect.com
+ P:    Nishi Gupta
+ M:    ngupta@neteffect.com
  P:    Glenn Streiff
  M:    gstreiff@neteffect.com
  L:    general@lists.openfabrics.org
@@@ -3823,7 -3855,7 +3855,7 @@@ S:      Maintaine
  
  TI OMAP MMC INTERFACE DRIVER
  P:    Carlos Aguiar, Anderson Briglia and Syed Khasim
 -M:    linux-omap-open-source@linux.omap.com (subscribers only)
 +M:    linux-omap@vger.kernel.org
  W:    http://linux.omap.com
  W:    http://www.muru.com/linux/omap/
  S:    Maintained
@@@ -3884,10 -3916,13 +3916,13 @@@ M:   trivial@kernel.or
  L:    linux-kernel@vger.kernel.org
  S:    Maintained
  
- TULIP NETWORK DRIVER
- L:    tulip-users@lists.sourceforge.net
- W:    http://sourceforge.net/projects/tulip/
- S:    Orphan
+ TULIP NETWORK DRIVERS
+ P:    Grant Grundler
+ M:    grundler@parisc-linux.org
+ P:    Kyle McMartin
+ M:    kyle@parisc-linux.org
+ L:    netdev@vger.kernel.org
+ S:    Maintained
  
  TUN/TAP driver
  P:    Maxim Krasnyansky
diff --combined Makefile
index e9201edfae6fa3ac17064b154a8161977f0b1a5f,ae78a31a9de217c31fa56023276f14c5efba852d..a613e2a80a619073bb67818dbfc6dd92481ea456
+++ b/Makefile
@@@ -1,7 -1,7 +1,7 @@@
  VERSION = 2
  PATCHLEVEL = 6
  SUBLEVEL = 25
- EXTRAVERSION = -rc3
+ EXTRAVERSION = -rc4
  NAME = Funky Weasel is Jiggy wit it
  
  # *DOCUMENTATION*
@@@ -16,9 -16,6 +16,9 @@@
  # o  print "Entering directory ...";
  MAKEFLAGS += -rR --no-print-directory
  
 +# Add custom flags here to avoid conflict with updates
 +EXTRAVERSION := $(EXTRAVERSION)-omap1
 +
  # We are using a recursive build, so we need to do a little thinking
  # to get the ordering right.
  #
@@@ -174,8 -171,6 +174,8 @@@ SUBARCH := $(shell uname -m | sed -e s/
                                  -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
                                  -e s/sh.*/sh/ )
  
 +SUBARCH := arm
 +
  # Cross compiling and selecting different set of gcc/bin-utils
  # ---------------------------------------------------------------------------
  #
  # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
  
  ARCH          ?= $(SUBARCH)
 -CROSS_COMPILE ?=
 +CROSS_COMPILE ?= arm-linux-
  
  # Architecture as present in compile.h
  UTS_MACHINE   := $(ARCH)
diff --combined arch/arm/Kconfig
index eeda0cd52ca0716e353a3df781adaa45600feb2b,955fc53c1c019e1c47acf52251bdb30fa36cceb1..f8a7d222f995e4654ead5ab79417edbebd3f0f1e
@@@ -12,6 -12,7 +12,7 @@@ config AR
        select SYS_SUPPORTS_APM_EMULATION
        select HAVE_OPROFILE
        select HAVE_KPROBES if (!XIP_KERNEL)
+       select HAVE_KRETPROBES if (HAVE_KPROBES)
        help
          The ARM series is a line of low-power-consumption RISC chip designs
          licensed by ARM Ltd and targeted at embedded applications and
@@@ -467,9 -468,7 +468,9 @@@ config ARCH_DAVINC
  config ARCH_OMAP
        bool "TI OMAP"
        select GENERIC_GPIO
 +      select HAVE_GPIO_LIB
        select GENERIC_TIME
 +      select GENERIC_CLOCKEVENTS
        help
          Support for TI's OMAP platform (OMAP1 and OMAP2).
  
@@@ -941,7 -940,8 +942,8 @@@ config KEXE
  
  config ATAGS_PROC
        bool "Export atags in procfs"
-       default n
+       depends on KEXEC
+       default y
        help
          Should the atags used to boot the kernel be exported in an "atags"
          file in procfs. Useful with kexec.
@@@ -1173,11 -1173,6 +1175,11 @@@ source "drivers/dma/Kconfig
  
  source "drivers/dca/Kconfig"
  
 +if ARCH_OMAP
 +source "drivers/cbus/Kconfig"
 +source "drivers/dsp/dspgateway/Kconfig"
 +endif
 +
  endmenu
  
  source "fs/Kconfig"
diff --combined drivers/rtc/Kconfig
index 36cfca31769c22a46570aa913479ca3b75482d7a,82f5ad9c3af479a86e711819b8cea6ddfc42f947..0cdeb11a9cb5e5eea0d14bf4ad63ba5fe310750b
@@@ -250,16 -250,15 +250,25 @@@ config RTC_DRV_TWL9233
          platforms.  The support is integrated with the rest of
          the Menelaus driver; it's not separate module.
  
 +config RTC_DRV_TWL4030
 +      tristate "OMAP TWL4030 Real Time Clock"
 +      depends on RTC_CLASS && TWL4030_CORE
 +      help
 +        If you say yes here you get support for internal Real-Time 
 +        Clock of TWL4030 chip.
 +
 +        This driver can also be built as a module. If so, the module
 +        will be called rtc-twl4030.
 +
+ config RTC_DRV_S35390A
+       tristate "Seiko Instruments S-35390A"
+       help
+         If you say yes here you will get support for the Seiko
+         Instruments S-35390A.
+         This driver can also be built as a module. If so the module
+         will be called rtc-s35390a.
  endif # I2C
  
  comment "SPI RTC drivers"
diff --combined drivers/rtc/Makefile
index 935a1f8f36ad02975379a3be197191b918242c62,872f1218ff9f5d7e2480a8128b481a33e4a4d096..ac3a41985c28aafe4f6b2bc30c765864389dd86b
@@@ -45,12 -45,12 +45,13 @@@ obj-$(CONFIG_RTC_DRV_R9701)        += rtc-r970
  obj-$(CONFIG_RTC_DRV_RS5C313) += rtc-rs5c313.o
  obj-$(CONFIG_RTC_DRV_RS5C348) += rtc-rs5c348.o
  obj-$(CONFIG_RTC_DRV_RS5C372) += rtc-rs5c372.o
+ obj-$(CONFIG_RTC_DRV_S35390A) += rtc-s35390a.o
  obj-$(CONFIG_RTC_DRV_S3C)     += rtc-s3c.o
  obj-$(CONFIG_RTC_DRV_SA1100)  += rtc-sa1100.o
  obj-$(CONFIG_RTC_DRV_SH)      += rtc-sh.o
  obj-$(CONFIG_RTC_DRV_STK17TA8)        += rtc-stk17ta8.o
  obj-$(CONFIG_RTC_DRV_TEST)    += rtc-test.o
 +obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl4030.o
  obj-$(CONFIG_RTC_DRV_V3020)   += rtc-v3020.o
  obj-$(CONFIG_RTC_DRV_VR41XX)  += rtc-vr41xx.o
  obj-$(CONFIG_RTC_DRV_X1205)   += rtc-x1205.o
index 70817a9968be20bba98670e3d1332141217901a0,96a89d3d6727470daefb453d8c44c061294930da..fd722f3cb6bd362320b12f191e2e81a19380a602
@@@ -36,8 -36,6 +36,8 @@@
  #define CN_VAL_CIFS                     0x1
  #define CN_W1_IDX                     0x3     /* w1 communication */
  #define CN_W1_VAL                     0x1
 +#define CN_IDX_SX1SND                 0x4
 +#define CN_VAL_SX1SND                 0x1
  #define CN_IDX_V86D                   0x4
  #define CN_VAL_V86D_UVESAFB           0x1
  
@@@ -172,7 -170,5 +172,5 @@@ int cn_cb_equal(struct cb_id *, struct 
  
  void cn_queue_wrapper(struct work_struct *work);
  
- extern int cn_already_initialized;
  #endif                                /* __KERNEL__ */
  #endif                                /* __CONNECTOR_H */