Age | Commit message (Expand) | Author | Files | Lines |
2013-01-04 | Drivers: video: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -25/+24 |
2012-01-13 | drivers/video/nvidia/nvidia.c: fix warning | Andrew Morton | 1 | -3/+3 |
2011-03-23 | backlight: add backlight type | Matthew Garrett | 1 | -0/+1 |
2011-01-26 | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 1 | -4/+4 |
2010-11-16 | backlight: constify backlight_ops | Lionel Debroux | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 3 | -0/+3 |
2010-03-16 | backlight: Allow properties to be passed at registration | Matthew Garrett | 1 | -2/+5 |
2009-06-23 | nvidiafb: fix boot-time printk string | Mikael Pettersson | 1 | -2/+1 |
2009-04-03 | fb: nvidiafb recognizes geforcego 7300 chip as mobile | Sergey Senozhatsky | 1 | -0/+1 |
2009-04-01 | nvidiafb: remove open_lock mutex | Alessio Igor Bogani | 2 | -9/+0 |
2009-01-26 | i2c: Delete many unused adapter IDs | Jean Delvare | 1 | -1/+0 |
2009-01-07 | nvidia: fix sparse warnings | Hannes Eder | 1 | -4/+8 |
2008-04-28 | video: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -3/+3 |
2008-04-28 | fbdev: nv: fix sparse noise | Alexey Dobriyan | 2 | -4/+4 |
2008-04-28 | fbdev: nv: drop useless MODULE ifdefs | Alexey Dobriyan | 1 | -3/+0 |
2008-02-23 | PM: Introduce PM_EVENT_HIBERNATE callback state | Rafael J. Wysocki | 1 | -1/+1 |
2008-02-06 | fb: nvidiafb: Try harder at initial mode setting. | Paul Mundt | 1 | -2/+20 |
2007-10-16 | nvidiafb: Correctly assign the i2c class with the port reversal | Antonino A. Daplas | 1 | -2/+4 |
2007-10-16 | nvidiafb: Add boot option to reverse i2c port assignment | Antonino A. Daplas | 3 | -4/+11 |
2007-07-22 | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight | Linus Torvalds | 1 | -1/+1 |
2007-07-17 | nvidiafb: Add proper support for Geforce 7600 chipset | Antonino A. Daplas | 4 | -28/+54 |
2007-07-17 | nvidiafb: adjust flags to take advantage of new scroll method | Antonino A. Daplas | 1 | -0/+2 |
2007-07-16 | backlight: Convert from struct class_device to struct device | Richard Purdie | 1 | -1/+1 |
2007-05-11 | nvidiafb: Enable debugging messages a Kconfig option | Jean Delvare | 1 | -1/+0 |
2007-05-11 | fbdev: geforce 7300 cleanup | Michal Piotrowski | 1 | -1/+3 |
2007-05-09 | frame buffer: geforce 7300 gt | Michal Piotrowski | 2 | -2/+6 |
2007-05-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 1 | -4/+4 |
2007-05-08 | nvidiafb: fix return value of nvidiafb_open() | Antonino A. Daplas | 1 | -1/+1 |
2007-05-08 | nvidiafb: prevent triggering of softlockup | Dave Jones | 2 | -32/+48 |
2007-05-08 | nvidiafb/rivafb: switch to pci_get refcounting | Alan Cox | 2 | -7/+11 |
2007-05-08 | nvidiafb: fix sparse warning | Antonino A. Daplas | 1 | -1/+1 |
2007-05-08 | nvidiafb: VGA state save and restore | Antonino A. Daplas | 2 | -1/+79 |
2007-05-08 | nvidiafb: access CRT registers safely | Antonino A. Daplas | 1 | -12/+6 |
2007-05-08 | nvidiafb: ensure that CRTC registers are accessible | Antonino A. Daplas | 1 | -3/+4 |
2007-05-08 | rivafb/nvidiafb: Various cleanups | Jean Delvare | 2 | -15/+7 |
2007-05-08 | rivafb/nvidiafb: Enable hardware monitoring | Jean Delvare | 1 | -4/+6 |
2007-05-08 | nvidiafb: Fix reversed DDC port | Petr Vandrovec | 1 | -2/+2 |
2007-05-08 | nvidiafb: bring back generic ddc reading | Antonino A. Daplas | 1 | -42/+2 |
2007-05-02 | [POWERPC] Rename get_property to of_get_property: drivers | Stephen Rothwell | 1 | -4/+4 |
2007-03-06 | [PATCH] nvidiafb backlight: Fix implicit declaration in nv_backlight | Dave Jones | 1 | -0/+5 |
2007-03-05 | backlight: Allow enable/disable of fb backlights, fixing regressions | Richard Purdie | 1 | -1/+11 |
2007-03-05 | backlight: Fix nvidia backlight initial brightness | Richard Purdie | 1 | -3/+1 |
2007-02-20 | backlight: Separate backlight properties from backlight ops pointers | Richard Purdie | 1 | -9/+9 |
2007-02-20 | backlight: Clean up pmac_backlight handling | Richard Purdie | 1 | -23/+2 |
2007-02-20 | backlight: Rework backlight/fb interaction simplifying, lots | Richard Purdie | 2 | -33/+10 |
2007-02-20 | backlight: Remove uneeded nvidia set_power calls | Richard Purdie | 3 | -16/+0 |
2007-02-20 | backlight: Fix external uses of backlight internal semaphore | Richard Purdie | 1 | -5/+1 |
2007-02-20 | backlight: Remove unneeded owner field | Richard Purdie | 1 | -1/+0 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2 | -2/+0 |
2007-02-12 | [PATCH] fbdev modedb: make more pointer parameters const | Geert Uytterhoeven | 1 | -4/+4 |