summaryrefslogtreecommitdiff
path: root/drivers/video/bcm2835.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-14bcm2835: Add simiple-framebuffer for use with fkmsJason Wessel1-0/+3
2021-02-18video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne1-0/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-07-29video: arm: rpi: Bail out early if querying video information failsFabian Vogt1-1/+3
2018-07-02video: arm: rpi: Add brcm,bcm2708-fb compatibleEmmanuel Vadot1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-10dm: video: arm: rpi: Convert to use driver model for videoSimon Glass1-34/+28
2017-05-10video: arm: rpi: Move the video settings out of the driverSimon Glass1-58/+10
2017-05-10video: arm: rpi: Move the video query out of the driverSimon Glass1-17/+3
2016-11-29bcm2835 video: Map frame buffer as 32bppAlexander Graf1-3/+3
2016-03-27bcm2835 video: Map fb as cachedAlexander Graf1-0/+9
2016-02-06video: bcm2835: use bus_to_phys() on FB addressStephen Warren1-1/+3
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-13ARM: bcm283x: Allocate all mailbox buffers cacheline alignedAlexander Stein1-2/+2
2013-11-12video: bcm2835: respect the pitch valueAndre Heider1-0/+11
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-12/+1
2013-03-29video: bcm2835: fix build issuesAnatolij Gustschin1-11/+0
2013-03-20video: add a driver for the bcm2835Stephen Warren1-0/+127