summaryrefslogtreecommitdiffstats
path: root/drivers/video/imx-ipu-v3/ipu-common.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* ARM: i.MX: Move mach header files to include/mach/imxSascha Hauer2023-03-061-4/+4
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-5/+5
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-10/+1
* treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifierAhmad Fatoum2020-09-291-3/+2
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* driver: Fix return check of dev_request_mem_regionSascha Hauer2016-02-231-2/+2
* Introduce include/linux/mutex.hYegor Yefremov2016-02-031-0/+1
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-4/+4
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-1/+0
* imx: ipu-v3: fix typo leading to build warningLucas Stach2014-10-211-1/+1
* video: i.MX IPUv3: Implement i.MX5 IPU reset supportSascha Hauer2014-05-091-0/+29
* video: i.MX IPUv3: Print error as stringSascha Hauer2014-05-081-2/+2
* video: Add i.MX IPUv3 supportSascha Hauer2014-03-291-0/+836