aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/aty (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-13radeonfb: fix chip definition for Radeon Xpress 200M 0x5975aherrman@arcor.de2-8/+7
2007-09-13radeonfb: fix setting of PPLL_REF_DIV for RV370 5B60.aherrman@arcor.de1-1/+2
2007-07-22Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds3-4/+4
2007-07-20[SPARC]: Fix serial console device detection.David S. Miller1-4/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-17radeonfb: the pseudo_palette is only 16 elements longAntonino A. Daplas1-1/+1
2007-07-17atyfb: the pseudo_palette is only 16 elements longAntonino A. Daplas1-1/+1
2007-07-17radeonfb: Add support for Radeon Xpress 200M (RS485)Stephan Wolf2-0/+3
2007-07-16backlight: Convert from struct class_device to struct deviceRichard Purdie3-4/+4
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+6
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+0
2007-06-28atyfb: Fix XCLK frequency on Apple iBook1Ville Syrjala1-9/+8
2007-05-08[ATYFB]: Fix sparc includes.David S. Miller2-2/+2
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds3-9/+10
2007-05-08atyfb: halve XCLK with Mobility and 32bit memoryVille Syrjala1-0/+3
2007-05-08atyfb: reorganize clock initVille Syrjala1-14/+18
2007-05-08atyfb: increase SPLL delayVille Syrjala1-5/+3
2007-05-08radeonfb: Add support for Radeon xpress 200mjohan henriksson4-6/+15
2007-05-08atyfb: kill dead codeAntonino A. Daplas1-0/+2
2007-05-08aty128fb: fix blankingWitold Filipczyk1-9/+20
2007-05-08Merge branch 'linux-2.6'Paul Mackerras1-1/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell3-9/+10
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras4-18/+20
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras3-11/+10
2007-04-26[ATYFB]: Use pci_device_to_OF_node() in sparc.David S. Miller1-3/+3
2007-04-26[RADEON]: Probe clocks and monitor using OF properties on sparc.David S. Miller3-15/+17
2007-04-13[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell3-10/+11
2007-04-13[POWERPC] get_property returns constStephen Rothwell1-1/+1
2007-03-06[PATCH] atyfb: fix kconfig error part 2Randy Dunlap1-1/+2
2007-03-05Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds3-3/+29
2007-03-05[PATCH] video/aty/mach64_ct.c: fix bogus delay loopDavid Miller1-2/+1
2007-03-05[PATCH] atyfb: Fix kconfig errorAntonino A. Daplas1-1/+2
2007-03-05backlight: Allow enable/disable of fb backlights, fixing regressionsRichard Purdie3-3/+29
2007-03-02[RADEON]: Fix blanking return value.David S. Miller1-2/+1
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie3-31/+25
2007-02-20backlight: Clean up pmac_backlight handlingRichard Purdie3-49/+4
2007-02-20backlight: Rework backlight/fb interaction simplifying, lotsRichard Purdie4-103/+33
2007-02-20backlight: Remove unneeded backlight update_status callsRichard Purdie2-26/+0
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie3-13/+3
2007-02-20backlight: Remove unneeded owner fieldRichard Purdie3-3/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau3-3/+0
2007-02-12[PATCH] Correct apparent typo CONFIG_ATY_CT in ATY videoRobert P. J. Day1-1/+1
2007-02-12[PATCH] remove bogus con_is_present() prototypesAdrian Bunk1-2/+0
2006-12-20Pull platform-drivers into test branchLen Brown3-3/+3
2006-12-20fbdev: update after backlight argument changeJames Simmons3-3/+3
2006-12-13[PATCH] fbdev: remove references to non-existent fbmon_valid_timings()Geert Uytterhoeven1-4/+0
2006-12-10i2c: Discard the i2c algo del_bus wrappersJean Delvare1-4/+4
2006-12-08[PATCH] drivers/video/*: use kmemdup()Alexey Dobriyan1-2/+1
2006-12-08[PATCH] atyfb: Improve power managementVille Syrjala3-34/+68