summaryrefslogtreecommitdiff
path: root/include/linux/mfd
AgeCommit message (Expand)AuthorFilesLines
2019-06-10mfd: cros_ec: Add EC transport protocol v4Gwendal Grignou1-2/+141
2019-06-10mfd: cros_ec: Expand hash APIGwendal Grignou1-2/+9
2019-06-10mfd: cros_ec: Add lightbar v2 APIGwendal Grignou1-4/+120
2019-06-10mfd: cros_ec: Add PWM_SET_DUTY APIGwendal Grignou1-2/+18
2019-06-10mfd: cros_ec: Add Flash V2 commands APIGwendal Grignou1-3/+147
2019-06-10mfd: cros_ec: Remove zero-size structsGwendal Grignou1-15/+18
2019-06-10mfd: cros_ec: move HDMI CEC API definitionGwendal Grignou1-73/+75
2019-06-10mfd: cros_ec: Update ACPI interface definitionGwendal Grignou1-126/+293
2019-06-10mfd: cros_ec: use BIT macroGwendal Grignou1-55/+55
2019-06-10mfd: cros_ec: Define commands as 4-digit UPPER CASE hex valuesGwendal Grignou1-99/+136
2019-06-10mfd: cros_ec: add ec_align macrosGwendal Grignou1-204/+238
2019-06-10mfd: cros_ec: set comments properlyGwendal Grignou1-25/+40
2019-06-10mfd: cros_ec: Zero BUILD_ macroGwendal Grignou1-0/+5
2019-06-10mfd: cros_ec: Update license termGwendal Grignou1-15/+5
2019-05-14Merge tag 'mfd-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds13-37/+327
2019-05-14mfd: cros_ec: Instantiate properly CrOS Touchpad MCU deviceEnric Balletbo i Serra1-0/+1
2019-05-14mfd: cros_ec: Instantiate properly CrOS FP MCU deviceEnric Balletbo i Serra1-0/+1
2019-05-14mfd: cros_ec: Update the EC feature codesEnric Balletbo i Serra1-1/+31
2019-05-14mfd: imx6sx: Add MQS register definition for iomuxc gprS.j. Wang1-0/+9
2019-05-14mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63LSteve Twiss1-3/+3
2019-05-14platform/chrome: Add support for v1 of host sleep eventEvan Green1-0/+2
2019-05-14mfd: cros_ec: Add host_sleep_event_v1 commandEvan Green1-0/+57
2019-05-14mfd: syscon: atmel: Switch to SPDX license identifiersTudor Ambarus4-19/+4
2019-05-14mfd: da9063: Convert headers to SPDXWolfram Sang2-12/+2
2019-05-14mfd: cros_ec: Instantiate properly CrOS ISH MCU deviceRushikesh S Kadam2-0/+3
2019-05-14Merge branches 'ib-mfd-arm-leds-5.2', 'ib-mfd-gpio-input-leds-power-5.2', 'ib...Lee Jones4-2/+214
2019-05-10mfd: Add ST Multi-Function eXpander (STMFX) core driverAmelie Delaunay1-0/+123
2019-05-08mfd: max77620: Support Maxim 77663Dmitry Osipenko1-0/+1
2019-05-08mfd: max77620: Fix swapped FPS_PERIOD_MAX_US valuesDmitry Osipenko1-2/+2
2019-05-08mfd: Add new driver for MAX77650 PMICBartosz Golaszewski1-0/+59
2019-05-08Merge tag 'leds-for-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-45/+0
2019-04-07mfd: ti-lmu: Remove LM3532 backlight driver referencesDan Murphy2-45/+0
2019-04-02mfd: altera-sysmgr: Add SOCFPGA System ManagerThor Thayer1-0/+29
2019-03-19Merge tag 'v5.1-rc1' into regulator-5.2Mark Brown11-23/+757
2019-03-13regulator: wm831x-isink: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-1/+1
2019-03-11regulator: wm8400: Get rid of wm8400_block_read/wm8400_set_bits functionsAxel Lin1-8/+0
2019-03-11regulator: palmas: Remove *rdev[PALMAS_NUM_REGS] from struct palmas_pmicAxel Lin1-1/+0
2019-03-08Merge tag 'mfd-next-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds9-23/+740
2019-03-08Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-0/+14
2019-03-04Merge branch 'regulator-5.1' into regulator-nextMark Brown1-1/+2
2019-02-22regulator: tps65218: Add support for LS2Christian Hohnstaedt1-1/+2
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie5-2/+107
2019-02-15Merge tag 'arm-soc/for-5.1/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann1-0/+14
2019-02-07mfd: lochnagar: Add support for the Cirrus Logic LochnagarCharles Keepax3-0/+503
2019-02-01mfd: tps65218.c: Add input voltage optionsChristian Hohnstaedt1-0/+4
2019-02-01mfd: wm8350-core: Drop unused module infrastructure from non-modular codePaul Gortmaker1-1/+0
2019-02-01mfd: wm831x-core: Drop unused module infrastructure from non-modular codePaul Gortmaker1-1/+0
2019-02-01Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mf...Lee Jones7-23/+319
2019-02-01mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra1-3/+0