]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Merge omap-drivers
authorTony Lindgren <tony@atomide.com>
Wed, 16 May 2007 17:37:43 +0000 (10:37 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 16 May 2007 17:37:43 +0000 (10:37 -0700)
Merge branches 'master' and 'omap-drivers'

Conflicts:

arch/arm/configs/omap_h2_1610_defconfig
arch/arm/configs/omap_osk_5912_defconfig
arch/arm/mach-omap1/board-h2.c
arch/arm/mach-omap1/board-palmte.c
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/board-2430sdp.c
arch/arm/mach-omap2/board-h4.c
arch/arm/mach-omap2/board-n800-audio.c
arch/arm/mach-omap2/board-n800-dsp.c
arch/arm/mach-omap2/board-n800-usb.c
arch/arm/mach-omap2/devices.c
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/pm.c
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/common.c
drivers/Makefile
drivers/i2c/Kconfig
drivers/i2c/chips/Kconfig
drivers/i2c/chips/Makefile
drivers/i2c/chips/menelaus.c
drivers/i2c/chips/tlv320aic23.c
drivers/i2c/chips/twl4030_core.c
drivers/media/video/Kconfig
drivers/spi/Makefile
include/asm-arm/arch-omap/eac.h
include/asm-arm/arch-omap/gpio.h
include/asm-arm/arch-omap/mmc.h
include/asm-arm/arch-omap/omap24xx.h
include/asm-arm/arch-omap/onenand.h
include/asm-arm/arch-omap/pm.h
include/asm-arm/hardware/tsc2101.h
net/ipv4/netfilter/Kconfig

13 files changed:
1  2 
Makefile
arch/arm/mach-omap2/gpmc.c
drivers/Makefile
drivers/char/Kconfig
drivers/input/touchscreen/Kconfig
drivers/leds/Kconfig
drivers/media/radio/Kconfig
drivers/media/video/Kconfig
drivers/net/irda/Kconfig
drivers/net/irda/Makefile
drivers/usb/Kconfig
drivers/usb/gadget/Kconfig
include/linux/i2c-id.h

diff --cc Makefile
Simple merge
Simple merge
Simple merge
Simple merge
index 22cc23cc2ef195407b8293958409d3682e2d404f,4f091800bfebd30daa41b00fb96a93c2b9911eb2..58fe796c0ea44577a9aaabc44c6465b1538ab59a
@@@ -164,20 -164,9 +164,21 @@@ config TOUCHSCREEN_UCB140
          To compile this driver as a module, choose M here: the
          module will be called ucb1400_ts.
  
 +config TOUCHSCREEN_TSC2301
 +      tristate "TSC2301 touchscreen support"
 +      depends on SPI_TSC2301
 +      help
 +        Say Y here for if you are using the touchscreen features of TSC2301.
 +
 +config TOUCHSCREEN_TSC2046
 +      tristate "TSC2046 touchscreen support"
 +      default MACH_OMAP2430SDP
 +        help
 +        Say Y here for if you are using the touchscreen features of TSC2046
 +
  config TOUCHSCREEN_USB_COMPOSITE
        tristate "USB Touchscreen Driver"
+       depends on USB_ARCH_HAS_HCD
        select USB
        help
          USB Touchscreen driver for:
Simple merge
Simple merge
index 653842ccd47cb05b355fbf87f1648dfd68c40d45,5cb3f54b548b1dc9f678d486cafa5b8026c58135..bc56f1ab700185194659cac8652a4b54571b6466
@@@ -649,6 -654,6 +654,8 @@@ source "drivers/media/video/cx88/Kconfi
  
  source "drivers/media/video/ivtv/Kconfig"
  
++source drivers/media/video/omap/Kconfig
++
  config VIDEO_M32R_AR
        tristate "AR devices"
        depends on M32R && VIDEO_V4L1
Simple merge
Simple merge
Simple merge
Simple merge
index 90f5e067367f545b241639d34c74581463333878,202cdaaee8c339f2ed98d0d561ad67c81b107890..6fd01d79dc4cd8ea35edd95397af45c758d9ffad
  #define I2C_DRIVERID_ISL1208  88      /* Intersil ISL1208 RTC         */
  #define I2C_DRIVERID_WM8731           89      /* Wolfson WM8731 audio codec */
  #define I2C_DRIVERID_WM8750           90      /* Wolfson WM8750 audio codec */
+ #define I2C_DRIVERID_WM8753           91      /* Wolfson WM8753 audio codec */
+ #define I2C_DRIVERID_MISC     99      /* Whatever until sorted out    */
  
 +#define I2C_DRIVERID_MISC     99      /* Whatever until sorted out    */
 +
  #define I2C_DRIVERID_I2CDEV   900
  #define I2C_DRIVERID_ARP        902    /* SMBus ARP Client              */
  #define I2C_DRIVERID_ALERT      903    /* SMBus Alert Responder Client  */