summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/simplefb.c
AgeCommit message (Expand)AuthorLines
2022-06-20video: fbdev: simplefb: Check before clk_put() not neededYihao Han-2/+1
2022-05-06fbdev: simplefb: Cleanup fb_info in .fb_destroy rather than .removeJavier Martinez Canillas-1/+7
2022-01-27fbdev/simplefb: Request memory region in driverThomas Zimmermann-20/+45
2021-12-16Merge drm/drm-next into drm-misc-nextThomas Zimmermann-0/+11
2021-12-16of: Move simple-framebuffer device handling from simplefb to ofHector Martin-20/+1
2021-11-17fbdev: Prevent probing generic drivers if a FB is already registeredJavier Martinez Canillas-0/+11
2021-01-20video: fbdev: simplefb: Fix info message during probePeter Robinson-3/+2
2019-12-05video: constify fb ops across all driversJani Nikula-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-9/+1
2018-07-03video: fbdev: simplefb: Stop including <linux/clk-provider.h>Geert Uytterhoeven-1/+1
2017-01-11video: fbdev: simplefb: Separate clk / regulator get and enable stepsHans de Goede-16/+40
2016-09-27simplefb: Disable and release clocks and regulators in destroy callbackChen-Yu Tsai-3/+6
2016-09-27video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structuresJulia Lawall-2/+2
2016-02-26simplefb: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd-2/+2
2015-12-15simplefb: Claim and enable regulatorsChen-Yu Tsai-1/+119
2015-07-20simplefb: Include clk.hStephen Boyd-0/+1
2015-01-13simplefb: Fix build failure on SparcHans de Goede-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-11-25simplefb: Fix build errors when CONFIG_COMMON_CLK is not definedHans de Goede-2/+2
2014-11-14simplefb: Change simplefb_init from module_init to fs_initcallHans de Goede-1/+1
2014-11-14simplefb: Add support for enumerating simplefb dt nodes in /chosenHans de Goede-1/+22
2014-11-14simplefb: add clock handling codeLuc Verhaegen-1/+107
2014-11-14simplefb: add goto error path to probeLuc Verhaegen-7/+11
2014-11-14simplefb: formalize pseudo palette handlingLuc Verhaegen-3/+12
2014-10-20video: fbdev: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen-0/+280