summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mfd: max77686: Use of_device_get_match_data() helperJavier Martinez Canillas2017-02-131-7/+2
* mfd: max77686: Don't attempt to get i2c_device_id .dataJavier Martinez Canillas2017-02-131-8/+5
* mfd: ab8500-sysctrl: Handle probe deferralLinus Walleij2017-02-131-3/+11
* mfd: intel-lpss: Add Intel Gemini Lake PCI IDsAndy Shevchenko2017-02-131-1/+16
* mfd: axp20x: Fix AXP806 access errors on cold bootChen-Yu Tsai2017-02-131-0/+26
* mfd: cros_ec: Send suspend state notification to ECShawn Nematbakhsh2017-02-132-0/+63
* mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo2017-02-133-0/+9
* mfd: dt: Add bindings for the Aspeed SoC Display Controller (GFX)Andrew Jeffery2017-02-131-0/+17
* mfd: dt: Add bindings for the Aspeed LPC Host Controller (LHC)Andrew Jeffery2017-02-131-0/+26
* mfd: dt: Add Aspeed Low Pin Count Controller bindingsAndrew Jeffery2017-02-131-0/+111
* mfd: dt: Add ranges, #address-cells and #size-cells as optional propertiesAndrew Jeffery2017-02-131-0/+10
* mfd: dt: Fix "indicates" typo in mfd bindings documentAndrew Jeffery2017-02-131-1/+1
* mfd: Kconfig: MFD_SUN4I_GPADC depends on !TOUCHSCREN_SUN4I_GPADCQuentin Schulz2017-02-131-0/+1
* mfd: abx500: Fix spelling mistake: "Celcius" -> "Celsius"Colin Ian King2017-02-132-3/+3
* mfd: axp20x: Add separate MFD cell for AXP223Quentin Schulz2017-02-131-4/+24
* mfd: axp20x: Fix axp288 volatile rangesHans de Goede2017-02-131-0/+7
* mfd: axp20x: Add a few missing defines for AXP288 specific registersHans de Goede2017-02-131-5/+11
* mfd: axp20x: Drop wrong AXP288_PMIC_ADC_EN defineHans de Goede2017-02-131-1/+0
* mfd: axp20x: Fix axp288 PEK_DBR and PEK_DBF irqs being swappedHans de Goede2017-02-131-4/+4
* mfd: axp20x: Add missing axp288 irqsHans de Goede2017-02-131-0/+3
* mfd: axp20x: Use IRQF_TRIGGER_LOW on the axp288Hans de Goede2017-02-132-3/+4
* mfd: axp20x: Correct a typo in axp20x_device_remove documentationCorentin Labbe2017-02-131-1/+1
* mfd: arizona: Remove totally unused forward declarationCharles Keepax2017-02-131-2/+0
* mfd: sun6i-prcm: Add codec analog controls sub-device for Allwinner A23Chen-Yu Tsai2017-02-131-0/+13
* mfd: arizona: Correctly clean up after IRQsCharles Keepax2017-02-131-18/+41
* mfd: arizona: Add defines for IRQs on the main Arizona IRQ domainCharles Keepax2017-02-131-6/+15
* mfd: arizona: Use arizona_map_irq instead of hard coding itCharles Keepax2017-02-131-12/+10
*---. Merge branches 'ib-mfd-arm-iio-pwm-4.11', 'ib-mfd-input-4.11-1', 'ib-mfd-mtd-...Lee Jones2017-02-1314-517/+1708
|\ \ \
| | | * power: supply: axp288_fuel_gauge: Drop platform_data dependencyHans de Goede2017-01-042-394/+33
| | | * power: supply: axp288_charger: Drop platform_data dependencyHans de Goede2017-01-042-65/+30
| | | * power: supply: axp288_charger: Make charger_init_hw_regs propagate i2c errorsHans de Goede2017-01-041-20/+42
| | * | mfd: lpc_ich: Add support for Intel Apollo Lake SoCMika Westerberg2017-01-031-0/+39
| | * | mfd: lpc_ich: Add support for SPI serial flash host controllerMika Westerberg2017-01-032-0/+95
| | * | spi-nor: Add support for Intel SPI serial flash controllerMika Westerberg2017-01-037-0/+999
| | |/
| * | input: cros_ec_keyb: Add Tablet Mode switchGwendal Grignou2017-02-132-0/+6
| * | input: cros_ec_keyb: Add non-matrix buttons and switchesDouglas Anderson2017-02-081-45/+402
| * | mfd: cros-ec: Update cros_ec_commands.h for buttons and switchesDouglas Anderson2017-02-081-2/+71
| |/
* | iio: Add STM32 timer trigger driverBenjamin Gaignard2017-01-255-0/+443
* | iio: Add bindings for STM32 timer trigger driverBenjamin Gaignard2017-01-251-0/+23
* | pwm: Add driver for STM32 plaftormBenjamin Gaignard2017-01-253-0/+407
* | dt-bindings: pwm: Add STM32 bindingsBenjamin Gaignard2017-01-231-0/+35
* | mfd: Add STM32 Timers driverBenjamin Gaignard2017-01-234-0/+164
* | dt-bindings: mfd: Add bindings for STM32 Timers driverBenjamin Gaignard2017-01-231-0/+46
|/
* Linux 4.10-rc1v4.10-rc1Linus Torvalds2016-12-261-2/+2
* powerpc: Fix build warning on 32-bit PPCLarry Finger2016-12-261-1/+1
* avoid spurious "may be used uninitialized" warningLinus Torvalds2016-12-251-0/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-25227-665/+604
|\
| * ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-254-20/+4
| * ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-2556-95/+84
| * ktime: Get rid of the unionThomas Gleixner2016-12-2548-227/+200