summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
Commit message (Expand)AuthorAgeFilesLines
* mfd: max77693: Fix always masked MUIC interruptsKrzysztof Kozlowski2014-11-101-0/+7
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-191-3/+0Star
|\
| * i2c: cros_ec: Remove EC_I2C_FLAG_10BITDoug Anderson2014-09-301-3/+0Star
* | Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-1513-108/+614
|\ \
| * | mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker2014-10-061-6/+18
| * | mfd: Add ACPI supportMika Westerberg2014-09-261-0/+3
| * | mfd: ti_am335x_tscadc: Update logic in CTRL register for 5-wire TSJeff Lance2014-09-261-0/+1
| * | mfd: tps65217: Tell regmap what registers are validMark Brown2014-09-261-0/+2
| * | mfd: Add HI6421 PMIC Core driverGuodong Xu2014-09-261-0/+41
| * | mfd: RK808: Add new mfd driver for RK808Chris Zhong2014-09-261-0/+196
| * | mfd: da9052: Avoid setting read_flag_mask for da9052-i2c driverAxel Lin2014-09-261-1/+1
| * | mfd: arizona: Add ASYNC_SAMPLE_RATE_2 registersCharles Keepax2014-09-261-6/+22
| * | mfd: Add Ricoh RN5T618 PMIC core driverBeniamino Galvani2014-09-261-0/+228
| * | mfd: davinci_voicecodec: Fix 'if defined' guard type in headerRasmus Villemoes2014-09-261-1/+1
| * | mfd: ti_ssp: Remove unused headerRasmus Villemoes2014-09-261-93/+0Star
| * | mfd: max77693: Improve support for the flash cellJacek Anaszewski2014-09-262-0/+99
| * | mfd: max77693: Fix register enum nameJacek Anaszewski2014-09-261-1/+1
| * | mfd: wm5102: Mark register write sequencer control 3 readableMark Brown2014-09-261-0/+1
* | | Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6Linus Torvalds2014-10-152-25/+100
|\| |
| * | charger: max14577: Configure battery-dependent settings from DTS and sysfsKrzysztof Kozlowski2014-09-242-0/+26
| * | regulator/mfd: max14577: Export symbols for calculating charger currentKrzysztof Kozlowski2014-09-242-11/+34
| * | mfd: max14577: Add defines for MAX77836 chargerKrzysztof Kozlowski2014-09-241-14/+40
| |/
* | Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2014-10-111-0/+25
|\ \
| * | mmc: use .multi_io_quirk on tmio_mmcKuninori Morimoto2014-09-091-0/+3
| * | mmc: tmio: add actual clock support as optionShinobu Uehara2014-09-091-0/+5
| * | mmc: tmio: remove Renesas specific #ifdefKuninori Morimoto2014-09-091-0/+5
| * | mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRKShinobu Uehara2014-09-091-0/+5
| * | mmc: tmio: control multiple block transfer modeShinobu Uehara2014-09-091-0/+6
| * | mmc: tmio: care about DMA tx/rx addr offsetKuninori Morimoto2014-09-091-0/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-10-081-0/+9
|\ \
| * | Input: add haptic driver on max77693Jaewon Kim2014-09-121-0/+9
| |/
* / regulator: s2mpxxx: Move regulator min/step voltages in common placeAmit Daniel Kachhap2014-08-164-31/+21Star
|/
* Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-0816-164/+1485
|\
| * mfd: arizona: Only free the CTRLIF_ERR IRQ if we requested itCharles Keepax2014-07-281-0/+2
| * mfd: wm5110: Add new interrupt register definitionsCharles Keepax2014-07-282-2/+604
| * mfd: arizona: Rename thermal shutdown interruptCharles Keepax2014-07-282-42/+42
| * mfd: wm5110: Add in the output done interruptsCharles Keepax2014-07-282-2/+128
| * mfd: da9063: Add support for AD silicon variantOpensource [Steve Twiss]2014-07-282-45/+87
| * mfd: max77686: Ensure device type IDs are architecture agnosticLee Jones2014-07-251-1/+1
| * mfd: max77686: Add Maxim 77802 PMIC supportJavier Martinez Canillas2014-07-252-2/+263
| * mfd: max77686: Convert to use regmap_irqJavier Martinez Canillas2014-07-212-11/+22
| * mfd: ab8500-debugfs: BIG clean-upLee Jones2014-07-211-0/+1
| * mfd: tps65910: Rid data size incompatibility warn when building for 64bitLee Jones2014-07-091-1/+1
| * mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker2014-07-091-2/+0Star
| * mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson2014-07-091-4/+4
| * mfd: cros_ec: Check result code from EC messagesBill Richardson2014-07-091-0/+12
| * mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson2014-07-091-13/+6Star
| * mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson2014-07-091-2/+0Star
| * mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson2014-07-091-17/+18
| * mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson2014-07-091-30/+35