summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-4/+4
|\
| * mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-4/+4
* | Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-2029-1513/+8985
|\ \
| * | mfd: sm501: Set coherent_dma_mask when creating subdevicesGuenter Roeck2018-08-161-0/+1
| * | mfd: bd71837: Core driver for ROHM BD71837 PMICMatti Vaittinen2018-08-163-0/+225
| * | mfd: sec-core: Export OF module alias tableKrzysztof Kozlowski2018-07-271-0/+1
| * | mfd: as3722: Disable auto-power-on when AC OKMarcel Ziswiler2018-07-271-0/+12
| * | mfd: axp20x: Support AXP806 in I2C modeChen-Yu Tsai2018-07-271-0/+2
| * | mfd: axp20x: Add self-working mode support for AXP806Chen-Yu Tsai2018-07-271-3/+25
| * | mfd: wm8994: Allow to configure CS/ADDR Pulldown from dtsAlberto Panizzo2018-07-271-0/+4
| * | mfd: wm8994: Allow to configure Speaker Mode Pullup from dtsAlberto Panizzo2018-07-271-0/+2
| * | mfd: rave-sp: Emulate CMD_GET_STATUS on device that don't support itAndrey Smirnov2018-07-271-33/+63
| * | mfd: rave-sp: Add legacy watchdog ping command translationAndrey Smirnov2018-07-271-0/+2
| * | mfd: rave-sp: Add legacy EEPROM access command translationAndrey Smirnov2018-07-271-0/+2
| * | mfd: rave-sp: Initialize flow control and parity of the portAndrey Smirnov2018-07-271-0/+7
| * | mfd: rave-sp: Fix incorrectly specified checksum typeAndrey Smirnov2018-07-271-1/+1
| * | mfd: rave-sp: Remove unused definesAndrey Smirnov2018-07-271-10/+0
| * | mfd: hi655x: Fix regmap area declared size for hi655xRafael David Tinoco2018-07-271-1/+1
| * | mfd: ti_am335x_tscadc: Fix struct clk memory leakZumeng Chen2018-07-271-2/+1
| * | mfd: dln2: Use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-07-271-7/+3
| * | mfd: arizona: Don't use regmap_read_poll_timeoutCharles Keepax2018-07-271-8/+26
| * | mfd: intel-lpss: Add Ice Lake PCI IDsMika Westerberg2018-07-271-0/+13
| * | mfd: wm8994-core: Fix error path in wm8994_device_initAnthony Brandon2018-07-271-4/+5
| * | mfd: kempld-core: Constify variables that point to const structureJulia Lawall2018-07-271-7/+8
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-...Lee Jones2018-07-2715-1437/+8565
| |\ \ \ \ \
| | | | | * | platform/chrome: Move cros-ec transport drivers to drivers/platform.Enric Balletbo i Serra2018-07-034-1151/+0
| | | | | |/
| | | | * | mfd: da9063: Add DA9063L supportMarek Vasut2018-07-041-0/+2
| | | | * | mfd: da9063: Register RTC only on DA9063LMarek Vasut2018-07-041-7/+24
| | | | * | mfd: da9063: Add custom IRQ map for DA9063LMarek Vasut2018-07-041-2/+79
| | | | * | mfd: da9063: Add custom regmap for DA9063LMarek Vasut2018-07-041-0/+48
| | | | * | mfd: da9063: Replace model with typeMarek Vasut2018-07-042-3/+3
| | | | * | mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063Marek Vasut2018-07-042-2/+2
| | | | * | mfd: da9063: Replace DA9063_NUM_IRQ with ARRAY_SIZEMarek Vasut2018-07-041-1/+1
| | | | * | mfd: da9063: Use PLATFORM_DEVID_NONEMarek Vasut2018-07-041-3/+3
| | | | * | mfd: da9063: Use REGMAP_IRQ_REGMarek Vasut2018-07-041-117/+58
| | | | * | mfd: da9063: Use regmap_reg_rangeMarek Vasut2018-07-041-132/+42
| | | | * | mfd: da9063: Replace mfd_add_devices with devm counterpartMarek Vasut2018-07-042-18/+3
| | | | * | mfd: da9063: Replace regmap_add_irq_chip with devm counterpartMarek Vasut2018-07-042-7/+2
| | | | |/
| | | * | mfd: cros_ec_dev: Add CEC sub-device registrationNeil Armstrong2018-07-131-0/+16
| | | |/
| | * | mfd: madera: Register map tables for Cirrus Logic CS47L90/91Richard Fitzgerald2018-06-053-0/+2684
| | * | mfd: madera: Register map tables for Cirrus Logic CS47L85Richard Fitzgerald2018-06-053-0/+3019
| | * | mfd: madera: Register map tables for Cirrus Logic CS47L35Richard Fitzgerald2018-06-053-0/+1619
| | * | mfd: madera: Add common support for Cirrus Logic Madera codecsRichard Fitzgerald2018-06-056-0/+966
| * | | mfd: cros_ec_dev: Register cros_usbpd-charger driver as a subdevice.Enric Balletbo i Serra2018-07-041-0/+16
| | |/ | |/|
* | | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-072-0/+2
|/ /
* | Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-142-3/+3
|\ \
| * | i2c: xiic: move header to platform_dataWolfram Sang2018-05-171-1/+1
| * | i2c: ocores: move header to platform_dataWolfram Sang2018-05-171-1/+1
| * | i2c: gpio: move header to platform_dataWolfram Sang2018-05-171-1/+1
* | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-126-17/+22
OpenPOWER on IntegriCloud