summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-10-16hpet: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-10-16mei: me: add Lynx Point Wellsburg work station device idTomas Winkler2-0/+2
2013-10-16misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe1-0/+7
2013-10-05vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara2-20/+7
2013-10-05misc: mic: Enable OSPM suspend and resume support.Dasaratharaman Chandramouli4-5/+193
2013-10-03char: hwicap: Remove unnecessary dev_set_drvdata()Michal Simek1-1/+0
2013-10-03misc: bh1780: probe from compatible stringLinus Walleij1-0/+11
2013-10-03mei: amthif: mei_amthif_host_init: propagate errors from called functionsTomas Winkler1-4/+7
2013-10-03mei: revamp open handler countsTomas Winkler5-16/+20
2013-10-03mei: simplify mei_open error handlingTomas Winkler2-18/+21
2013-09-29Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman121-467/+953
2013-09-29Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds21-107/+201
2013-09-29Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-13/+10
2013-09-29Merge tag 'staging-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-14/+18
2013-09-29Merge tag 'driver-core-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+7
2013-09-29Merge tag 'char-misc-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-48/+111
2013-09-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-77/+264
2013-09-29Merge branch 'msm-fixes-3.12-rc2' of git://people.freedesktop.org/~robclark/l...Dave Airlie3-13/+4
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds4-2/+14
2013-09-28Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-15/+32
2013-09-28Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-12/+23
2013-09-28PCI: Workaround missing pci_set_master in pci driversYinghai Lu1-1/+7
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston1-0/+3
2013-09-28drm/msm: use drm_gem_dumb_destroy helperRob Clark2-8/+1
2013-09-28drm/msm: deal with mach/iommu.h removalRob Clark1-2/+2
2013-09-28drm/msm: Remove iommu include from mdp4_kms.cJoerg Roedel1-2/+0
2013-09-28drm/msm: Odd PTR_ERR usageThomas Meyer1-1/+1
2013-09-28Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie17-57/+228
2013-09-27misc: mic: depend on X86 for both host and card drivers.Sudeep Dutt1-2/+2
2013-09-27misc: mic: cleanups for "--strict" checkpatch.Ashutosh Dixit10-133/+123
2013-09-27misc: mic: header file cleanups.Sudeep Dutt14-15/+15
2013-09-27misc: mic: host driver sysfs cleanups.Sudeep Dutt1-43/+29
2013-09-27Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+10
2013-09-27Merge tag 'fbdev-fixes-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-30/+15
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee1-6/+20
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding1-2/+2
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding1-5/+7
2013-09-27i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips1-2/+0
2013-09-26Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman7-82/+96
2013-09-27Merge branch 'pm-cpufreq-fixes'Rafael J. Wysocki3-1/+8
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi7-10/+19
2013-09-27extcon: Change field type of 'dev' in extcon_dev structureChanwoo Choi2-30/+24
2013-09-27extcon: arizona: Don't require micbias to be shifted in pdataCharles Keepax1-4/+5
2013-09-27extcon: arizona: Correct typo in headphone detect range transitionsCharles Keepax1-2/+2
2013-09-27extcon: gpio: Add support for active-low presence to detect pinsGuenter Roeck1-0/+4
2013-09-27extcon: use dev_get_platdata()Jingoo Han3-3/+3
2013-09-27extcon: gpio: Use gpio driver/chip debounce if supportedGuenter Roeck1-1/+7
2013-09-27extcon: gpio: Do not unnecessarily initialize variablesGuenter Roeck1-1/+1
2013-09-27extcon: Remove casting the return value which is a void pointerJingoo Han1-4/+4
2013-09-27extcon: Fix indentation coding style to improve readabilityChanwoo Choi2-23/+23