summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-0368-787/+2931
|\
| * hv: use correct order when freeing monitor_pagesRadim Krčmář2014-05-281-2/+2
| * spmi: of: fixup generic SPMI devicetree binding exampleJosh Cartwright2014-05-281-1/+1
| * applicom: dereferencing NULL on error pathDan Carpenter2014-05-271-1/+0
| * misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl()Christian Engelmayer2014-05-271-1/+1
| * miscdevice.h: Simple syntax fix to make pointers consistent.Robert P. J. Day2014-05-271-1/+1
| * MAINTAINERS: Add miscdevice.h to file list for char/misc drivers.Robert P. J. Day2014-05-271-0/+1
| * mcb: Add support for shared PCI IRQsJohannes Thumshirn2014-05-273-7/+36
| * 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-276-263/+447
| * connector: allow multiple messages to be sent in one packetDavid Fries2014-05-273-5/+26
| * 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-2017-314/+1131
| |\
| | * extcon: palmas: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-292-16/+21
| | * 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-292-12/+69
| | * extcon: Add extcon_dev_allocate/free() to control the memory of extcon deviceChanwoo Choi2014-04-292-0/+49
| | * 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-242-0/+82
| | * 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-248-188/+836
| | |\
| | | * regulator: max14577: Add support for MAX77836 regulatorsKrzysztof Kozlowski2014-04-234-39/+289
| | | * extcon: max14577: Add support for MAX77836Krzysztof Kozlowski2014-04-234-21/+96
| | | * mfd: max77836: Add MAX77836 support to max14577 driverKrzysztof Kozlowski2014-04-234-45/+330
| | | * mfd: max14577: Add MAX14577 prefix to IRQ definesKrzysztof Kozlowski2014-04-232-26/+26
| | | * 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-232-23/+53
OpenPOWER on IntegriCloud