| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/video/via: use memdup_user | Julia Lawall | 2010-05-27 | 1 | -8/+3 |
* | Merge branch 'viafb-next' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2010-05-20 | 23 | -584/+1625 |
|\ |
|
| * | viafb: move some include files to include/linux | Jonathan Corbet | 2010-05-11 | 15 | -295/+21 |
| * | viafb: Eliminate some global.h references | Jonathan Corbet | 2010-05-11 | 2 | -2/+3 |
| * | viafb: get rid of i2c debug cruft | Jonathan Corbet | 2010-05-11 | 1 | -4/+2 |
| * | viafb: fold via_io.h into via-core.h | Jonathan Corbet | 2010-05-11 | 7 | -78/+53 |
| * | viafb: Fix initialization error paths | Jonathan Corbet | 2010-05-07 | 1 | -11/+24 |
| * | viafb: Do not remove gpiochip under spinlock | Jonathan Corbet | 2010-05-07 | 1 | -3/+2 |
| * | viafb: make procfs entries optional | Florian Tobias Schandinat | 2010-05-07 | 1 | -0/+8 |
| * | viafb: fix proc entry removal | Florian Tobias Schandinat | 2010-05-07 | 1 | -6/+7 |
| * | viafb: improve misc register handling | Florian Tobias Schandinat | 2010-05-07 | 3 | -21/+17 |
| * | viafb: replace inb/outb | Florian Tobias Schandinat | 2010-05-07 | 1 | -15/+7 |
| * | viafb: move some modesetting functions to a seperate file | Florian Tobias Schandinat | 2010-05-07 | 5 | -102/+166 |
| * | viafb: unify modesetting functions | Florian Tobias Schandinat | 2010-05-07 | 3 | -45/+46 |
| * | viafb: Reserve framebuffer memory for the upcoming camera driver | Jonathan Corbet | 2010-05-07 | 2 | -0/+26 |
| * | viafb: Add a simple VX855 DMA engine driver | Jonathan Corbet | 2010-05-07 | 2 | -0/+261 |
| * | viafb: Add a simple interrupt management infrastructure | Jonathan Corbet | 2010-05-07 | 2 | -1/+107 |
| * | via: Rationalize vt1636 detection | Jonathan Corbet | 2010-05-07 | 1 | -13/+7 |
| * | viafb: Introduce viafb_find_i2c_adapter() | Jonathan Corbet | 2010-05-07 | 2 | -0/+14 |
| * | via: Do not attempt I/O on inactive I2C adapters | Jonathan Corbet | 2010-05-07 | 2 | -4/+11 |
| * | viafb: Turn GPIO and i2c into proper platform devices | Jonathan Corbet | 2010-05-07 | 6 | -41/+140 |
| * | viafb: Convert GPIO and i2c to the new indexed port ops | Jonathan Corbet | 2010-05-07 | 4 | -26/+38 |
| * | viafb: package often used basic io functions | Florian Tobias Schandinat | 2010-05-07 | 3 | -25/+63 |
| * | viafb: add a driver for GPIO lines | Jonathan Corbet | 2010-05-07 | 4 | -1/+294 |
| * | viafb: Separate global and fb-specific data | Jonathan Corbet | 2010-05-07 | 12 | -185/+265 |
| * | viafb: Move core stuff into via-core.c | Jonathan Corbet | 2010-05-07 | 10 | -132/+242 |
| * | viafb: Only establish i2c busses on ports that always had them | Jonathan Corbet | 2010-04-27 | 2 | -6/+14 |
| * | suppress verbose debug messages: change printk() to DEBUG_MSG() | Paul Fox | 2010-04-27 | 1 | -2/+2 |
| * | viafb: rework the I2C support in the VIA framebuffer driver | Harald Welte | 2010-04-27 | 8 | -134/+182 |
| * | viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5 | Chris Ball | 2010-04-20 | 6 | -1/+34 |
| * | viafb: complete support for VX800/VX855 accelerated framebuffer | Jonathan Corbet | 2010-04-20 | 2 | -9/+73 |
| * | viafb: Determine type of 2D engine and store it in chip_info | Harald Welte | 2010-04-20 | 2 | -0/+23 |
| * | viafb: Unify duplicated set_bpp() code | Jonathan Corbet | 2010-04-20 | 1 | -45/+33 |
| * | viafb: Retain GEMODE reserved bits | Jonathan Corbet | 2010-04-20 | 1 | -16/+33 |
| * | viafb: Unmap the frame buffer on initialization error | Jonathan Corbet | 2010-04-20 | 1 | -1/+3 |
| * | viafb: use proper pci config API | Harald Welte | 2010-04-20 | 3 | -26/+44 |
| * | viafb: Fix various resource leaks during module_init() | Harald Welte | 2010-04-20 | 1 | -13/+39 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | drivers/video/via: fix continuation line formats | Joe Perches | 2010-03-12 | 2 | -10/+10 |
* | viafb: support color depth 15 and 30 | Florian Tobias Schandinat | 2010-03-12 | 2 | -18/+34 |
* | viafb: rework color setting | Florian Tobias Schandinat | 2010-03-12 | 3 | -216/+51 |
* | viafb: some virtual_xres handling fixes | Florian Tobias Schandinat | 2010-03-12 | 1 | -8/+4 |
* | viafb: rework color checking | Florian Tobias Schandinat | 2010-03-12 | 2 | -35/+56 |
* | viafb: make some variables a bit less global | Florian Tobias Schandinat | 2010-03-12 | 5 | -12/+7 |
* | viafb: remove dead code due to IGA1_IGA2 | Florian Tobias Schandinat | 2010-03-12 | 3 | -574/+11 |
* | viafb: split color mode setting up | Florian Tobias Schandinat | 2010-03-12 | 3 | -35/+53 |
* | viafb: introduce strict parameter checking | Florian Tobias Schandinat | 2010-03-12 | 1 | -29/+38 |
* | viafb: make viafb_set_par more dual framebuffer compatible | Florian Tobias Schandinat | 2010-03-12 | 1 | -5/+15 |
* | viafb: video address setting revisited | Florian Tobias Schandinat | 2010-03-12 | 2 | -10/+15 |
* | viafb: reorder initialization for dual framebuffer mode | Florian Tobias Schandinat | 2010-03-12 | 1 | -3/+3 |