aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/simplefb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-11video: fbdev: simplefb: Separate clk / regulator get and enable stepsHans de Goede1-16/+40
2016-09-27simplefb: Disable and release clocks and regulators in destroy callbackChen-Yu Tsai1-3/+6
2016-09-27video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structuresJulia Lawall1-2/+2
2016-02-26simplefb: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd1-2/+2
2015-12-15simplefb: Claim and enable regulatorsChen-Yu Tsai1-1/+119
2015-07-20simplefb: Include clk.hStephen Boyd1-0/+1
2015-01-13simplefb: Fix build failure on SparcHans de Goede1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25simplefb: Fix build errors when CONFIG_COMMON_CLK is not definedHans de Goede1-2/+2
2014-11-14simplefb: Change simplefb_init from module_init to fs_initcallHans de Goede1-1/+1
2014-11-14simplefb: Add support for enumerating simplefb dt nodes in /chosenHans de Goede1-1/+22
2014-11-14simplefb: add clock handling codeLuc Verhaegen1-1/+107
2014-11-14simplefb: add goto error path to probeLuc Verhaegen1-7/+11
2014-11-14simplefb: formalize pseudo palette handlingLuc Verhaegen1-3/+12
2014-10-20video: fbdev: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-0/+280