summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-10-0734-519/+1033
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2016-10-0434-519/+1033
| |\
| | * Input: elan_i2c - fix return tests of i2c_smbus_read_block_data()Benjamin Tissoires2016-10-041-8/+12
| | * Input: ektf2127 - mark PM functions as __maybe_unusedArnd Bergmann2016-10-041-2/+2
| | * Input: snvs_pwrkey - drop input_free_device call if input_register_device failsAxel Lin2016-09-271-1/+0
| | * Input: add support for Elan eKTF2127 touchscreen controllerSiebren Vroegindeweij2016-09-274-0/+376
| | * Input: serio - add hangup supportHans Verkuil2016-09-211-3/+14
| | * Input: tps65218-pwrbutton - add support for tps65217 variantMarcin Niestroj2016-09-103-32/+81
| | * Input: jornada720_ts - get rid of mach/irqs.h and mach/hardware.h includesRussell King2016-09-102-7/+24
| | * Input: jornada720_kbd - remove unneeded mach/hardware.h includeRussell King2016-09-101-1/+0
| | * Input: focaltech - mark focaltech_set_resolution() staticBaoyou Xie2016-09-051-1/+2
| | * Input: wdt87xx_i2c - fix the flash erase issueHungNien Chen2016-09-051-2/+3
| | * Input: gpio-keys-polled - don't use unit-address with button nodesVladimir Zapolskiy2016-09-051-3/+2
| | * Input: add generic input driver to read encoded GPIO linesVignesh R2016-08-304-0/+173
| | * Input: add ADC resistor ladder driverAlexandre Belloni2016-08-304-0/+275
| | * Input: pegasus_notetaker - directly include workqueue headerMartin Kepplinger2016-08-251-0/+1
| | * Input: elants_i2c - get product id on recovery mode for FW updateJohnny Chuang2016-08-251-11/+20
| | * Input: wm97xx - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar2016-08-251-1/+1
| | * Input: mc13783_ts - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar2016-08-251-17/+7
| | * Input: psmouse - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar2016-08-251-1/+1
| | * Input: jornada720_kbd - switch to using dev_dbgDmitry Torokhov2016-08-221-4/+2
| | * Input: jornada720_kbd - get rid of mach/irqs.h includeRussell King2016-08-222-4/+13
| | * Input: jornada720_kbd - switch to devm_* APIsRussell King2016-08-221-35/+8
| | * Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski2016-08-221-2/+2
| | * Input: pixcir_i2c_ts - remove a useless blank lineLABBE Corentin2016-08-221-1/+0
| | * Input: pixcir_i2c_ts - remove text about writing to Free Software FoundationLABBE Corentin2016-08-221-4/+0
| | * Input: pixcir_i2c_ts - simplify code with of_device_get_match_dataLABBE Corentin2016-08-221-7/+1
| | * Input: remove duplicate ft6236 driverHans de Goede2016-08-226-375/+16
* | | Merge tag 'mfd-for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-0780-445/+3111
|\ \ \
| * | | mfd: arizona: Handle probe deferral for reset GPIOCharles Keepax2016-10-041-4/+9
| * | | mfd: arizona: Remove arizona_of_get_named_gpio helper functionCharles Keepax2016-10-042-23/+7
| * | | mfd: arizona: Add DT options for max_channels_clocked and PDM speaker configRichard Fitzgerald2016-10-042-0/+48
| * | | mfd: twl6040: Register child device for twl6040-pdmclkPeter Ujfalusi2016-10-043-1/+7
| * | | mfd: cros_ec_spi: Remove unused variable 'request'Lee Jones2016-10-041-2/+0
| * | | mfd: omap-usb-host: Return value is not 'const int'Lee Jones2016-10-041-1/+1
| * | | mfd: ab8500-debugfs: Remove 'weak' function suspend_test_wake_cause_interrupt...Lee Jones2016-10-041-9/+1
| * | | mfd: ab8500-debugfs: Remove ab8500_dump_all_banks_to_mem()Lee Jones2016-10-041-54/+0
| * | | mfd: db8500-prcmu: Remove unused *prcmu_set_ddr_opp() callsLee Jones2016-10-043-34/+0
| * | | mfd: ab8500-debugfs: Prevent initialised field from being over-writtenLee Jones2016-10-042-29/+23
| * | | mfd: max8997-irq: 'inline' should be at the beginning of the declarationLee Jones2016-10-041-1/+1
| * | | mfd: rk808: Fix RK818_IRQ_DISCHG_ILIM initializerArnd Bergmann2016-10-041-1/+1
| * | | mfd: tps65217: Fix nonstandard declarationArnd Bergmann2016-10-041-1/+1
| * | | mfd: lp873x: Remove unused mutex lock from struct lp873xAxel Lin2016-10-042-3/+0
| * | | mfd: atmel-hlcdc: Do not sleep in atomic contextBoris Brezillon2016-10-041-2/+3
| * | | mfd: exynos-lpass: Mark PM functions as __maybe_unusedArnd Bergmann2016-10-041-4/+2
| * | | mfd: intel-lpss: Add default I2C device properties for Apollo LakeJarkko Nikula2016-10-042-9/+33
| * | | mfd: twl-core: Make it explicitly non-modularPaul Gortmaker2016-10-041-8/+1
| * | | mfd: sun6i-prcm: Make it explicitly non-modularPaul Gortmaker2016-10-041-6/+2
| * | | mfd: smsc-ece1099: Make it explicitly non-modularPaul Gortmaker2016-10-041-9/+2
| * | | mfd: intel_msic: Make it explicitly non-modularPaul Gortmaker2016-10-041-7/+2