- 30 Mar, 2007 9 commits
-
-
Jarkko Nikula authored
Feature to create and register sound card instance in tsc2301-mixer.c was used in early development of the driver but otherwise there is no use for it so patch removes that unused code. Signed-off-by:
Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Jarkko Nikula authored
Patch moves TSC2301 keypad and touchscreen modules and Kconfig options into keyboard and touchscreen directories under drivers/input. Signed-off-by:
Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Hiroshi DOYU authored
- Add a new member, a pointer of "struct omap_mmu" in "struct omap_dsp" - Register dsp's interrupt work to MMU FWK Signed-off-by:
Hiroshi DOYU <Hiroshi.DOYU@nokia.com> Acked-by:
Paul Mundt <lethal@linux-sh.org> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Hiroshi DOYU authored
This adds the entry point in omap mmu framework to handle mmu interrupt. Users of this framework can use its workqueue interface in order to accomplish their irq-driven work. Signed-off-by:
Hiroshi DOYU <Hiroshi.DOYU@nokia.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Kevin Hilman authored
The PRCM base register is different on 242x and 243x. Use the #ifdef'd #define from omap24xx.h instead of the locally defined one. Signed-off-by:
Kevin Hilman <khilman@mvista.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Kevin Hilman authored
Signed-off-by:
Kevin Hilman <khilman@mvista.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Jarkko Nikula authored
Signed-off-by:
Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Imre Deak authored
Signed-off-by:
Imre Deak <imre.deak@solidboot.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
On N800, if osc_ck is disabled by PM, USB will stop working. Signed-off-by:
Tony Lindgren <tony@atomide.com> Updated so some of this code can be shared with other HDRC implementations; pretty much everything except the TUSB 6010 EVM needs a clock. This will need more work in the future. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
-
- 29 Mar, 2007 31 commits
-
-
David Brownell authored
Fix GCC-reported compile time bug which prevents booting when the framebuffer code is disabled. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
David Brownell authored
Somehow this got lost in a merge ... Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
David Brownell authored
Fix build bug ... next_timer_interrupt() depends on NO_IDLE_HZ or else (new style) NO_HZ, so don't assume it's always present. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
David Brownell authored
Partial fix for CONFIG_LEDS breakage ... at least allow platforms using the debug-leds support (H4 for now) to build with the generic LED support, and default the LED that would be the timer LED to trigger using the "heartbeat" (timer driven, rate depends on load). Right now only H2 and P2 seem to have working LED support; this at least makes H4 less broken. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
David Brownell authored
Fix Kconfig sequencing: the 2430 SDP keeps getting stuffed in the middle of H4 dependencies, so the various H4-specific config options aren't displayed as depending on H4. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Imre Deak authored
Enable the new TSC2101 driver. Signed-off-by:
Imre Deak <imre.deak@solidboot.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Imre Deak authored
H2 / H3 boards use this chip, update their board files. Signed-off-by:
Imre Deak <imre.deak@solidboot.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Imre Deak authored
The new driver is functionally the same as the old drivers/ssi/omap-tsc2101 driver. 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>
-
Kyungmin Park authored
Fix old interrupt handler function in omap2-onenand Signed-off-by:
Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Jarkko Nikula authored
Add some ugly looking comments into OMAP24xx EAC driver Signed-off-by:
Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Jarkko Nikula authored
Add support for OMAP24xx Enhanced Audio Controller Signed-off-by:
Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Jarkko Nikula authored
Device init for OMAP24xx Enhanced Audio Controller Signed-off-by:
Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Conflicts: arch/arm/configs/omap_h2_1610_defconfig arch/arm/configs/omap_osk_5912_defconfig arch/arm/mach-omap1/Makefile arch/arm/mach-omap1/board-h2.c arch/arm/mach-omap1/mailbox.c arch/arm/mach-omap2/Makefile arch/arm/mach-omap2/board-2430sdp.c arch/arm/mach-omap2/board-n800-dsp.c arch/arm/mach-omap2/io.c arch/arm/mach-omap2/mailbox.c arch/arm/plat-omap/Kconfig arch/arm/plat-omap/Makefile arch/arm/plat-omap/devices.c arch/arm/plat-omap/dsp/Kconfig arch/arm/plat-omap/dsp/dsp_common.c arch/arm/plat-omap/dsp/dsp_common.h arch/arm/plat-omap/dsp/omap1_dsp.h arch/arm/plat-omap/mailbox.c arch/arm/plat-omap/mailbox.h drivers/Makefile drivers/cbus/tahvo-usb.c drivers/spi/omap2_mcspi.c include/asm-arm/arch-omap/dsp.h include/asm-arm/arch-omap/io.h include/asm-arm/arch-omap/mailbox.h include/asm-arm/arch-omap/omap24xx.h
-
Juha Yrjola authored
Add an SPI master driver for the OMAP2 McSPI controller Signed-off-by:
Juha Yrjola <juha.yrjola@solidboot.com>
-
Juha Yrjola authored
Used in Nokia N800. 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>
-
Imre Deak authored
This was changed in the generic FB code, but not updated in the HWA742 specific part. Signed-off-by:
Imre Deak <imre.deak@solidboot.com>
-
Imre Deak authored
These were changed in the generic FB code, but not updated for the OMAP1 specific parts. Signed-off-by:
Imre Deak <imre.deak@solidboot.com>
-
Imre Deak authored
- support for per window scaling / color format attribute in window updates - save / restore registers over a suspend / resume, do a full screen background update after resume to start with a clean state Signed-off-by:
Imre Deak <imre.deak@solidboot.com>
-
Imre Deak authored
Different DPLL multiplier / divider pairs can result in frequencies that are not exact matches of the values given by TI. When looking up the table of known L4 / DSS1 values allow for a small difference. Signed-off-by:
Imre Deak <imre.deak@solidboot.com>
-
Imre Deak authored
- dynamic relocation of FB mem to SRAM, SDRAM - extended capability query for separate plane / window attributes and supported color formats Signed-off-by:
Imre Deak <imre.deak@solidboot.com>
-
Imre Deak authored
- dynamic relocation of FB mem to SRAM, SDRAM - support for per window resizing in window updates - fix locking in plane reconfiguration - extended capability query for separate plane / window attributes, and supported color formats Signed-off-by:
Imre Deak <imre.deak@solidboot.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 Yrjölä authored
CBUS is the bus that Energy Management ASICs are connected to on some Nokia mobile devices. Added support for CBUS and two EM ASIC drivers. Also added board config structures for some of the Nokia 770 drivers. Signed-off-by:
Juha Yrjölä <juha.yrjola@nokia.com>
-
Tony Lindgren authored
Merge omap i2c drivers from omap-historic Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Imre Deak authored
Import framebuffer support for omap from linux-omap-historic branch. NOTE: This patch needs to be split and prepared for upstream and then moved to omap-drivers branch. Signed-off-by:
Tony Lindgren <tony@atomide.com>
-
Jarkko Nikula authored
Signed-off-by:
Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by:
Juha Yrjola <juha.yrjola@solidboot.com>
-