aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/console/sticore.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-20video: Move HP PARISC STI core code to shared locationGravatar Thomas Zimmermann 1-1172/+0
2023-04-20video: Remove trailing whitespacesGravatar Thomas Zimmermann 1-51/+51
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyGravatar Wolfram Sang 1-1/+1
2022-06-07parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIGravatar Helge Deller 1-0/+2
2022-06-04Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+24
2022-06-04parisc/stifb: Keep track of hardware path of graphics cardGravatar Helge Deller 1-8/+7
2022-06-04parisc/stifb: Implement fb_is_primary_device()Gravatar Helge Deller 1-0/+17
2022-05-23parisc: video: fbdev: stifb: Add sti_dump_font() to dump STI fontGravatar Helge Deller 1-0/+21
2020-11-16parisc/sticore: Avoid hard-coding built-in font charcountGravatar Peilin Ye 1-4/+4
2020-11-02Merge drm/drm-next into drm-misc-nextGravatar Maxime Ripard 1-135/+149
2020-10-28Fonts: Make font size unsigned in font_descGravatar Peilin Ye 1-1/+1
2020-10-15parisc/sticon: Add user font supportGravatar Helge Deller 1-135/+149
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-03-28video/console/sticore: Delete an error message for a failed memory allocation...Gravatar Markus Elfring 1-3/+1
2017-08-22parisc/sticore: Fix section mismatchesGravatar Helge Deller 1-5/+6
2014-04-17video: move fbdev to drivers/video/fbdevGravatar Tomi Valkeinen 1-1/+1
2014-02-02parisc/sti_console: prefer Linux fonts over built-in ROM fontsGravatar Helge Deller 1-1/+1
2013-11-07parisc: sticon - unbreak on 64bit kernelGravatar Helge Deller 1-63/+103
2013-01-03Drivers: video: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-46/+37
2012-05-10parisc: move definition of PAGE0 to asm/page.hGravatar Rolf Eike Beer 1-0/+2
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-08-02parisc: sticore.c - check return valuesGravatar Helge Deller 1-2/+7
2008-07-30sticore: don't activate unsupported GSC STI cards on HPPAGravatar Helge Deller 1-1/+29
2008-07-26video/console/stico{n,re}.c: make code staticGravatar Adrian Bunk 1-18/+15
2007-08-27[PARISC] Clean up sti_flushGravatar Kyle McMartin 1-9/+5
2007-05-27[PARISC] fix section mismatch in parisc STI video driversGravatar Helge Deller 1-25/+25
2007-05-08fbcon: font setting should check limitation of driverGravatar Antonino A. Daplas 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]Gravatar OGAWA Hirofumi 1-2/+2
2006-03-30[PARISC] Fix stifb with IOREMAP and a 64-bit kernelGravatar Helge Deller 1-16/+2
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsGravatar Helge Deller 1-26/+19
2005-10-21[PARISC] Reorganize sticore probe routine to be a little less convolutedGravatar Matthew Wilcox 1-66/+60
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1088