summaryrefslogtreecommitdiffstats
path: root/drivers/video/bcm2835.c
Commit message (Expand)AuthorAgeFilesLines
* video: arm: rpi: Add brcm,bcm2708-fb compatibleEmmanuel Vadot2018-07-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: video: arm: rpi: Convert to use driver model for videoSimon Glass2017-05-091-34/+28
* video: arm: rpi: Move the video settings out of the driverSimon Glass2017-05-091-58/+10
* video: arm: rpi: Move the video query out of the driverSimon Glass2017-05-091-17/+3
* bcm2835 video: Map frame buffer as 32bppAlexander Graf2016-11-281-3/+3
* bcm2835 video: Map fb as cachedAlexander Graf2016-03-271-0/+9
* video: bcm2835: use bus_to_phys() on FB addressStephen Warren2016-02-061-1/+3
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* ARM: bcm283x: Allocate all mailbox buffers cacheline alignedAlexander Stein2015-08-121-2/+2
* video: bcm2835: respect the pitch valueAndre Heider2013-11-121-0/+11
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-12/+1
* video: bcm2835: fix build issuesAnatolij Gustschin2013-03-291-11/+0
* video: add a driver for the bcm2835Stephen Warren2013-03-201-0/+127