index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
simplefb.c
Age
Commit message (
Expand
)
Author
2018-07-03
video: fbdev: simplefb: Stop including <linux/clk-provider.h>
Geert Uytterhoeven
2017-01-11
video: fbdev: simplefb: Separate clk / regulator get and enable steps
Hans de Goede
2016-09-27
simplefb: Disable and release clocks and regulators in destroy callback
Chen-Yu Tsai
2016-09-27
video: fbdev: constify fb_fix_screeninfo and fb_var_screeninfo structures
Julia Lawall
2016-02-26
simplefb: Remove impossible check for of_clk_get_parent_count() < 0
Stephen Boyd
2015-12-15
simplefb: Claim and enable regulators
Chen-Yu Tsai
2015-07-20
simplefb: Include clk.h
Stephen Boyd
2015-01-13
simplefb: Fix build failure on Sparc
Hans de Goede
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-25
simplefb: Fix build errors when CONFIG_COMMON_CLK is not defined
Hans de Goede
2014-11-14
simplefb: Change simplefb_init from module_init to fs_initcall
Hans de Goede
2014-11-14
simplefb: Add support for enumerating simplefb dt nodes in /chosen
Hans de Goede
2014-11-14
simplefb: add clock handling code
Luc Verhaegen
2014-11-14
simplefb: add goto error path to probe
Luc Verhaegen
2014-11-14
simplefb: formalize pseudo palette handling
Luc Verhaegen
2014-10-20
video: fbdev: drop owner assignment from platform_drivers
Wolfram Sang
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen