summaryrefslogtreecommitdiffstats
path: root/drivers/video/aty/atyfb_base.c
Commit message (Expand)AuthorAgeFilesLines
* video: move fbdev to drivers/video/fbdevTomi Valkeinen2014-04-171-4029/+0
* atyfb: set FBINFO_READS_FASTMikulas Patocka2014-02-111-1/+2
* atyfb: remove resolution limit 1600Mikulas Patocka2014-02-111-2/+2
* video: aty: Remove redundant breakSachin Kamat2013-09-261-1/+0
* fbdev/atyfb: fix recent breakage in correct_chipset()Dan Carpenter2013-07-291-2/+2
* fb: fix atyfb unused data warningsRandy Dunlap2013-06-261-2/+3
* fb: fix atyfb build warningRandy Dunlap2013-06-261-2/+2
* Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-43/+41
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+1
* video: Fix typo in drivers/videoMasanari Iida2012-07-241-1/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* Merge branch 'master' into for-nextJiri Kosina2011-07-111-6/+4
|\
| * fbdev/atyfb: Fix 2 defined-but-not-used warningsGeert Uytterhoeven2011-06-141-6/+4
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-3/+4
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* backlight: add backlight typeMatthew Garrett2011-03-221-0/+1
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-5/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * backlight: constify backlight_opsLionel Debroux2010-11-161-1/+1
* | atyfb: Fix bootup hangs on sparc64.David S. Miller2011-01-061-22/+5
|/
* of/sparc: convert various prom_* functions to use phandleAndres Salomon2010-10-091-1/+2
* fbdev: move FBIO_WAITFORVSYNC to linux/fb.hGrazvydas Ignotas2010-05-251-4/+0
* backlight: Allow properties to be passed at registrationMatthew Garrett2010-03-161-2/+5
* of: add 'of_' prefix to machine_is_compatible()Grant Likely2010-02-091-4/+4
* Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely2010-01-281-2/+2
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
* | of: unify phandle name in struct device_nodeGrant Likely2010-01-281-1/+1
|/
* atyfb: coding style cleanupVille Syrjala2009-09-231-371/+458
* atyfb: fix alignment for block writesVille Syrjala2009-06-301-12/+40
* atyfb: fix HP OmniBook 500 reboot hangVille Syrjala2009-06-301-9/+80
* atyfb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt2009-02-081-5/+15
* atyfb: fix CONFIG_ namespace violationsRandy Dunlap2009-02-051-11/+11
* atyfb_base.c: fix warningAlexander Beregalov2008-08-051-14/+15
* atyfb: fix a castVille Syrjala2008-07-241-1/+1
* atyfb: report probe errorsVille Syrjala2008-07-241-5/+10
* atyfb: use a PCI device ID tableVille Syrjala2008-07-241-18/+55
* atyfb: correct_chipset() can failVille Syrjala2008-07-241-1/+3
* atyfb: remove dead codeOlaf Hering2008-07-241-4/+2
* fbdev: fix integer as NULL pointer warningHarvey Harrison2008-05-231-1/+1
* video/aty/atyfb_base.c: free when fb can't be registeredRoel Kluin2008-04-281-2/+5
* [ATYFB]: Kill 'prom_palette' sparc code.David S. Miller2008-02-181-64/+0
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt2007-10-161-1/+1
* atyfb: atyfb: Unshare pseudo_paletteGeert Uytterhoeven2007-10-161-3/+1
* Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2007-07-221-1/+1
|\
| * backlight: Convert from struct class_device to struct deviceRichard Purdie2007-07-161-1/+1
* | [SPARC]: Fix serial console device detection.David S. Miller2007-07-201-4/+0
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* | atyfb: the pseudo_palette is only 16 elements longAntonino A. Daplas2007-07-171-1/+1
|/
* atyfb: Fix XCLK frequency on Apple iBook1Ville Syrjala2007-06-281-9/+8