| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up trivial spelling errors ('taht' -> 'that') | Linus Torvalds | 2010-07-21 | 1 | -1/+1 |
* | Fix colors for Mach64 | Mikulas Patocka | 2010-06-02 | 1 | -3/+6 |
* | fbdev: move FBIO_WAITFORVSYNC to linux/fb.h | Grazvydas Ignotas | 2010-05-25 | 1 | -4/+0 |
* | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 2010-05-21 | 1 | -2/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 4 | -2/+4 |
* | backlight: Allow properties to be passed at registration | Matthew Garrett | 2010-03-16 | 3 | -6/+15 |
* | of: add 'of_' prefix to machine_is_compatible() | Grant Likely | 2010-02-09 | 3 | -14/+14 |
* | Merge commit 'v2.6.33-rc5' into secretlab/test-devicetree | Grant Likely | 2010-01-28 | 1 | -2/+2 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -2/+2 |
* | | of: unify phandle name in struct device_node | Grant Likely | 2010-01-28 | 1 | -1/+1 |
|/ |
|
* | atyfb: coding style cleanup | Ville Syrjala | 2009-09-23 | 1 | -371/+458 |
* | atyfb: fix alignment for block writes | Ville Syrjala | 2009-06-30 | 3 | -14/+46 |
* | atyfb: fix HP OmniBook 500 reboot hang | Ville Syrjala | 2009-06-30 | 2 | -9/+82 |
* | radeon: P2G2CLK_ALWAYS_ONb tested twice, should 2nd be P2G2CLK_DAC_ALWAYS_ONb? | Roel Kluin | 2009-06-16 | 1 | -2/+1 |
* | module_param: invbool should take a 'bool', not an 'int' | Rusty Russell | 2009-06-12 | 1 | -1/+1 |
* | drivers/video/aty/radeon_base.c: fix typo in comment | Paul Menzel | 2009-04-13 | 1 | -2/+2 |
* | atyfb: speed up Mach64 cursor | Krzysztof Helt | 2009-04-01 | 1 | -8/+7 |
* | fb: hide hardware cursor in graphics mode (Mach64) | Krzysztof Helt | 2009-04-01 | 1 | -1/+2 |
* | radeonfb: suspend/resume for ATI Mobility Radeon RV350 | Wolfgang Kroener | 2009-04-01 | 1 | -0/+3 |
* | radeonfb: Use __pci_complete_power_transition() | Rafael J. Wysocki | 2009-03-30 | 1 | -1/+1 |
* | radeonfb: Whack the PCI PM register until it sticks | Benjamin Herrenschmidt | 2009-03-22 | 1 | -0/+24 |
* | radeonfb/aty128fb: Disable broken early resume hook for PowerBooks | Benjamin Herrenschmidt | 2009-03-11 | 2 | -2/+18 |
* | atyfb: remove unused local variable `pwr_command' | Yang Hongyang | 2009-02-20 | 1 | -1/+0 |
* | radeonfb: Fix resume from D3Cold on some platforms | Benjamin Herrenschmidt | 2009-02-08 | 2 | -67/+20 |
* | aty128fb: Properly save PCI state before changing PCI PM level | Benjamin Herrenschmidt | 2009-02-08 | 1 | -10/+15 |
* | atyfb: Properly save PCI state before changing PCI PM level | Benjamin Herrenschmidt | 2009-02-08 | 1 | -5/+15 |
* | atyfb: fix CONFIG_ namespace violations | Randy Dunlap | 2009-02-05 | 4 | -29/+29 |
* | fbdev/atyfb: Fix DSP config on some PowerMacs & PowerBooks | Risto Suominen | 2009-02-02 | 1 | -0/+11 |
* | i2c: Delete many unused adapter IDs | Jean Delvare | 2009-01-26 | 1 | -1/+0 |
* | pci: use pci_ioremap_bar() in drivers/video | Arjan van de Ven | 2009-01-06 | 1 | -1/+1 |
* | Revert "radeonfb: accelerate imageblit and other improvements" | Linus Torvalds | 2008-12-10 | 5 | -267/+122 |
* | radeonfb: Disable new color expand acceleration unless explicitely enabled | Benjamin Herrenschmidt | 2008-12-09 | 3 | -1/+10 |
* | radeonfb: fix problem with color expansion & alignment | Benjamin Herrenschmidt | 2008-12-01 | 2 | -9/+30 |
* | radeonfb: accelerate imageblit and other improvements | Benjamin Herrenschmidt | 2008-10-16 | 5 | -122/+237 |
* | radeonfb: misc cleanup of engine and dst cache handling | Benjamin Herrenschmidt | 2008-10-16 | 3 | -30/+38 |
* | radeonfb: revert "Fix radeon DDC regression" | Jean Delvare | 2008-10-16 | 1 | -4/+0 |
* | radeonfb: fix accel engine hangs | David Miller | 2008-08-12 | 1 | -0/+8 |
* | atyfb_base.c: fix warning | Alexander Beregalov | 2008-08-05 | 1 | -14/+15 |
* | radeonfb: give i2c buses nicer names | Jean Delvare | 2008-08-05 | 1 | -1/+2 |
* | radeon: misc corrections | David Miller | 2008-08-05 | 1 | -2/+2 |
* | aty: use memory_read_from_buffer() | Akinobu Mita | 2008-07-24 | 1 | -9/+1 |
* | atyfb: fix a cast | Ville Syrjala | 2008-07-24 | 1 | -1/+1 |
* | atyfb: report probe errors | Ville Syrjala | 2008-07-24 | 1 | -5/+10 |
* | atyfb: use a PCI device ID table | Ville Syrjala | 2008-07-24 | 1 | -18/+55 |
* | atyfb: correct_chipset() can fail | Ville Syrjala | 2008-07-24 | 1 | -1/+3 |
* | atyfb: remove dead code | Olaf Hering | 2008-07-24 | 1 | -4/+2 |
* | aty128fb: test below 0 on unsigned pll->post_divider | Roel Kluin | 2008-07-24 | 1 | -4/+2 |
* | drivers/video/aty/radeon_base.c: notify user if sysfs_create_bin_file() failed | Tony Breeds | 2008-07-24 | 1 | -2/+8 |
* | driver core: remove DEVICE_NAME_SIZE define | Kay Sievers | 2008-07-21 | 2 | -2/+2 |
* | fbdev: fix integer as NULL pointer warning | Harvey Harrison | 2008-05-23 | 2 | -3/+3 |