An error occurred fetching the project authors.
  1. 31 Aug, 2007 1 commit
  2. 08 May, 2007 2 commits
  3. 07 May, 2007 1 commit
  4. 26 Apr, 2007 1 commit
  5. 16 Apr, 2007 2 commits
  6. 04 Apr, 2007 1 commit
  7. 03 Apr, 2007 1 commit
  8. 29 Mar, 2007 1 commit
  9. 19 Mar, 2007 1 commit
  10. 16 Mar, 2007 1 commit
  11. 07 Mar, 2007 2 commits
  12. 05 Mar, 2007 1 commit
  13. 02 Mar, 2007 1 commit
  14. 01 Mar, 2007 3 commits
  15. 27 Feb, 2007 1 commit
  16. 01 Nov, 2006 1 commit
  17. 29 Sep, 2006 1 commit
  18. 26 Jun, 2006 1 commit
  19. 02 Apr, 2006 1 commit
  20. 09 Feb, 2006 1 commit
    • Imre Deak's avatar
      ARM: OMAP: A whopping FB driver update · 420e73d5
      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: default avatarImre Deak <imre.deak@nokia.com>
      Signed-off-by: default avatarJuha Yrjl <juha.yrjola@nokia.com>
      420e73d5
  21. 08 Feb, 2006 1 commit
  22. 20 Jan, 2006 1 commit
  23. 13 Jan, 2006 1 commit
  24. 09 Jan, 2006 1 commit
  25. 05 Jan, 2006 1 commit
    • Tony Lindgren's avatar
      ARM: OMAP: Clean-up omap1 low-level io init and ensure cache & tlb flushing · 0f179ff9
      Tony Lindgren authored
      Caches and tlb must be flushed after map_io as pointed out by RMK on
      linux-arm-kernel mailing list.
      
      This patch adds does following:
      
      - Move hw init from omap_map_common_io() to new function omap1_init_common_hw()
      
      - Ensure cache and tlb flushing is done in omap_map_common_io() because of
        cpu detection
      
      - Ensure cache and tlb flushing is done after mapping sram
      
      - Remove old unused init check code
      0f179ff9
  26. 30 Nov, 2005 1 commit
  27. 10 Nov, 2005 1 commit
    • Tony Lindgren's avatar
      [ARM] 3141/1: OMAP 1/5: Update omap1 specific files · 3179a019
      Tony Lindgren authored
      Patch from Tony Lindgren
      
      This patch syncs the mainline kernel with linux-omap tree.
      The highlights of the patch are:
      
      - Omap1 serial pport and framebuffer init updates by Imre Deak
      
      - Add support for omap310 processor and Palm Tungsten E PDA
        by Laurent Gonzales, Romain Goyet, et al. Omap310 and
        omap1510 processors are now handled as omap15xx.
      
      - Omap1 specific changes to shared omap clock framework
        by Tony Lindgren
      
      - Omap1 specific changes to shared omap pin mux framework
        by Tony Lindgren
      
      - Other misc fixes, such as update memory timings for smc91x,
        omap1 specific device initialization etc.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      3179a019
  28. 29 Oct, 2005 1 commit
  29. 28 Oct, 2005 1 commit
  30. 19 Oct, 2005 2 commits
    • Imre Deak's avatar
      [PATCH] ARM: OMAP: FB support for OMAP2 · c8d61d1b
      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.
      c8d61d1b
    • Tony Lindgren's avatar
      ARM: OMAP: Undo of adding early GPIO init to board specific files · e6f351b7
      Tony Lindgren authored
      The early GPIO should only be needed in cases where some interrupts
      are routed via FPGA. In most cases doing the init with arch_initcall()
      should be fine.
      e6f351b7
  31. 18 Oct, 2005 1 commit
  32. 15 Sep, 2005 1 commit
  33. 13 Sep, 2005 1 commit
  34. 08 Sep, 2005 1 commit
    • Tony Lindgren's avatar
      [ARM] 2890/1: OMAP 1/4: Update omap1 specific files, take 2 · 7c38cf02
      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: default avatarTony Lindgren <tony@atomide.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      7c38cf02