An error occurred fetching the project authors.
- 09 Feb, 2006 1 commit
-
-
Imre Deak authored
- Support for the Philips LPH8923 LCD panel - Support for the Epson HWA742 LCD controller - Support for frame buffer located in SRAM and/or SDRAM - Support for boot loader initialized LCD controller / frame buffer content. - LCD panels will now register a device in the relevant board-* files instead of specifying the LCD type as an OMAP_TAG_LCD. The controller type is still specified in OMAP_TAG_LCD. - A new ATAG OMAP_TAG_FBMEM is used to describe the frame buffer memory configuration (SRAM and SDRAM regions) - Changed the OMAP1 LCD controller driver to export its functions through the lcd_ctrl object. - OMAP1 pixel clock divider will now round up in lcdc.c - Changed the OMAP1 SoSSI driver to export its functions through the lcd_ctrl_extif object. - OMAP1 SoSSI clock calculation goes through all possible clock dividers. Rounding of clock tick values now takes places at each timing parameter. - OMAP2 RFBI clock calculation goes through all possible clock dividers. Rounding of clock tick values now takes places at each timing parameter. - OMAP2 pixel clock divider will now round up in dispc.c Signed-off-by: Imre Deak <imre.deak@nokia.com> Signed-off-by: Juha Yrjl <juha.yrjola@nokia.com>
-
- 08 Feb, 2006 1 commit
-
-
Juha Yrjola authored
The converted driver originated from David Brownell, with some modifications by Imre. Signed-off-by: Imre Deak <imre.deak@nokia.com> Signed-off-by: Juha Yrjl <juha.yrjola@nokia.com>
-
- 20 Jan, 2006 1 commit
-
-
Komal Shah authored
Convert keypad to use platform_data Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 03 Jan, 2006 1 commit
-
-
Brian Swetland authored
- register an "omap-keypad" device so that the keypad driver actually gets probed - initialize kp_tasklet.data so that we don't crash the first time the keypad tasklet runs
-
- 29 Nov, 2005 1 commit
-
-
Komal Shah authored
Attached patch adds the driver model support for omap-keypad.c. Moved muxing to plat-omap/devices.c.
-
- 10 Nov, 2005 2 commits
-
-
Tony Lindgren authored
Patch from Tony Lindgren This patch syncs the mainline kernel with linux-omap tree. The highlights of the patch are: - Serial port and framebuffer init improvments by Imre Deak - Common omap pin mux framework by Tony Lindgren - Common omap clock framework by Tony Lindren Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
Tony Lindgren authored
Misc changes to compile after sync with mainline
-
- 20 Oct, 2005 1 commit
-
-
Kevin Hilman authored
Signed-off-by: Kevin Hilman <khilman@mvista.com>
-
- 19 Oct, 2005 4 commits
-
-
Tony Lindgren authored
Make registration work
-
Tony Lindgren authored
Move second I2C init on 24xx to mach-omap2/devices.c
-
Imre Deak authored
included in this FB patch: - OMAP2 support with overlay, colorkey handling - the palmte patch posted by Romain Goyet. The palette loading is changed a bit, so that it works ok with other platforms as well. - registering the FB device through plat-omap/devices.c instead of doing it from the driver itself. Boards have to specify the OMAP_TAG_LCD config in the related board-*.c with in order to have FB support. - pixel clock divider calculation based on the panel->pixel_clock instead of the wired panel->pcd - support for external controllers both on SOSSI (OMAP1) and RFBI (OMAP2), kudos to Juha for this - removal of the OMAP1 2D gfx stuff, it didn't really improve the performance:( - double buffering IOCTL API, as this can be done in a more standard way through FBIOPUT_VSCREENINFO - update of the affected omap_*_defconfigs - minor formatting changes and typo fixes Still TODO: - OMAP2 Rotation, scaling of video planes - OMAP2 digit-out (aka tv-out) - moving the frame buffer to an alternative locating (onchip SRAM) I tested it with H2 and H4 but it might break on other OMAP1 boards as there were changes also in the old parts.
-
Deepak Saxena authored
The following patch adds a platform device for the OMAP RNG. I have added support for using this to the RNG driver as part of a generic RNG codebase I'm writing and will submit that for testing once it is compiling. Signed-off-by: Deepak Saxena <dsaxena@plexity.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 18 Oct, 2005 1 commit
-
-
Tony Lindgren authored
Enable second I2C bus on 24xx
-
- 11 Oct, 2005 1 commit
-
-
Komal Shah authored
Added 24xx watchdog support Signed-off-by: Komal Shah <komal_shah802003@yahoo.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 15 Sep, 2005 2 commits
-
-
Tony Lindgren authored
Fixed compile for omap1
-
Tony Lindgren authored
Added common devices.c to plat-omap for I2C and MMC init
-
- 08 Sep, 2005 1 commit
-
-
Tony Lindgren authored
Patch from Tony Lindgren This patch syncs the mainline kernel with linux-omap tree. The highlights of the patch are: - Convert more drivers to register resources in board-*.c to take advantage of the driver model by David Brownell and Ladislav Michl - Use set_irq_type() for GPIO interrupts instead of omap_set_gpio_edge_ctrl() by David Brownell - Add minimal support for handling optional add-on boards, such as OSK Mistral board with LCD and keypad, by David Brownell - Minimal support for loading functions to SRAM by Tony Lindgren - Wake up from serial port by muxing RX lines temporarily into GPIO interrupts by Tony Lindgren - 32KHz sched_clock by Tony Lindgren and Juha Yrjola Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-
- 27 Jul, 2005 1 commit
-
-
David Brownell authored
The original dev-i2c.patch somehow got left out. This patch makes I2C to use driver model.
-
- 26 Jul, 2005 5 commits
-
-
Tony Lindgren authored
Fixed compile as omap_init_i2c() is still missing.
-
David Brownell authored
Teach the RTC driver how to work with the driver model; reserve physical memory addresses, not virtual I/O ones Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
David Brownell authored
Teach the OMAP watchdog driver about the driver model, including defining a shutdown method (to stop the timer before kexec etc) and suspend/resume methods (for system sleep states). Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
Tony Lindgren authored
Added missing line break that caused I2C patch to fail.
-
David Brownell authored
Makes IR driver stop defining and registering its own platform_device. Also make it properly declare its DMA capability. Issues noted with IR driver: DMA should just map/unmap SKB data; no UART1 support; SIR/MIR/FIR selection uses board-specific code. And there's no OMAP_TAG saying whether IRDA is even relevant. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
-
- 08 Jul, 2005 1 commit
-
-
Tony Lindgren authored
Fix a warning and cosmetic fixes
-
- 07 Jul, 2005 1 commit
-
-
Tony Lindgren authored
Move arch/arm/mach-omap/omap1 to arch/arm/mach-omap1 as discussed on the armlinux mailing list.
-
- 04 Jul, 2005 1 commit
-
-
Tony Lindgren authored
Added devices.c left out from David Brownell's MMC patch.
-