summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-036-54/+14
|\
| * crypto/nx/nx-842: dev_set_drvdata can no longer failJean Delvare2014-05-281-6/+1
| * driver core: Inline dev_set/get_drvdataJean Delvare2014-05-271-16/+0
| * driver core: dev_get_drvdata: Don't check for NULL devJean Delvare2014-05-271-3/+1
| * driver core: dev_set_drvdata returns voidJean Delvare2014-05-271-2/+1
| * driver core: dev_set_drvdata can no longer failJean Delvare2014-05-272-13/+2
| * driver core: Move driver_data back to struct deviceJean Delvare2014-05-272-13/+3
| * Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman2014-05-23308-2276/+4162
| |\
| * \ Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2014-04-2889-599/+1191
| |\ \
| * | | kobject: Make support for uevent_helper optional.Michael Marineau2014-04-251-6/+11
* | | | Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-0354-718/+2653
|\ \ \ \
| * | | | hv: use correct order when freeing monitor_pagesRadim Krčmář2014-05-281-2/+2
| * | | | applicom: dereferencing NULL on error pathDan Carpenter2014-05-281-1/+0
| * | | | misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl()Christian Engelmayer2014-05-281-1/+1
| * | | | mcb: Add support for shared PCI IRQsJohannes Thumshirn2014-05-282-6/+31
| * | | | drivers: Remove duplicate conditionally included subdirsGeert Uytterhoeven2014-05-271-2/+0
| * | | | misc: atmel_pwm: only build for supported platformsArnd Bergmann2014-05-271-1/+2
| * | | | mei: me: move probe quirk to cfg structureTomas Winkler2014-05-274-34/+54
| * | | | mei: add per device configurationAlexander Usyskin2014-05-278-52/+144
| * | | | mei: me: read H_CSR after asserting resetTomas Winkler2014-05-271-0/+12
| * | | | mei: me: drop harmful wait optimizationTomas Winkler2014-05-271-3/+1
| * | | | mei: me: fix hw ready reset flowTomas Winkler2014-05-271-3/+6
| * | | | 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
| | |\ \ \ \