index
:
~tagr/linux
drm/panel/for-next
drm/tegra/fixes
drm/tegra/for-next
master
staging/base
staging/clk
staging/drm/fixes
staging/drm/nouveau
staging/drm/panel
staging/drm/tegra
staging/fixes
staging/gk20a
staging/host1x
staging/iommu
staging/master
staging/pci
staging/powergate
staging/pwm
staging/tegra
staging/work
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
cirrusfb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen
1
-2952
/
+0
2013-11-26
zorro: ZTWO_VADDR() should return "void __iomem *"
Geert Uytterhoeven
1
-2
/
+2
2013-09-26
video: cirrusfb: Remove incorrect checks
Sachin Kamat
1
-5
/
+0
2013-09-19
video: cirrusfb: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-04-18
powerpc: remove PReP platform
Paul Bolle
1
-50
/
+12
2013-01-03
Drivers: video: remove __dev* attributes.
Greg Kroah-Hartman
1
-22
/
+22
2012-07-24
video: Fix typo in drivers/video
Masanari Iida
1
-1
/
+1
2012-01-14
Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6
Linus Torvalds
1
-124
/
+144
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-1
/
+1
2011-11-11
fbdev/cirrusfb: Add support for "64 MiB" version of Picasso IV
Geert Uytterhoeven
1
-1
/
+5
2011-11-11
fbdev/cirrusfb: Add support for Picasso IV in Zorro II mode
Geert Uytterhoeven
1
-0
/
+21
2011-11-11
fbdev/cirrusfb: Rewrite Zorro graphics card probing
Geert Uytterhoeven
1
-123
/
+118
2010-05-17
m68k: amiga - Zorro bus modalias support
Geert Uytterhoeven
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2009-04-13
cirrusfb: do not allow unsupported pixel depth
Krzysztof Helt
1
-3
/
+1
2009-04-01
cirrusfb: fix interlaced modes
Krzysztof Helt
1
-14
/
+21
2009-04-01
cirrusfb: fix threshold register mask for Laguna chips
Krzysztof Helt
1
-1
/
+1
2009-04-01
cirrusfb: GD5434 (aka SD64) support fixed
Krzysztof Helt
1
-35
/
+37
2009-04-01
cirrusfb: set MCLK in one place
Krzysztof Helt
1
-54
/
+16
2009-04-01
cirrusfb: add accelerator constant
Krzysztof Helt
1
-2
/
+9
2009-04-01
cirrusfb: fix clock doubling
Krzysztof Helt
1
-1
/
+18
2009-04-01
cirrusfb: use 24bpp instead of 32bpp
Krzysztof Helt
1
-35
/
+44
2009-04-01
cirrusfb: GD5446 fixes
Krzysztof Helt
1
-18
/
+9
2009-04-01
cirrusfb: fix error paths in cirrusfb_xxx_register()
Krzysztof Helt
1
-12
/
+7
2009-04-01
cirrusfb: add imageblit function
Krzysztof Helt
1
-18
/
+46
2009-04-01
cirrusfb: acceleration improvements
Krzysztof Helt
1
-111
/
+75
2009-04-01
cirrusfb: various Laguna fixes
Krzysztof Helt
1
-27
/
+57
2009-04-01
cirrusfb: check_var improvements
Krzysztof Helt
1
-121
/
+74
2009-04-01
cirrusfb: Laguna chipset 8bpp fix
Krzysztof Helt
1
-13
/
+21
2009-04-01
cirrusfb: various improvements
Krzysztof Helt
1
-144
/
+58
2009-04-01
cirrusfb: use 5-6-5 RGB for 16bpp mode
Krzysztof Helt
1
-3
/
+3
2009-04-01
cirrusfb: do not calculate line length twice
Krzysztof Helt
1
-8
/
+6
2009-04-01
cirrusfb: add mmio registers for Laguna chipsets
Krzysztof Helt
1
-0
/
+38
2009-04-01
cirrusfb: add Laguna additional overflow register
Krzysztof Helt
1
-26
/
+42
2009-04-01
cirrusfb: fix Laguna chipset memory detection and clock setting
Krzysztof Helt
1
-27
/
+38
2009-04-01
cirrusfb: convert printks to dev_foo
Krzysztof Helt
1
-297
/
+158
2008-11-19
cirrusfb: remove unused variables
Vlada Peric
1
-2
/
+1
2008-11-01
section fixes for cirrusfb
Al Viro
1
-1
/
+1
2008-10-16
cirrusfb: do not change MCLK for Alpine chips
Krzysztof Helt
1
-66
/
+53
2008-10-16
cirrusfb: fix 16bpp modes
Krzysztof Helt
1
-5
/
+2
2008-10-16
cirrusfb: add noaccel module parameter
Krzysztof Helt
1
-1
/
+3
2008-10-16
cirrusfb: drop clock fields from cirrusfb_regs structure
Krzysztof Helt
1
-29
/
+21
2008-10-16
cirrusfb: eliminate CRT registers from global structure
Krzysztof Helt
1
-109
/
+83
2008-10-16
cirrusfb: add __devinit attribute to probing functions
Krzysztof Helt
1
-11
/
+7
2008-10-16
cirrusfb: use modedb and add mode_option parameter
Krzysztof Helt
1
-105
/
+21
2008-10-16
cirrusfb: drop device pointers from cirrusfb_info
Krzysztof Helt
1
-14
/
+6
2008-10-16
cirrusfb: remove 24 bpp mode
Krzysztof Helt
1
-5
/
+2
2008-10-16
cirrusfb: simplify clock calculation
Krzysztof Helt
1
-21
/
+19
2008-10-16
cirrusfb: remove information about memory size during mode change
Krzysztof Helt
1
-2
/
+0
2008-09-02
cirrusfb: check_par fixes
Krzysztof Helt
1
-41
/
+18
[next]