- 25 May, 2007 21 commits
-
-
David Brownell authored
The OMAP SPI controller drivers handle SPI_CPHA incorrectly. It should mean: CPHA=0 ... sample at leading edge of clock CPHA=1 ... sample at trailing edge of clock This fixes them, and the protocol drivers which depended on the wrong meaning. Separate ads7846 and omap_uwire patches are going upstream, already since those drivers were already pushed there. The tsc2102 code already had this right ... strange. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Kevin Hilman <khilman@mvista.com>
-
andrzej zaborowski authored
The TSC2102 option in drivers/input/touchscreen/Kconfig got lost somewhere in January (although the commit is not visible in git-web), so adding it back. Also remove the input_dev.dev assignment due to an upstream change. Signed-off-by: Andrzej Zaborowski <balrog@zabor.org> From 492e5cbe39613f06b8146c12bff9500259739fd5 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski <balrog@zabor.org> Date: Tue, 22 May 2007 20:08:47 +0200 Subject: [PATCH] Re-add a lost TSC2102 touchscreen Kconfig entry. The TSC2102 option in drivers/input/touchscreen/Kconfig got lost somewhere in January (although the commit is not visible in git-web), so adding it back. Also remove the input_dev.dev assignment due to an upstream change. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
andrzej zaborowski authored
- CONFIG_BACKLIGHT_DEVICE now became CONFIG_BACKLIGHT_CLASS_DEVICE. - Re-add OMAPBL_MAX_INTENSITY usage that was removed in last commit and the macro became unused. Signed-off-by: Andrzej Zaborowski <balrog@zabor.org> From feb798039e5c6e06f64556ad482dbbd021153a1b Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski <balrog@zabor.org> Date: Tue, 22 May 2007 19:59:11 +0200 Subject: [PATCH] OMAP: Update omap-bl Kconfig entry. - CONFIG_BACKLIGHT_DEVICE is now CONFIG_BACKLIGHT_CLASS_DEVICE. - Re-add OMAPBL_MAX_INTENSITY usage that became unused after last commit. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in OMAP2 board-generic.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in OMAP1 board-generic.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in board-2430sdp.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in board-palmz71.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in board-palmtt.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in board-palmte.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in board-sx1.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in board-p2.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in board-n800.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in board-nokia770.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in board-h4.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix section mismatch in board-h3.c Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Update palmte_defconfig to enable CONFIG_OMAP_GPIO_SWITCH. Else, we get arch/arm/mach-omap1/built-in.o: In function `omap_palmte_init': board-palmte.c:(.init.text+0xbc0): undefined reference to `omap_register_gpio_switches' Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Remove warning in tlv320aic23.c about unused variable Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Convert omap-alsa-sx1.c to new struct format to make this file compile again. Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Fix compilation of dsp_mem.c. omapfb_ready is only available if CONFIG_FB_OMAP_LCDC_EXTERNAL is set, else compiler stops with error. status is only used in case CONFIG_FB_OMAP_LCDC_EXTERNAL is set. Compiler warns about this. Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Update omap_perseus2_730_defconfig to disable broken lcd_p2.c until this is fixed. Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Convert some SA* interrupt flags to IRQF* Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 24 May, 2007 19 commits
-
-
Tony Lindgren authored
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-apollon-keys.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/dsp/dsp_common.c drivers/Makefile drivers/i2c/busses/i2c-omap.c drivers/i2c/chips/Kconfig drivers/i2c/chips/Makefile drivers/i2c/chips/menelaus.c drivers/i2c/chips/tlv320aic23.c drivers/i2c/chips/twl4030_core.c include/asm-arm/arch-omap/board-2430sdp.h 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/arch-omap/twl4030.h include/asm-arm/hardware/tsc2101.h include/linux/i2c-id.h net/ipv4/netfilter/Kconfig
-
Dirk Behme authored
Fix warning drivers/video/omap/lcdc.c:878: warning: initialization from incompatible pointer type Signed-off-by: Dirk Behme <dirk.behme@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Syed Mohammed Khasim authored
Omap2430 has additional support for high-speed I2C. This patch moves I2C speed parameter (from module) to platform data. Also added basic High Speed support based on I2C bus speed. This patch is tested for high speed I2C (with TWL4030 Keypad) and works as expected. Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Syed Mohammed, Khasim authored
Resubmitting after incorporating review comments This patch contains the formatting changes. Signed-off-by: Syed Mohammed Khasim <x0khasim@ti.com> Files: drivers/i2c/busses/i2c-omap.c ============================================================================= Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Nishanth Menon authored
Modfied watchdog driver to use base address provided in platform defn Cleaned up a bunch of statics used. Added 2430 baseaddress defn Addressed review comments for patch1 and 2 reported by Trilok Soni and Tony Signed-off-by: Nishanth Menon <menon.nishanth@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Toshihiro Kobayashi authored
Add DSP common code for OMAP. This patch adds code to idle the OMAP DSP. Signed-off-by: Toshihiro Kobayashi <toshihiro.kobayashi@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Jarkko Nikula authored
This adds a driver for TSC2301 including support for audio, keypad and touchscreen. Patch is originally developed for Nokia N800 by Imre Deak, Jarkko Nikula, Jarkko Oikarinen and Juha Yrjola. Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
-
Andrzej Zaborowski authored
This adds a driver for the TSC2102 chip by Texas Instruments. This driver is responsible for all communication with the chip and doesn't export anything for user-space, but for other drivers controlling devices connected to the chip. Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
-
Imre Deak authored
The new driver is functionally the same as the old drivers/ssi/omap-tsc2101 driver in the linux-omap tree. Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
Juha Yrjola authored
Add an SPI master driver for the OMAP2 McSPI controller Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
Jarkko Lavinen authored
Add onenand support for omap24xx Signed-off-by: Jarkko Lavinen <jarkko.lavinen@nokia.com>
-
Timo Teräs authored
Each matching packet resets the timer associated with input and/or output interfaces. Timer expiry causes a kobject uevent. Idle timer can be read via sysfs. Signed-off-by: Hiroshi DOYU <hiroshi.doyu@nokia.com> Signed-off-by: Juha Yrjölä <juha.yrjola@nokia.com> Updated for 2.6.21-rc1 by Arnaud Patard. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Add code to detect errors caused by bad memory timings Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
8250 changes for omap Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Level handling is different for omap1 and omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Juha Yrjola authored
Add Nokia CBUS support Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
Tony Lindgren authored
Merge omap i2c drivers from omap-historic Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Imre Deak authored
Add support for OMAP framebuffer Signed-off-by: Imre Deak <imre.deak@solidboot.com>
-
Kyungmin Park authored
Add apollon gpio keys using gpio-keys input Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-