- 25 Aug, 2006 1 commit
-
-
Kevin Hilman authored
This is a forward port of the DaVinci framebuffer driver (originally written by TI) from the MV 2.6.10 kernel. It consists primarily of a rework to the newer driver model and a rework of the debug printks. No code has been changed or reorganized. Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
- 24 Aug, 2006 4 commits
-
-
Kevin Hilman authored
Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
David Brownell authored
Add basic gpio operations: get value, set/clear, set direction, and use gpio as an irq. Includes irq and clock cleanups, but no muxing updates (e.g. PINMUX0/PINMUX1 declarations). Lightly tested; gpio outputs seem to behave, as do IRQs in banks 0 and 2. The issue with banks 1, 3 and 4 may be just not having found a pin that's not muxed to some essential purpose, for testing. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
Kevin Hilman authored
-
Tony Lindgren authored
Also export some omap24xx specific DMA functions. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 22 Aug, 2006 1 commit
-
-
Timo Teräs authored
Change clock source in omap-pwm-led to 32 kHz to allow sleeping while LED is being blinked. Signed-off-by: Timo Teras <timo.teras@solidboot.com> Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
- 21 Aug, 2006 1 commit
-
-
Timo Teras authored
This patch makes the OMAP2 dmtimers module using the interface clocks only while the registers are accessed (except GPT1 which has iclk enabled all the time). Signed-off-by: Timo Teras <timo.teras@solidboot.com> Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
- 17 Aug, 2006 1 commit
-
-
Samuel Ortiz authored
A forgotten parenthesis in clock.c caused the PLL stabilization loop to not be executed correctly. Signed-off-by: Samuel Ortiz <samuel.ortiz@solidboot.com> Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
- 11 Aug, 2006 7 commits
-
-
Tony Lindgren authored
-
Kevin Hilman authored
Replace remaining __MUTEX_INITIALIZER() calls with mutex_init() to enable compatibility with the realtime-preempt patchset. Signed-off-by: Kevin Hilman <khilman@deeprooted.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Komal Shah authored
Check gpio_fck not gpio_ick. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
andrzej zaborowski authored
Signed-off-by: Andrzej Zaborowski <balrog@zabor.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Jonathan McDowell authored
The recent MPUIO range change fix breaks compilation if CONFIG_ARCH_OMAP24XX isn't defined; it should be OMAP_MAX_GPIO_LINES not MAX_GPIO_LINES I believe. This one liner fixes it. Signed-off-by: Jonathan McDowell <noodles@earth.li> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Jonathan McDowell authored
The platform init details for the Amstrad Delta LEDs appear to have been lost in the most recent sync with mainline. This readds it in exactly the same manner as it existed previously. Signed-off-by: Jonathan McDowell <noodles@earth.li> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Jonathan McDowell authored
This patch adds some further #defines regarding GPIOs and latch bits for the Amstrad Delta; the drivers that use them will be submitted at a later date but there's no reason not to have the information already there and available for use. Signed-off-by: Jonathan McDowell <noodles@earth.li> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 10 Aug, 2006 13 commits
-
-
Kevin Hilman authored
-
Kevin Hilman authored
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-
Kevin Hilman authored
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-
Kevin Hilman authored
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-
Kevin Hilman authored
Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
Komal Shah authored
Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
-
Komal Shah authored
- CONFIG_PREEMPT_RT is only available with Ingo's RT patches it seems. - Even with changing it to CONFIG_PREEMPT will give scheduling while atomic BUG. So, it is better to remove 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
Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
-
Komal Shah authored
- Use kernel coding style - Add support for getting the clock based on the device id - Remove unncessary header files - Add proc fs entry for viewing the information about the clocks as /proc/davinci_clocks. - Add error checking wherever necessary. Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
-
Kevin Hilman authored
Signed-off-by: Kevin Hilman <khilman@deeprooted.net> (cherry picked from 64929d88 commit)
-
Imre Deak authored
Add support for assigning memory regions dynamically to peripherals attached to GPMC interface. Platform specific code should now call gpmc_cs_request to get a free GPMC memory region instead of using a fixed address. Make the H4 and Apollon platform initialization use the new API. Signed-off-by: Imre Deak <imre.deak@solidboot.com> Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com> (cherry picked from afffc245 commit)
-
Tony Lindgren authored
This file was accidentally left out from 5757cc04. Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 08 Aug, 2006 3 commits
-
-
Kevin Hilman authored
Conflicts merged by hand: arch/arm/Kconfig arch/arm/Makefile arch/arm/mm/Kconfig
-
Juha Yrjola authored
- Support for in-kernel notifications Some boards require state-switch notifications from GPIOs that are also exposed to user-space through the gpio-switch framework. - Support for board-specific debounce values - Support for switches defined from board-specific file - Support for GPIO banks that can trigger on both rising and falling edges Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
Imre Deak authored
- MPUIO doesn't exist on OMAP2 - no error was returned for too big MPUIO numbers Signed-off-by: Imre Deak <imre.deak@solidboot.com> Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
- 07 Aug, 2006 8 commits
-
-
Tony Lindgren authored
-
Tony Lindgren authored
Some things are probably broken right now with the generic irq code update.
-
Mikko Ylinen authored
Since ab7ad9fe sti-console puts crap into STI if serial console is configured as a preferred console. This is due to uninitialized sti_console_channel (0 is a bad channel value). The fix is to check the STI channel value before registering the console driver. Signed-off-by: Mikko Ylinen <mikko.k.ylinen@nokia.com> Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
Imre Deak authored
Fix a wake-from-sleep bug where OTG was not taken out from idle mode. Signed-off-by: Imre Deak <imre.deak@solidboot.com> Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
Imre Deak authored
We have to make sure that the LCD DMA external destination bit is cleared by default, otherwise OMAP won't sleep. Signed-off-by: Imre Deak <imre.deak@solidboot.com> Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
-
Tony Lindgren authored
-
Tony Lindgren authored
-
Jonathan McDowell authored
The attached is necessary to move the Amstrad Delta LCD driver over to the new PWL defines that have been pushed. Signed-off-by: Jonathan McDowell <noodles@earth.li> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 06 Aug, 2006 1 commit
-
-
Linus Torvalds authored
-