summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mei: fix memory leak of mei_clients arrayTomas Winkler2014-05-273-18/+31
* uio: fix vma io range check in mmapBin Wang2014-05-271-1/+1
* drivers: uio_dmem_genirq: Fix memory leak in uio_dmem_genirq_probe()Daeseok Youn2014-05-271-2/+2
* w1: do not unlock unheld list_mutex in __w1_remove_master_device()Alexey Khoroshilov2014-05-272-0/+6
* w1: optional bundling of netlink kernel repliesDavid Fries2014-05-273-256/+437
* connector: allow multiple messages to be sent in one packetDavid Fries2014-05-271-2/+15
* misc: pch_phub: Fix Kconfig dependenciesJean Delvare2014-05-271-1/+1
* Merge tag 'extcon-next-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2014-05-2013-258/+907
|\
| * extcon: palmas: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-15/+20
| * extcon: gpio: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-8/+15
| * extcon: adc-jack: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-9/+12
| * extcon: arizona: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-13/+17
| * extcon: max14577: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-3/+4
| * extcon: max77693: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-5/+4
| * extcon: max8997: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-4/+3
| * extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon de...Chanwoo Choi2014-04-291-12/+58
| * extcon: Add extcon_dev_allocate/free() to control the memory of extcon deviceChanwoo Choi2014-04-291-0/+36
| * extcon: arizona: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-8/+4
| * extcon: palmas: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-10/+5
| * extcon: max8997: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-3/+1
| * extcon: max77693: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-5/+2
| * extcon: max14577: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-7/+2
| * extcon: gpio: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-12/+4
| * extcon: adc-jack: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-21/+9
| * extcon: Add resource-managed extcon register functionSangjung Woo2014-04-241-0/+69
| * extcon: max14577: Properly handle regmap_irq_get_virq errorKrzysztof Kozlowski2014-04-241-1/+1
| * extcon: max14577: Fix probe failure on successful work queueKrzysztof Kozlowski2014-04-241-6/+1
| * Merge tag 'ib-mfd-extcon-3.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Chanwoo Choi2014-04-246-133/+650
| |\
| | * regulator: max14577: Add support for MAX77836 regulatorsKrzysztof Kozlowski2014-04-232-38/+246
| | * extcon: max14577: Add support for MAX77836Krzysztof Kozlowski2014-04-233-21/+93
| | * mfd: max77836: Add MAX77836 support to max14577 driverKrzysztof Kozlowski2014-04-232-11/+212
| | * mfd: max14577: Add MAX14577 prefix to IRQ definesKrzysztof Kozlowski2014-04-231-12/+12
| | * extcon: max14577: Choose muic_irqs according to device typeKrzysztof Kozlowski2014-04-231-28/+37
| | * extcon: max14577: Add max14577 prefix to muic_irqsKrzysztof Kozlowski2014-04-231-6/+6
| | * mfd: max14577: Add detection of device typeKrzysztof Kozlowski2014-04-231-19/+45
| | * mfd: max14577: Add muic prefix to regmap configKrzysztof Kozlowski2014-04-231-4/+5
| | * extcon: max14577: Change extcon name instead of static name according to devi...Chanwoo Choi2014-04-231-3/+3
| * | extcon: max8997: Use power efficient workqueue for delayed cable detectionKrzysztof Kozlowski2014-04-241-1/+2
| * | extcon: max77693: Use power efficient workqueue for delayed cable detectionKrzysztof Kozlowski2014-04-241-1/+2
| * | extcon: max8997: Fix NULL pointer exception on missing pdataKrzysztof Kozlowski2014-04-241-1/+1
| * | extcon: max77693: Fix two NULL pointer exceptions on missing pdataKrzysztof Kozlowski2014-04-241-2/+2
| * | extcon: palmas: explicitly set edev name as node nameKishon Vijay Abraham I2014-04-221-0/+5
| |/
* | misc: arm-charlcd: add DT probe supportRob Herring2014-05-031-0/+7
* | misc: (ds1682) replace obsolete simple_strtoull() with kstrtoull()Sebastien Bourdelin2014-05-031-3/+2
* | misc: genwqe: Fix format string mismatch in card_debugfs.cMasanari Iida2014-05-031-2/+2
* | misc: Add hardware dependencies to Atmel driversJean Delvare2014-05-031-2/+2
* | Drivers: hv: balloon: Ensure pressure reports are posted regularlyK. Y. Srinivasan2014-05-031-3/+26
* | hv: Remove unnecessary comparison of unsigned against 0Tobias Klauser2014-05-031-2/+1
* | Drivers: hv: vmbus: Implement per-CPU mapping of relid to channelK. Y. Srinivasan2014-05-034-2/+70
* | Drivers: hv: Eliminate the channel spinlock in the callback pathK. Y. Srinivasan2014-05-033-15/+23