summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Blackfin SPI Driver: drop bogus cast and touchup dma labelMike Frysinger2009-04-071-2/+2
* | | Blackfin SPI Driver: unify duplicated code in dma read/write pathsMike Frysinger2009-04-071-26/+21
* | | Blackfin SPI Driver: pass DMA overflow error to the higher levelMike Frysinger2009-04-071-5/+11
* | | Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes ...Mike Frysinger2009-04-071-3/+3
* | | Blackfin SPI Driver: remove useless <asm/cplbinit.h>Mike Frysinger2009-04-071-3/+0
* | | Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculationMichael Hennerich2009-04-071-0/+3
* | | Blackfin SPI Driver: ensure cache coherency before doing DMAVitja Makarov2009-04-071-3/+20
* | | hwmon: add support for GMT G760A fan speed PWM controllerHerbert Valerio Riedel2009-04-073-0/+283
* | | esp: fix section mismatch warningRandy Dunlap2009-04-071-1/+1
* | | PCI: Fix oops in pci_vpd_truncateAnton Vorontsov2009-04-071-1/+2
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2009-04-074-22/+54
|\ \ \
| * | | powerpc/pmac: Fix internal modem IRQ on Wallstreet PowerBookBenjamin Herrenschmidt2009-04-071-0/+15
| * | | powerpc/wdrtas: Update wdrtas_get_interval to use rtas_data_bufMark Nelson2009-04-071-2/+11
| * | | Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Paul Mackerras2009-04-072-20/+28
| |\ \ \ | | |_|/ | |/| |
| | * | fsl-diu-fb: Pass the proper device for dma mapping routinesAnton Vorontsov2009-04-061-13/+21
| | * | cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console.Scott Wood2009-04-061-4/+4
| | * | cpm_uart: Initialize port.dev before it's used.Scott Wood2009-04-061-3/+3
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-04-07180-3019/+18296
|\ \ \ \
| * | | | cx231xx: Convert to snd_card_create()Mauro Carvalho Chehab2009-04-071-3/+4
| * | | | V4L/DVB (11440): PWC: fix build error when CONFIG_INPUT=mRandy Dunlap2009-04-071-1/+1
| * | | | V4L/DVB (11439): UVC: uvc_status_cleanup(): undefined reference to `input_unr...Randy Dunlap2009-04-071-1/+1
| * | | | V4L/DVB (11438): au0828: fix Kconfig dependanceAlexander Beregalov2009-04-071-0/+1
| * | | | V4L/DVB (11437): pvrusb2: Drop client_register/unregister stubsJean Delvare2009-04-071-12/+0
| * | | | V4L/DVB (11436): radio-mr800: convert to to v4l2_deviceAlexey Klimov2009-04-071-54/+31
| * | | | V4L/DVB (11435): dsbr100 radio: convert to to v4l2_deviceAlexey Klimov2009-04-071-52/+36
| * | | | V4L/DVB: zr364xx: remove unused #include <version.h>Huang Weiyi2009-04-071-1/+0
| * | | | V4L/DVB: usbvision: remove unused #include <version.h>Huang Weiyi2009-04-071-1/+0
| * | | | V4L/DVB (11427): gspca - m5602: Minor cleanupsErik Andr?n2009-04-071-17/+1
| * | | | V4L/DVB (11426): gspca - m5602: Don't touch hflip/vflip register on Read/Modi...Erik Andr?n2009-04-071-13/+3
| * | | | V4L/DVB (11425): gspca - m5602: Move the vflip quirk to probe stage.Erik Andr?n2009-04-072-21/+46
| * | | | V4L/DVB (11424): gspca - m5602-ov9650: Use the local ctrl cache. Adjust image...Erik Andr?n2009-04-071-96/+93
| * | | | V4L/DVB (11423): gspca - m5602-ov9650: Add a disconnect hook, setup a ctrl ca...Erik Andr?n2009-04-075-9/+54
| * | | | V4L/DVB (11422): gspca - m5602-ov9650: Replace a magic constant with a defineErik Andr?n2009-04-071-1/+1
| * | | | V4L/DVB (11421): gspca - m5602-ov9650: Synthesize modesetting.Erik Andr?n2009-04-073-128/+76
| * | | | V4L/DVB (11420): gspca - m5602: Improve error handling in the ov9650 driverErik Andr?n2009-04-071-5/+17
| * | | | V4L/DVB (11419): gspca - m5602-ov9650: Don't read exposure data from COM1.Erik Andr?n2009-04-072-8/+3
| * | | | V4L/DVB (11418): gspca - m5602-ov9650: Auto white balancing is on by defaultErik Andr?n2009-04-071-1/+1
| * | | | V4L/DVB (11417): gspca - m5602-ov9650: Autogain is on by defaultErik Andr?n2009-04-071-1/+1
| * | | | V4L/DVB (11416): gspca - m5602: Constify all sensor structsErik Andr?n2009-04-075-6/+5
| * | | | V4L/DVB (11415): gspca - m5602: Remove an unused member in the sd struct.Erik Andr?n2009-04-072-6/+0
| * | | | V4L/DVB (11414): gspca - m5602-mt9m111: Move v4l2 controls to main sensor file.Erik Andr?n2009-04-0711-361/+353
| * | | | V4L/DVB (11413): gspca - m5602-mt9m111: Separate mode vectors per sensor.Erik Andr?n2009-04-0711-121/+113
| * | | | V4L/DVB (11412): gspca - m5602-ov9650: Checkpatch fixesErik Andr?n2009-04-071-8/+13
| * | | | V4L/DVB (11411): gspca - m5602: Rework v4l ctrl handling in all sensorsErik Andr?n2009-04-0713-85/+75
| * | | | V4L/DVB (11410): gspca - m5602-ov9650: Always init the ov9650 before starting...Erik Andr?n2009-04-071-0/+5
| * | | | V4L/DVB (11409): gspca - m5602-ov9650: Set the ov9650 sensor in soft sleep wh...Erik Andr?n2009-04-072-8/+31
| * | | | V4L/DVB (11408): gspca - m5602-s5k83a: Add led support to the s5k83a sensor.Lukas Karas2009-04-074-3/+45
| * | | | V4L/DVB (11407): gspca - m5602-ov9650: Clean up ov9650_start() function.Erik Andr?n2009-04-071-20/+25
| * | | | V4L/DVB (11406): gspca - m5602-ov9650: Add QCIF resolution supportErik Andr?n2009-04-072-1/+46
| * | | | V4L/DVB (11405): gspca - m5602: Simplify error handlingErik Andr?n2009-04-076-91/+73