- 06 Sep, 2006 5 commits
-
-
Komal Shah authored
- Rename davinci defconfig to following format davinci_<boardname>_<processorname>_defconfig Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
Komal Shah authored
Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
David Brownell authored
The MSP430 RTC firmware is pretty odd; a simple persistent seconds counter (leaving Linux to convert to gregorian calendar and handle DST and other timezone issues) would be a lot better. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
David Brownell authored
Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
Kevin Hilman authored
-
- 05 Sep, 2006 30 commits
-
-
Komal Shah authored
- Patch adds DaVinci CPU identification based on DEVICE_ID register. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
-
Komal Shah authored
- Use kernel coding style and cosmetic changes. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
-
Komal Shah authored
Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
-
Komal Shah authored
- Remove obsolete #include <linux/config.h> - Include <asm/hardware.h> not <asm/arch/hardware.h> Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
-
Komal Shah authored
As of now no one is using these header files, so removing it. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
-
Komal Shah authored
Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
-
Komal Shah authored
Fix mmc driver no_switch error path Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Jian Zhang authored
Here is a small patch that adds alsa support on H3. I have tested it by playing a few raw, wav files. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Mika Laitio authored
Add gsm phone support for the mixer in tsc2101 alsa driver. This allows selecting cellphone for the playback target via alsa mixer interface. Selection will connect gsm module to speaker and microphone allowing the user to speak to phone and listen the opponents voice. Tested in ipaq h63xx by using gomunicator as an application. Tux wanna call home, and now Tux can finally call home :-) Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Mika Laitio authored
tsc2101 mixer fixes. Fix target selection control name and set index to 0 for all controls as the driver uses always same tsc2101 codec. Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Mika Laitio authored
Fix init warning in tsc2101 alsa driver. WARNING: sound/arm/omap/snd-omap-alsa-tsc2101.o - Section mismatch: reference to .init.text: from .data between '' (at offset 0x6c) and 'tsc2101_snd_omap_alsa_capture' Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Jonathan McDowell authored
This patch adds the platform file components for the Amstrad Delta LCD framebuffer. I have confirmed it works with latest git. The patch to clock.c /is/ needed for this to work. Signed-off-by: Jonathan McDowell <noodles@earth.li> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
andrzej zaborowski authored
Add the backlight device to the list of platform devices to register on the Palm Tungsten E board. In the same way the device can be added in other board files if a board has a single LCD with the backlight controlled by OMAP PWL module. Signed-off-by: Andrzej Zaborowski <balrog@zabor.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
andrzej zaborowski authored
This adds a structure that can be used in the omap board files to pass data about backlight device when registering platform devices. Signed-off-by: Andrzej Zaborowski <balrog@zabor.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
andrzej zaborowski authored
This adds a driver for the PWL module of OMAP CPUs in the Linux backlight API. The driver allows changing the backlight instensity and switching it off when system goes idle. The declaration of struct omap_backlight_config is sent in a separate patch. Signed-off-by: Andrzej Zaborowski <balrog@zabor.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
andrzej zaborowski authored
Prevent keyboard interrupt from staying masked when omap-keypad driver is suspended to allow this interrupt to trigger a system wake up. Locks are used as suggested by Juha Yrjölä. Signed-off-by: Andrzej Zaborowski <balrog@zabor.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Add GPIO API howto. Signed-off-by: Arnold <abo_gwapo_at_yahoo.com> Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Dirk Behme authored
Remove warnings: arch/arm/plat-omap/dsp/dsp_common.c: In function 'dsp_cpustat_update': arch/arm/plat-omap/dsp/dsp_common.c:317: warning: implicit declaration of function 'enable_irq' arch/arm/plat-omap/dsp/dsp_common.c:325: warning: implicit declaration of function 'disable_irq' arch/arm/plat-omap/dsp/task.c: In function 'dsp_task_write_bk': arch/arm/plat-omap/dsp/task.c:1232: warning: implicit declaration of function 'disable_irq' arch/arm/plat-omap/dsp/task.c:1232: warning: implicit declaration of function 'enable_irq' Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
These accidentally got changed to readw in musb-m1 patch. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Brownell authored
Catch up to info from latest HDRC core spec ... some new registers and fields, and constraints notably - not clearing TX fifo unless it's empty (that might explain some host side glitching). - not all POWER fields are writable Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-
Tony Lindgren authored
Make TUSB DMA debug less verbose Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Brownell authored
tusb multipoint fixes
-
David Brownell authored
Whitespace, indentation, and line length fixes. Constify the gadget ep0 method table.
-
David Brownell authored
Preliminary high speed electrical test support for the host side.
-
Tony Lindgren authored
It got broken by musb-m1 snapshot. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
TUSB uses non-flat register model, and also has TUSB specific ep registers in addition to shared MUSB ep registers. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Brownell authored
This patch adds support for MUSB and TUSB controllers integrated into omap2430 and davinci. It also adds support for external tusb6010 controller. This patch still needs clean-up work before it will be submitted to the mainline kernel. For more information, please see: http://sourceforge.net/mailarchive/forum.php?thread_id=30389954&forum_id=5398
-
Juha Yrjola authored
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
Juha Yrjola authored
-
Tony Lindgren authored
-
- 04 Sep, 2006 4 commits
-
-
Tony Lindgren authored
-
Tony Lindgren authored
-
Linus Torvalds authored
-
Benjamin Herrenschmidt authored
New sparse caught that typo which could have caused erratic hardware behaviour on some machines if the platform functions are used by the firmware to change bits in some FCR registers. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 02 Sep, 2006 1 commit
-
-
Linus Torvalds authored
* master.kernel.org:/home/rmk/linux-2.6-serial: [SERIAL] 8250: constify some serial structs [SERIAL] Make uart_match_port() work with all memory mapped UARTs
-