summaryrefslogtreecommitdiff
path: root/drivers/video/mxc/mxc_epdc_fb.c
AgeCommit message (Collapse)Author
2015-09-17MLK-11260 [EPDC]: Move the EPDC firmware to /lib/firmware/imx/epdcOliver Brown
Moving the EPDC firmware to /lib/firmware/imx/epdc. Signed-off-by: Oliver Brown <oliver.brown@freescale.com>
2015-09-17MLK-10788-3 driver: misc: change busfreq head file nameAnson Huang
As busfreq head file name is changed from busfreq-imx6.h to busfreq-imx.h, change the drivers which include this head file accordingly. Signed-off-by: Anson Huang <b20788@freescale.com>
2015-09-17MLK-10347 IMX6SX: EPDC: refine a variable definition to avoid potential riskFancy Fang
Modify the 'hard_lock' variable to be static to avoid potential name conflict with other kernel modules. Signed-off-by: Fancy Fang <chen.fang@freescale.com>
2015-09-17MLK-9741-01: ARM: IMX6SL-EVK: EPDC: add two ioctls to disable/enable EPDC ↵Fancy Fang
hardware access The two ioctls can be used to disable/enable EPDC hardware access which are required by epdc user apps to do some sync jobs. Signed-off-by: Fancy Fang <chen.fang@freescale.com>
2015-09-17ENGR01330740-4 ARM: IMX6SL-EVK: update epdc/pxp driver to latest versionFancy Fang
Update the EPDC and PXP driver to the latest version in imx-3.10.y branch. Signed-off-by: Fancy Fang <chen.fang@freescale.com>
2015-09-17ENGR01330740-2 ARM: IMX6SL-EVK: EPDC: add epdc module support to 3.14 kernelFancy Fang
1. Add epdc related properties to dts file. 2. Set the epdc related clocks correctly. 3. Add epdc firmware compiling support. Signed-off-by: Fancy Fang <chen.fang@freescale.com>
2015-09-17ENGR00317981: video: forward mxc video drivers to 3.14 kernelShawn Guo
Forward imx_3.10_y mxc video drivers to 3.14 kernel. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>