summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'viafb-next' of git://git.lwn.net/linux-2.6Linus Torvalds2010-05-2024-584/+1641
|\
| * viafb: move some include files to include/linuxJonathan Corbet2010-05-1215-295/+21
| * viafb: Eliminate some global.h referencesJonathan Corbet2010-05-122-2/+3
| * viafb: get rid of i2c debug cruftJonathan Corbet2010-05-121-4/+2
| * viafb: fold via_io.h into via-core.hJonathan Corbet2010-05-127-78/+53
| * viafb: Fix initialization error pathsJonathan Corbet2010-05-081-11/+24
| * viafb: Do not remove gpiochip under spinlockJonathan Corbet2010-05-081-3/+2
| * viafb: make procfs entries optionalFlorian Tobias Schandinat2010-05-082-0/+22
| * viafb: fix proc entry removalFlorian Tobias Schandinat2010-05-081-6/+7
| * viafb: improve misc register handlingFlorian Tobias Schandinat2010-05-083-21/+17
| * viafb: replace inb/outbFlorian Tobias Schandinat2010-05-081-15/+7
| * viafb: move some modesetting functions to a seperate fileFlorian Tobias Schandinat2010-05-085-102/+166
| * viafb: unify modesetting functionsFlorian Tobias Schandinat2010-05-083-45/+46
| * viafb: Reserve framebuffer memory for the upcoming camera driverJonathan Corbet2010-05-082-0/+26
| * viafb: Add a simple VX855 DMA engine driverJonathan Corbet2010-05-082-0/+261
| * viafb: Add a simple interrupt management infrastructureJonathan Corbet2010-05-082-1/+107
| * via: Rationalize vt1636 detectionJonathan Corbet2010-05-081-13/+7
| * viafb: Introduce viafb_find_i2c_adapter()Jonathan Corbet2010-05-082-0/+14
| * via: Do not attempt I/O on inactive I2C adaptersJonathan Corbet2010-05-082-4/+11
| * viafb: Turn GPIO and i2c into proper platform devicesJonathan Corbet2010-05-086-41/+140
| * viafb: Convert GPIO and i2c to the new indexed port opsJonathan Corbet2010-05-084-26/+38
| * viafb: package often used basic io functionsFlorian Tobias Schandinat2010-05-083-25/+63
| * viafb: add a driver for GPIO linesJonathan Corbet2010-05-085-1/+296
| * viafb: Separate global and fb-specific dataJonathan Corbet2010-05-0812-185/+265
| * viafb: Move core stuff into via-core.cJonathan Corbet2010-05-0810-132/+242
| * viafb: Only establish i2c busses on ports that always had themJonathan Corbet2010-04-272-6/+14
| * suppress verbose debug messages: change printk() to DEBUG_MSG()Paul Fox2010-04-271-2/+2
| * viafb: rework the I2C support in the VIA framebuffer driverHarald Welte2010-04-278-134/+182
| * viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5Chris Ball2010-04-206-1/+34
| * viafb: complete support for VX800/VX855 accelerated framebufferJonathan Corbet2010-04-202-9/+73
| * viafb: Determine type of 2D engine and store it in chip_infoHarald Welte2010-04-202-0/+23
| * viafb: Unify duplicated set_bpp() codeJonathan Corbet2010-04-201-45/+33
| * viafb: Retain GEMODE reserved bitsJonathan Corbet2010-04-201-16/+33
| * viafb: Unmap the frame buffer on initialization errorJonathan Corbet2010-04-201-1/+3
| * viafb: use proper pci config APIHarald Welte2010-04-203-26/+44
| * viafb: Fix various resource leaks during module_init()Harald Welte2010-04-201-13/+39
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-2035-1210/+3859
|\ \
| * | Input: psmouse - small formatting changes to better follow coding styleDmitry Torokhov2010-05-194-95/+100
| * | Input: synaptics - set dimensions as reported by firmwareDmitry Torokhov2010-05-192-11/+27
| * | Input: elantech - relax signature checksDmitry Torokhov2010-05-191-1/+19
| * | Input: elantech - enforce common prefix on messagesDmitry Torokhov2010-05-191-35/+32
| * | Input: wistron_btns - switch to using kmemdup()Julia Lawall2010-05-191-2/+2
| * | Input: usbtouchscreen - switch to using kmemdup()Julia Lawall2010-05-191-3/+2
| * | Input: do not force selecting i8042 on MoorestownJacob Pan2010-05-192-2/+2
| * | Input: 88pm860x_onkey - remove invalid irq number assignmentHaojian Zhuang2010-05-191-1/+0
| * | Input: i8042 - add a PNP entry to the aux device listMatthew Garrett2010-05-191-0/+1
| * | Input: i8042 - add some extra PNP keyboard typesMatthew Garrett2010-05-191-0/+13
| * | Input: wm9712 - fix wm97xx_set_gpio() logicManuel Lauss2010-05-191-1/+1
| * | Merge commit 'v2.6.34' into nextDmitry Torokhov2010-05-19366-2482/+6478
| |\ \
| * | | Input: add keypad driver for keys interfaced to TCA6416Sriramakrishnan Govindarajan2010-05-043-0/+366