summaryrefslogtreecommitdiffstats
path: root/drivers/video/pxa.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: pxa: Move mach header files to include/mach/pxaSascha 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-2/+2
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-10/+1
* video: reunite fb devices with their hardware parentAhmad Fatoum2021-06-021-0/+1
* treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-191-1/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* ARM: move DMA alloc functions to dma.hLucas Stach2015-03-061-1/+1
* ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-3/+4
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+3
* drivers: treewide: Kill empty remove() implementationsAlexander Shiyan2014-04-021-5/+0
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-5/+0
* drivers/video: remove pxafb enable on loadRobert Jarzmik2012-02-171-3/+0
* drivers/video: add PXA framebuffer supportRobert Jarzmik2011-12-121-0/+562