- 04 Apr, 2006 2 commits
-
-
Tony Lindgren authored
-
Jonathan McDowell authored
The OMAP5910 datasheet says that the lb clock needs enabled for USB to work, so it seems reasonable that this is required.
-
- 03 Apr, 2006 5 commits
-
-
Tony Lindgren authored
Remove unnecessary omap_nop_release() as noted by RMK. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Kyungmin Park authored
There's missing patch, apollon defconfig
-
andrzej zaborowski authored
Fix build warning from lcd panel source as noted by Komal Shah: ... -c -o drivers/video/omap/lcd_palmte.o drivers/video/omap/lcd_palmte.c drivers/video/omap/lcd_palmte.c:86: warning: initialization from incompatible pointer type drivers/video/omap/lcd_palmte.c:87: warning: initialization from incompatible pointer type drivers/video/omap/lcd_palmte.c:88: warning: initialization from incompatible pointer type drivers/video/omap/lcd_palmte.c:89: warning: initialization from incompatible pointer type drivers/video/omap/lcd_palmte.c:90: warning: initialization from incompatible pointer type ....
-
Tony Lindgren authored
Recent change to use both id and name when available was not necessarily returning the right clock as it also searched for clock name afterwards. This caused MMC to break on H2 and H3 boards. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
-
- 31 Mar, 2006 1 commit
-
-
Jarkko Nikula authored
Create and use a virtual i2c_ick clock which prevents its parent clock ARMPER_CK from being stopped during MPU idle whenever i2c_ick is enabled. Otherwise we end up losing IRQs if ARMPER_CK would otherwise idle. Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com>
-
- 28 Mar, 2006 13 commits
-
-
Tony Lindgren authored
-
Komal Shah authored
Fix keypad on H4, where we don't have interrupt resource. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
sem2mutex conversion Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
sem2mutex conversion Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
sem2mutex conversion Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
sem2mutex conversion Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
sem2mutex conversion Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Paul Mundt <paul.mundt@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
sem2mutex conversion Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
sem2mutex conversion Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
Subject: [PATCH] OMAP: KEYPAD: sem2mutex conversion sem2mutex conversion Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Jonathan McDowell authored
This patch adds support for the Amstrad Delta (E3) Videophone. This is an OMAP5910 based device, which you can find more details about at: http://www.amstrad.com/products/emailers/e3.html http://www.earth.li/~noodles/hardware-e3.html Patch is against latest git://source.mvista.com/git/linux-omap-2.6 and adds the bare minimum of support for the device; I have a handful of other patches to sort out the NAND, LCD, keymap and USB but they all depend on this one. Signed-Off-By: Jonathan McDowell <noodles@earth.li> Signed-Off-By: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
add H4 camera sensor powerup/down functions. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
and remove function from init and cleanup. It builds for H2, but unable to test as not having H2 board access. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 23 Mar, 2006 2 commits
-
-
Juha Yrjola authored
-
Jarkko Nikula authored
If power down command to AIC23 is sent after the clocks are stopped, the chip remains in a state where it's consuming some extra milliamps. Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com>
-
- 22 Mar, 2006 13 commits
-
-
Komal Shah authored
Attached patch makes tahvo_otg_dev NULL after free_irq. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
-
lamikr authored
This 3/3 patch adds the tsc2101 alsa driver support for the omap-h2. Just like the aic23 alsa driver, the codec specific functionality is separated from the common alsa driver functionality that is in the omap-alsa.c. tsc2101 mixer supports currently the playback selection between loudspeaker and headset/handset. Addon of others input and targets should be possible to do afterwards. In addition it should be possible to add later the support for the dynamic clocks on top of this series of patches, as discussed in the omap-linux mailing list. Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi> Signed-off-by: Daniel Petrini <d.pensator@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
lamikr authored
This 2/3 patch moves omap alsa aic23 driver files to sound/arm/omap directory. In addition it adds cleaner separation of codec specific functionality from the other functionality so that the same code can also be used by the tsc2101 driver. Structures required by the platform driver are now in include/asm-arm/arch-omap/omap-alsa.h. Unlike in the previous review, all other files required by this driver are now located in the sound/arm/omap directory. MCBSP settings required by the alsa driver are now initialized in the omap OSK board-code. Codec specific function pointers are now initialized in the codec-file. (omap-alsa-aic23.c) Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi> Signed-off-by: Daniel Petrini <d.pensator@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Daniel Petrini authored
This 1/3 patch prepares the addon of tsc2101 driver by renaming structures that can be shared by aic23 and tsc2101 drivers to more specific names. In addition this patch renames DMA function names so that they do not conflict with the dma function names in the oss driver. Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Juha Yrjola authored
-
Imre Deak authored
Set the maximum pressure value limit to 255. Signed-off-by: Imre Deak <imre.deak@nokia.com> Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com>
-
Imre Deak authored
Limit the pressure value to the maximum specified in the board- specific file. Samples with pressure values beyond the maximum are considered non-reliable. Report the previously measured X and Y values samples instead of the non-reliable ones. Signed-off-by: Imre Deak <imre.deak@nokia.com> Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com>
-
Dirk Behme authored
drivers/i2c/chips/tlv320aic23.c:157: error: expected '=' before '{' token drivers/i2c/chips/tlv320aic23.c:161: error: expected '}' before '.' token drivers/i2c/chips/tlv320aic23.c:597: error: expected '=' before '{' token drivers/i2c/chips/tlv320aic23.c:601: error: expected '}' before '.' token Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
Attached patch removes bk references and few changes to directory paths for because of mach-omap2. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
drivers/input/keyboard/innovator_ps2.c:333: warning: 'block' defined but not used drivers/input/keyboard/innovator_ps2.c:338: warning: 'innovator_fpga_hid_lock' defined but not used drivers/input/keyboard/innovator_ps2.c:339: warning: 'innovator_fpga_hid_busy' defined but not used drivers/input/keyboard/innovator_ps2.c:383: warning: 'innovator_fpga_hid_clear_bits' defined but not used drivers/input/keyboard/innovator_ps2.c:702: warning: 'verify_init' defined but not used drivers/input/keyboard/innovator_ps2.c: In function 'innovator_ps2_resume': drivers/input/keyboard/innovator_ps2.c:1176: warning: 'pmcomm' may be used uninitialized in this function drivers/input/keyboard/innovator_ps2.c: In function 'innovator_ps2_suspend': drivers/input/keyboard/innovator_ps2.c:1153: warning: 'pmcomm' may be used uninitialized in this function Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
drivers/char/omap-rtc.c:125: error: static declaration of 'rtc_interrupt' follows non-static declaration include/linux/rtc.h:107: error: previous declaration of 'rtc_interrupt' was here Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
drivers/i2c/chips/menelaus.c:453: error: expected '=' before '{' token drivers/i2c/chips/menelaus.c:456: error: expected '}' before '.' token Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 21 Mar, 2006 1 commit
-
-
Imre Deak authored
Certain HW timings can render the SoSSI block dead. This can happen when the SoSSI TW1 value is less then 3 and we are trying to read the SoSSI FIFO. At this point SoSSI goes haywire and return 0 for all its registers. This patch will set a minimum limit of 3 on TW1. Signed-off-by: Imre Deak <imre.deak@nokia.com> Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com>
-
- 20 Mar, 2006 3 commits
-
-
Juha Yrjola authored
-
Imre Deak authored
Change the X plate resistance so that user-space gets the pressure value range it expects. Signed-off-by: Imre Deak <imre.deak@nokia.com> Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com>
-
Juha Yrjola authored
On Nokia 770, the SleepX signal is masked with an MPUIO. Unmasking SleepX was previously done in mach-omap1/pm.c, but it belongs to the board-specific file. Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com>
-