| Commit message (Expand) | Author | Age | Files | Lines |
* | video: move fbdev to drivers/video/fbdev | Tomi Valkeinen | 2014-04-17 | 1 | -2863/+0 |
* | fbdev: sh_mobile_lcdcfb: Don't use plain 0 as NULL pointer | Laurent Pinchart | 2014-01-17 | 1 | -1/+1 |
* | fb: reorder the lock sequence to fix potential dead lock | Gu Zheng | 2013-11-11 | 1 | -4/+6 |
* | fbdev: shmobile-lcdcfb: Convert to clk_prepare/unprepare | Laurent Pinchart | 2013-11-11 | 1 | -2/+2 |
* | fbdev: sh_mobile_lcdc: fixup B side hsync adjust settings | Kuninori Morimoto | 2013-03-27 | 1 | -0/+1 |
* | Drivers: video: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -9/+9 |
* | fbdev: sh_mobile_lcdc: Make sh_mobile_lcdc_sys_bus_ops static | Laurent Pinchart | 2012-11-21 | 1 | -1/+1 |
* | fbdev: sh_mobile_lcdc: Store the backlight brightness internally | Laurent Pinchart | 2012-11-21 | 1 | -1/+2 |
* | fbdev: sh_mobile_lcdc: Remove priv argument from channel and overlay init | Laurent Pinchart | 2012-11-21 | 1 | -18/+17 |
* | fbdev: sh_mobile_lcdc: Rename mode argument to modes | Laurent Pinchart | 2012-11-21 | 1 | -3/+3 |
* | fbdev: sh_mobile_lcdc: Get display dimensions from the channel structure | Laurent Pinchart | 2012-11-21 | 1 | -4/+4 |
* | fbdev: sh_mobile_lcdc: use dma_mmap_coherent | Hideki EIRAKU | 2012-11-21 | 1 | -0/+20 |
* | fbdev: sh_mobile_lcdc: Fix vertical panning step | Laurent Pinchart | 2012-07-29 | 1 | -6/+6 |
* | fbdev: sh_mobile_lcdc: Fix pan offset computation in YUV mode | Laurent Pinchart | 2012-07-19 | 1 | -58/+52 |
* | fbdev: sh_mobile_lcdc: Fix overlay registers update during pan operation | Laurent Pinchart | 2012-07-19 | 1 | -0/+5 |
* | fbdev: sh_mobile_lcdc: Support horizontal panning | Laurent Pinchart | 2012-07-19 | 1 | -6/+16 |
* | fbdev: sh_mobile_lcdc: Use channel configuration to initialize fb device | Laurent Pinchart | 2012-07-19 | 1 | -4/+6 |
* | fbdev: sh_mobile_lcdc: Fix line pitch computation | Laurent Pinchart | 2012-07-19 | 1 | -8/+8 |
* | fbdev: sh_mobile_lcdc: Destroy mutex at remove time | Laurent Pinchart | 2012-07-19 | 1 | -2/+5 |
* | sh_mobile_meram: Use direct function calls for the public API | Laurent Pinchart | 2012-07-19 | 1 | -17/+10 |
* | sh_mobile_meram: Rename operations to cache_[alloc|free|update] | Laurent Pinchart | 2012-07-19 | 1 | -17/+15 |
* | fbdev: sh_mobile_lcdc: Implement overlays support | Laurent Pinchart | 2012-06-20 | 1 | -72/+860 |
* | fbdev: sh_mobile_lcdc: Rename fb operation handlers with a common prefix | Laurent Pinchart | 2012-06-20 | 1 | -23/+25 |
* | fbdev: sh_mobile_lcdc: Constify sh_mobile_lcdc_fix structure | Laurent Pinchart | 2012-06-20 | 1 | -1/+1 |
* | fbdev: sh_mobile_lcdc: Don't confuse line size with pitch | Laurent Pinchart | 2012-05-22 | 1 | -2/+3 |
* | fbdev: sh_mobile_meram: Remove unneeded sanity checks | Laurent Pinchart | 2012-03-12 | 1 | -4/+1 |
* | fbdev: sh_mobile_meram: Don't perform update in register operation | Laurent Pinchart | 2012-03-12 | 1 | -3/+5 |
* | fbdev: sh_mobile_lcdc: Don't store copy of platform data | Laurent Pinchart | 2012-03-12 | 1 | -36/+35 |
* | fbdev: sh_mobile_meram: Allocate ICBs automatically | Laurent Pinchart | 2012-03-12 | 1 | -15/+12 |
* | fbdev: sh_mobile_lcdc: Pass channel pointer to sh_mobile_wait_for_vsync | Laurent Pinchart | 2012-03-12 | 1 | -24/+23 |
* | fbdev: sh_mobile_lcdc: Store configuration in channel structure | Laurent Pinchart | 2012-03-12 | 1 | -55/+54 |
* | fbdev: sh_mobile_lcdc: Pass physical device pointer to DMA functions | Laurent Pinchart | 2012-03-12 | 1 | -2/+3 |
* | fbdev: sh_mobile_lcdc: Split fb init/cleanup from channel init/cleanup | Laurent Pinchart | 2012-03-12 | 1 | -128/+157 |
* | fbdev: sh_mobile_lcdc: Store the format in struct sh_mobile_lcdc_chan | Laurent Pinchart | 2012-03-12 | 1 | -11/+10 |
* | fbdev: sh_mobile_lcdc: Add sh_mobile_format_info() function | Laurent Pinchart | 2012-03-12 | 1 | -72/+102 |
* | fbdev: sh_mobile_lcdc: Rename (lcd|num)_cfg (lcd|num)_modes | Laurent Pinchart | 2012-03-12 | 1 | -10/+10 |
* | fbdev: sh_mobile_lcdc: Store display mode in a struct fb_videomode | Laurent Pinchart | 2012-03-12 | 1 | -35/+39 |
* | fbdev: sh_mobile_hdmi: Don't access LCDC fb_info | Laurent Pinchart | 2012-03-12 | 1 | -11/+13 |
* | fbdev: sh_mobile_lcdc: Pass a video mode to the notify callback | Laurent Pinchart | 2012-03-12 | 1 | -17/+19 |
* | sh_mobile_lcdc: Add display notify callback to sh_mobile_lcdc_chan | Laurent Pinchart | 2012-03-12 | 1 | -0/+84 |
* | fbdev: sh_mobile_lcdc: Return display connection state in display_on | Laurent Pinchart | 2012-03-12 | 1 | -1/+7 |
* | fbdev: sh_mobile_lcdc: Remove fb_info parameter to display_on operation | Laurent Pinchart | 2012-03-12 | 1 | -1/+1 |
* | sh_mobile_lcdc: Add an lcdc channel pointer to sh_mobile_lcdc_entity | Laurent Pinchart | 2012-03-12 | 1 | -1/+4 |
* | fbdev: sh_mobile_lcdc: Merge board_cfg and lcd_size_cfg into panel_cfg | Laurent Pinchart | 2012-03-12 | 1 | -18/+17 |
* | fbdev: sh_mobile_lcdc: Move brightness ops to sh_mobile_lcdc_bl_info | Laurent Pinchart | 2012-03-12 | 1 | -4/+2 |
* | fbdev: sh_mobile_lcdc: Remove board configuration board_data field | Laurent Pinchart | 2012-03-12 | 1 | -9/+7 |
* | fbdev: sh_mobile_lcdc: Remove board configuration owner field | Laurent Pinchart | 2012-03-12 | 1 | -6/+2 |
* | fbdev: sh_mobile_lcdc: Handle HDMI/MIPI transmitter device directly | Laurent Pinchart | 2012-03-12 | 1 | -5/+26 |
* | fbdev: sh_mobile_lcdc: Create functions to turn the display on/off | Laurent Pinchart | 2012-03-12 | 1 | -25/+28 |
* | fbdev: sh_mobile_lcdc: Don't pass struct device around | Laurent Pinchart | 2012-03-12 | 1 | -20/+21 |