summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
AgeCommit message (Expand)Author
2019-09-16mfd: twl6040: Fix device init errors for ACCCTL registerTony Lindgren
2019-09-16mfd: intel-lpss: Set the device in reset state when initBinbin Wu
2019-09-16mfd: tps65912-spi: Add missing of table registrationDaniel Gomez
2019-05-23mfd: twl-core: Disable IRQ while suspendedAndreas Kemnade
2019-03-26mfd: sm501: Fix potential NULL pointer dereferenceGustavo A. R. Silva
2019-03-08mfd: mc13xxx: Fix a missing check of a register-read failureKangjie Lu
2019-03-08mfd: tps65218: Use devm_regmap_add_irq_chip and clean up error path in probe()Keerthy
2019-03-08mfd: cros_ec_dev: Add missing mfd_remove_devices() call in removeEnric Balletbo i Serra
2019-03-08mfd: wm5110: Add missing ASRC rate registerCharles Keepax
2019-03-08mfd: qcom_rpm: write fw_version to CTRL_REGJonathan Marek
2019-03-08mfd: bd9571mwv: Add volatile register to make DVFS workDien Pham
2019-03-08mfd: ab8500-core: Return zero in get_register_interruptible()Dan Carpenter
2019-03-08mfd: mt6397: Do not call irq_domain_remove if PMIC unsupportedNicolas Boichat
2019-03-08mfd: db8500-prcmu: Fix some section annotationsNathan Chancellor
2019-03-08mfd: twl-core: Fix section annotations on {,un}protect_pm_masterNathan Chancellor
2019-03-08mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cellsVignesh R
2019-02-05mfd: tps6586x: Handle interrupts on suspendJonathan Hunter
2018-12-30Revert "mfd: cros_ec: Use devm_kzalloc for private data"Enric Balletbo i Serra
2018-11-13mfd: menelaus: Fix possible race condition and leakAlexandre Belloni
2018-10-18mfd: omap-usb-host: Fix dts probe of childrenTony Lindgren
2018-09-26mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin
2018-09-19mfd: ti_am335x_tscadc: Fix struct clk memory leakZumeng Chen
2018-09-19mfd: rave-sp: Initialize flow control and parity of the portAndrey Smirnov
2018-09-15mfd: sm501: Set coherent_dma_mask when creating subdevicesGuenter Roeck
2018-09-09mfd: hi655x: Fix regmap area declared size for hi655xRafael David Tinoco
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2018-06-11mfd: cros_ec: Remove unused __remove functionArnd Bergmann
2018-06-11mfd: wm97xx-core: Platform data can be NULLRobert Jarzmik
2018-06-08Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-06-04Merge tag 'hwmon-for-linus-v4.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-04mfd: cros_ec_dev: Don't advertise junk features on failureStephen Boyd
2018-06-04mfd: cros_ec: Use devm_kzalloc for private dataGwendal Grignou
2018-06-04mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clockJarkko Nikula
2018-06-04mfd: asic3: Fix broken MMC card detectionRobert Jarzmik
2018-06-04mfd: timberdale: Fix spelling mistake "Uknown" -> "Unknown"Colin Ian King
2018-06-04mfd: omap-usb-host: Use match_string() helperYisheng Xie
2018-06-04mfd: intel-lpss: Correct names of RESETS register bitsAndy Shevchenko
2018-06-04mfd: qcom-spmi-pmic: Add support for pm8005, pm8998 and pmi8998Stephen Boyd
2018-05-30Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.Ravi Chandra Sadineni
2018-05-30regulator: wm8994: Fix shared GPIOsMark Brown
2018-05-29mfd: intel-lpss: Program REMAP register in PIO modeAndy Shevchenko
2018-05-29mfd: cros_ec_i2c: Moving the system sleep pm ops to lateJoseph Lo
2018-05-29mfd: cros_ec_i2c: Add ACPI module device tableWei-Ning Huang