1. 04 Dec, 2012 1 commit
  2. 29 Nov, 2012 15 commits
  3. 27 Nov, 2012 5 commits
    • Tomi Valkeinen's avatar
      Merge branch 'fbdev-next' of github.com:timur-tabi/linux-2.6 into for-linus · 00741202
      Tomi Valkeinen authored
      * 'fbdev-next' of github.com:timur-tabi/linux-2.6:
        drivers/video: fsl-diu-fb: store EDID data in the global object
        drivers/video: fsl-diu-fb: don't touch registers for unused features
        drivers/video: fsl-diu-fb: clean up reset of primary display
        drivers/video: fsl-diu-fb: remove unused 'cursor_reset' variable
        drivers/video: fsl-diu-fb: improve message displays
        drivers/video: fsl-diu-fb: streamline enabling of interrupts
        drivers/video: fsl-diu-fb: add support for set_gamma ioctls
        drivers/video: fsl-diu-fb: simplify platforms that have only one port
        MAINTAINERS: Make Timur Tabi the maintainer for the Freescale DIU driver
      00741202
    • Manjunathappa's avatar
      video: da8xx-fb: clk_get on connection id fck · 81cec3c7
      Manjunathappa authored
      do clk_get on connection id "fck" to support OMAP based
      platforms having multiple clocks for module. Without this
      driver change clk_get fails on am335x.
      
      This patch is based on the discussion in community
      http://marc.info/?l=linux-kernel&m=135166018907827&w=2Signed-off-by: default avatarManjunathappa <prakash.pm@ti.com>
      Cc: Vaibhav Hiremath <hvaibhav@ti.com>
      Acked-by: default avatarSekhar Nori <nsekhar@ti.com>
      Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
      81cec3c7
    • Manjunathappa, Prakash's avatar
      da8xx-fb: cleanup LCDC configurations · 3b43ad20
      Manjunathappa, Prakash authored
      Configure below LCDC configurations to optimal values, also have an
      option configure these optional parameters for platform.
      1) AC bias configuration: Required only for passive panels
      2) Dma_burst_size:
      3) FIFO_DMA_DELAY:
      4) FIFO threshold: Does not apply for da830 LCDC.
      
      Patch is verified for 16bpp and 24bpp configurations on da830, da850 and
      am335x EVMs.
      Signed-off-by: default avatarManjunathappa, Prakash <prakash.pm@ti.com>
      Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
      3b43ad20
    • Manjunathappa, Prakash's avatar
      da8xx-fb: adopt fb_videomode data for panel information · f772fabd
      Manjunathappa, Prakash authored
      Adopt fb_videomode data instead of defining driver private
      structure to hold panel information. This is the way standard FB
      drivers maintain the panel information.
      Signed-off-by: default avatarManjunathappa, Prakash <prakash.pm@ti.com>
      Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
      f772fabd
    • Tomi Valkeinen's avatar
      Merge branch 'lcdc-next' of git://linuxtv.org/pinchartl/fbdev into for-linus · 38ab331a
      Tomi Valkeinen authored
      Merge SH Mobile LCDC patches from Laurent.
      
      * 'lcdc-next' of git://linuxtv.org/pinchartl/fbdev:
        fbdev: sh_mobile_lcdc: Make sh_mobile_lcdc_sys_bus_ops static
        sh: kfr2r09: Use the backlight API for brightness control
        ARM: mach-shmobile: ag5evm: Use the backlight API for brightness control
        fbdev: sh_mobile_lcdc: Remove unused get_brightness pdata callback
        sh: ecovec24: Remove unused get_brightness LCDC callback
        sh: ap325rxa: Remove unused get_brightness LCDC callback
        ARM: mach-shmobile: mackerel: Removed unused get_brightness callback
        fbdev: sh_mobile_lcdc: Store the backlight brightness internally
        fbdev: sh_mipi_dsi: Remove the unused sh_mipi_dsi_info lcd_chan field
        ARM: mach-shmobile: Remove the unused sh_mipi_dsi_info lcd_chan field
        fbdev: sh_mipi_dsi: Remove last reference to LCDC platform data
        fbdev: sh_mipi_dsi: Use the LCDC entity default mode
        fbdev: sh_mipi_dsi: Use the sh_mipi_dsi_info channel field
        ARM: mach-shmobile: Initiliaze the new sh_mipi_dsi_info channel field
        fbdev: sh_mipi_dsi: Add channel field to platform data
        ARM: mach-shmobile: ag5evm: Add LCDC tx_dev field to platform data
        fbdev: sh_mobile_lcdc: Remove priv argument from channel and overlay init
        fbdev: sh_mobile_lcdc: Rename mode argument to modes
        fbdev: sh_mobile_lcdc: Get display dimensions from the channel structure
        fbdev: sh_mobile_lcdc: use dma_mmap_coherent
      38ab331a
  4. 26 Nov, 2012 19 commits