summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* viacam: Don't explode if pci_find_bus() returns NULLJesper Juhl2011-09-151-0/+2
* Remove unneeded version.h include from drivers/uwb/Jesper Juhl2011-09-151-1/+0
* Remove unneeded version.h includes (and add where needed) for drivers/usb/Jesper Juhl2011-09-153-2/+1
* Remove unneeded version.h includes from drivers/target/Jesper Juhl2011-09-1516-16/+0
* Remove unneeded version.h includes from drivers/scsi/Jesper Juhl2011-09-1512-12/+0
* Remove unneeded version.h includes from drivers/block/Jesper Juhl2011-09-152-2/+0
* treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-158-9/+9
* libertas_tf: deb_defs.h: Fix typo in include guardKartik Mohta2011-09-151-1/+1
* ipw2x00: comment typo fix encryptiong to encryptionJustin P. Mattock2011-09-151-1/+1
* treewide: typo 'interrrupt' word corrections.Vitaliy Ivanov2011-09-159-16/+16
* scsi/sg: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-09-151-8/+10
* drivers/char/rtc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-09-151-4/+3
* aix94xx: Use angle brackets for system includesJoe Perches2011-09-151-1/+1
* drbd: Use angle brackets for system includesJoe Perches2011-09-152-3/+3
* isdn: Convert vmalloc/memset to vzallocJoe Perches2011-09-153-8/+5
* char: Convert vmalloc/memset to vzallocJoe Perches2011-09-152-4/+2
* drbd: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-3/+2
* atm: Convert vmalloc/memset to vzallocJoe Perches2011-09-152-7/+7
* s390: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-2/+1
* USB: serial: remove duplicate returnsDan Carpenter2011-08-102-2/+0
* Fix documentation and comment typo 'no_hz'Paul Bolle2011-08-081-1/+1
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-26794-187733/+49257
|\
| * staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register.Jonathan Cameron2011-07-181-2/+2
| * staging:iio:kfifo_buf fix double initialization of the ring device structure.Jonathan Cameron2011-07-181-2/+0
| * staging:iio:accel:lis3l02dq: fix incorrect pointer passed to spi_set_drvdata.Jonathan Cameron2011-07-181-1/+1
| * staging:iio:imu fix missing register table index for some channelsJonathan Cameron2011-07-182-23/+30
| * spectra: enable device before poking itAlan Cox2011-07-181-8/+10
| * staging: rts_pstor: Fix a miswritingwwang2011-07-181-1/+1
| * staging/lirc_bt829: Return -ENODEV when no hardware is found.Dave Jones2011-07-181-2/+2
| * staging/lirc_parallel: remove pointless prototypes.Dave Jones2011-07-181-3/+0
| * staging/lirc_parallel: fix panic on rmmodDave Jones2011-07-181-0/+3
| * staging:iio:adc:ad7476: Incorrect pointer into spi_set_drvdata.Jonathan Cameron2011-07-181-1/+1
| * Staging: zram: Fix kunmapping orderJerome Marchand2011-07-181-2/+2
| * Revert "gma500: Fix dependencies"Greg Kroah-Hartman2011-07-171-1/+1
| * gma500: Add medfield headerAlan Cox2011-07-161-0/+270
| * gma500: wire up the mrst i2c bus from chip_infoAlan Cox2011-07-151-11/+3
| * gma500: Fix DPU buildAlan Cox2011-07-152-5/+11
| * gma500: Clean up the DPU config and make it runtimeAlan Cox2011-07-1510-78/+845
| * gma500: resync with Medfield progressAlan Cox2011-07-1517-924/+917
| * gma500: Use the mrst helpers and power control for mode commitAlan Cox2011-07-153-6/+29
| * gma500@ Fix backlight range errorAlan Cox2011-07-151-7/+5
| * gma500: More Moorestown muddle meddling means MM maybe might modesetAlan Cox2011-07-153-22/+141
| * gma500: Add the Oaktrail HDMI supportAlan Cox2011-07-157-69/+1401
| * gma500: Fix cdv warning on unused variableAlan Cox2011-07-151-2/+0
| * gma500: skip getting modes via DDC on MoorestownOctavian Purdila2011-07-151-1/+2
| * gma500: fix compile warnings when CONFIG_BACKLIGHT_CLASS_DEVICE is not definedOctavian Purdila2011-07-154-30/+24
| * gma500: Make crtc count a property of the deviceAlan Cox2011-07-155-1/+45
| * gma500: remove the legacy PM methodOctavian Purdila2011-07-153-10/+9
| * gma500: allow the creation of 'stolen' memory objectsAlan Cox2011-07-152-1/+26
| * gma500: add an mmap ioctlAlan Cox2011-07-154-1/+29