summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-05-27applicom: dereferencing NULL on error pathDan Carpenter1-1/+0
2014-05-27misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl()Christian Engelmayer1-1/+1
2014-05-27mcb: Add support for shared PCI IRQsJohannes Thumshirn2-6/+31
2014-05-27drivers: Remove duplicate conditionally included subdirsGeert Uytterhoeven1-2/+0
2014-05-27misc: atmel_pwm: only build for supported platformsArnd Bergmann1-1/+2
2014-05-27mei: me: move probe quirk to cfg structureTomas Winkler4-34/+54
2014-05-27mei: add per device configurationAlexander Usyskin8-52/+144
2014-05-27mei: me: read H_CSR after asserting resetTomas Winkler1-0/+12
2014-05-27mei: me: drop harmful wait optimizationTomas Winkler1-3/+1
2014-05-27mei: me: fix hw ready reset flowTomas Winkler1-3/+6
2014-05-27mei: fix memory leak of mei_clients arrayTomas Winkler3-18/+31
2014-05-27uio: fix vma io range check in mmapBin Wang1-1/+1
2014-05-27drivers: uio_dmem_genirq: Fix memory leak in uio_dmem_genirq_probe()Daeseok Youn1-2/+2
2014-05-27w1: do not unlock unheld list_mutex in __w1_remove_master_device()Alexey Khoroshilov2-0/+6
2014-05-27w1: optional bundling of netlink kernel repliesDavid Fries3-256/+437
2014-05-27connector: allow multiple messages to be sent in one packetDavid Fries1-2/+15
2014-05-27misc: pch_phub: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-20Merge tag 'extcon-next-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman13-258/+907
2014-05-03misc: arm-charlcd: add DT probe supportRob Herring1-0/+7
2014-05-03misc: (ds1682) replace obsolete simple_strtoull() with kstrtoull()Sebastien Bourdelin1-3/+2
2014-05-03misc: genwqe: Fix format string mismatch in card_debugfs.cMasanari Iida1-2/+2
2014-05-03misc: Add hardware dependencies to Atmel driversJean Delvare1-2/+2
2014-05-03Drivers: hv: balloon: Ensure pressure reports are posted regularlyK. Y. Srinivasan1-3/+26
2014-05-03hv: Remove unnecessary comparison of unsigned against 0Tobias Klauser1-2/+1
2014-05-03Drivers: hv: vmbus: Implement per-CPU mapping of relid to channelK. Y. Srinivasan4-2/+70
2014-05-03Drivers: hv: Eliminate the channel spinlock in the callback pathK. Y. Srinivasan3-15/+23
2014-05-03mei: set connecting state just upon connection request is sent to the fwAlexander Usyskin5-7/+1
2014-05-03mei: make return values consistent across the driverAlexander Usyskin2-4/+3
2014-05-03mei: extract fw status registersAlexander Usyskin5-5/+127
2014-05-03mei: me: bump hbm version to 1.1 to support power gatingTomas Winkler1-1/+1
2014-05-03mei: txe: use runtime PG pm domain for non wakeable devicesAlexander Usyskin1-0/+49
2014-05-03mei: me: use runtime PG pm domain for non wakeable devicesTomas Winkler2-0/+53
2014-05-03mei: use runtime pm in write and read flowTomas Winkler1-13/+71
2014-05-03mei: txe: add runtime pm frameworkAlexander Usyskin2-4/+99
2014-05-03mei: me: add runtime pm frameworkTomas Winkler3-2/+100
2014-05-03mei: add function to check write queuesTomas Winkler2-0/+23
2014-05-03mei: me: add pg exit and entry flow commandsTomas Winkler4-4/+95
2014-05-03mei: expose hardware power gating state to mei layerTomas Winkler5-19/+93
2014-05-03mei: condition PGI support on HW and HBM versionTomas Winkler4-0/+67
2014-05-03mei: me: add power gating isolation register write wrappersTomas Winkler1-0/+29
2014-05-03mei: me: introduce power gating registersTomas Winkler1-0/+9
2014-05-03mei: implement power gating isolation hbm layerTomas Winkler5-0/+60
2014-04-29extcon: palmas: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-15/+20
2014-04-29extcon: gpio: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-8/+15
2014-04-29extcon: adc-jack: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-9/+12
2014-04-29extcon: arizona: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-13/+17
2014-04-29extcon: max14577: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-3/+4
2014-04-29extcon: max77693: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-5/+4
2014-04-29extcon: max8997: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-4/+3
2014-04-29extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon de...Chanwoo Choi1-12/+58