summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-01-17Drivers: hv: Turn off batched reading for util driversK. Y. Srinivasan1-0/+10
2013-01-17Drivers: hv: Add state to manage batched readingK. Y. Srinivasan1-0/+7
2013-01-17Drivers: hv: Implement routines for read side signaling optimizationK. Y. Srinivasan2-0/+28
2013-01-17hv: hv_balloon: remove duplicated include from hv_balloon.cWei Yongjun1-1/+0
2013-01-17misc: lattice-ecp3-config.c: remove __dev* markingsGreg Kroah-Hartman1-4/+4
2013-01-17misc: Add Lattice ECP3 FPGA configuration via SPIStefan Roese3-0/+255
2013-01-17misc: st_core: Error triggered by convert "char" to "int"channing1-1/+2
2013-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-19/+12
2013-01-17Merge tag 'pm+acpi-for-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-46/+8
2013-01-17mfd, TWL4030: TWL4030 need select REGMAP_I2CChuansheng Liu1-0/+1
2013-01-17drivers/base/cpu.c: Fix typo in commentRalf Baechle1-1/+1
2013-01-16Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+8
2013-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-10/+28
2013-01-16Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-0/+6
2013-01-16firmware: make sure the fw file size is not 0Luciano Coelho1-1/+1
2013-01-16s390/chsc: fix SEI usageSebastian Ott1-19/+12
2013-01-16w1_therm: Retries: remove old code add CRCDavid Stevenson1-19/+6
2013-01-16drivers/w1/masters/mxc_w1.c: use devm_ functionsJulia Lawall1-39/+10
2013-01-16drivers/w1/masters/ds1wm.c: use devm_ functionsJulia Lawall1-34/+18
2013-01-16Merge tag 'extcon-for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Greg Kroah-Hartman979-6373/+6721
2013-01-16ipack/devices/ipoctal: added shutdown callbackSamuel Iglesias Gonsalvez1-0/+17
2013-01-16ipack/devices/ipoctal: add rx_enable flagSamuel Iglesias Gonsalvez1-2/+8
2013-01-16ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()Samuel Iglesias Gonsalvez1-1/+0
2013-01-16ipack/devices/ipoctal: protect the channel data processing with a spinlockSamuel Iglesias Gonsalvez1-0/+3
2013-01-16ipack/devices/ipoctal: ack IRQ before processing itSamuel Iglesias Gonsalvez1-4/+4
2013-01-16ipack/devices/ipoctal: avoid re-enable RX two times.Samuel Iglesias Gonsalvez1-6/+4
2013-01-16ipack/devices/ipoctal: rework disable TX when the TX buffer is emptySamuel Iglesias Gonsalvez1-11/+7
2013-01-16ipack/devices/ipoctal: setup TTY_NORMAL flag for each character.Samuel Iglesias Gonsalvez1-1/+2
2013-01-16ipack/devices/ipoctal: remove wait_queue and atomic_t board_writeSamuel Iglesias Gonsalvez1-16/+3
2013-01-16ipack/devices/ipoctal: fix kernel bug when using pppdSamuel Iglesias Gonsalvez1-19/+2
2013-01-16ipack/devices/ipoctal: don't check if nb_bytes is < 0Alberto Garcia1-3/+1
2013-01-16ipack/devices/ipoctal: Fix race condition during TxAlberto Garcia1-7/+4
2013-01-15cpuidle: remove the power_specified field in the driverDaniel Lezcano3-44/+6
2013-01-15mfd: wm5102: Add microphone clamp control registersMark Brown1-0/+7
2013-01-15extcon: arizona: Support direct microphone measurement via HPDETMark Brown1-5/+45
2013-01-15extcon: arizona: Support HPDET based accessory identificationMark Brown1-12/+147
2013-01-15extcon: Simple code motion supporting future work.Mark Brown1-60/+60
2013-01-15extcon: arizona: Enable basic headphone identificationMark Brown2-21/+323
2013-01-15extcon: arizona: Support use of GPIO5 as an input to jack detectionMark Brown1-18/+58
2013-01-15extcon: arizona: Use microphone clamp function if availableMark Brown1-0/+19
2013-01-15extcon: arizona: Allow configuration of MICBIAS rise timeMark Brown1-0/+6
2013-01-15extcon: arizona: Only set GPIO if it has been requestedMark Brown1-2/+3
2013-01-15extcon: arizona: Remove duplicate mic ramp configurationMark Brown1-2/+0
2013-01-15extcon: arizona: Convert to devm_input_allocate_device()Mark Brown1-3/+1
2013-01-15extcon: max77693: Add support Dock-Smart device for desktop modeChanwoo Choi1-62/+138
2013-01-15extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cableChanwoo Choi1-0/+20
2013-01-15extcon: max77693: Set default uart/usb path by using platform dataChanwoo Choi1-0/+24
2013-01-15extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interruptChanwoo Choi2-4/+6
2013-01-15extcon: max77693: Check the state/type of cable after boot completedChanwoo Choi1-3/+34
2013-01-15extcon: max77693: Add support dock device and buttonsChanwoo Choi1-39/+216