aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-3/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 6-17/+22
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 3-6/+7
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 43-894/+735
2018-06-11mfd: cros_ec: Remove unused __remove functionGravatar Arnd Bergmann 1-2/+0
2018-06-11mfd: wm97xx-core: Platform data can be NULLGravatar Robert Jarzmik 1-1/+1
2018-06-08Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-1/+2
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsGravatar Kees Cook 1-2/+2
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-12/+7
2018-06-04Merge tag 'hwmon-for-linus-v4.18' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+14
2018-06-04mfd: cros_ec_dev: Don't advertise junk features on failureGravatar Stephen Boyd 1-2/+2
2018-06-04mfd: cros_ec: Use devm_kzalloc for private dataGravatar Gwendal Grignou 1-8/+2
2018-06-04mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clockGravatar Jarkko Nikula 1-10/+15
2018-06-04mfd: asic3: Fix broken MMC card detectionGravatar Robert Jarzmik 1-0/+3
2018-06-04mfd: timberdale: Fix spelling mistake "Uknown" -> "Unknown"Gravatar Colin Ian King 1-1/+1
2018-06-04mfd: omap-usb-host: Use match_string() helperGravatar Yisheng Xie 1-22/+2
2018-06-04mfd: intel-lpss: Correct names of RESETS register bitsGravatar Andy Shevchenko 1-2/+2
2018-06-04mfd: qcom-spmi-pmic: Add support for pm8005, pm8998 and pmi8998Gravatar Stephen Boyd 1-0/+6
2018-05-30Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.Gravatar Ravi Chandra Sadineni 1-12/+7
2018-05-30regulator: wm8994: Fix shared GPIOsGravatar Mark Brown 1-0/+9
2018-05-29mfd: intel-lpss: Program REMAP register in PIO modeGravatar Andy Shevchenko 1-2/+2
2018-05-29mfd: cros_ec_i2c: Moving the system sleep pm ops to lateGravatar Joseph Lo 1-2/+3
2018-05-29mfd: cros_ec_i2c: Add ACPI module device tableGravatar Wei-Ning Huang 2-1/+13
2018-05-29mfd: cros_ec_dev: Register shutdown function for debugfsGravatar Daniel Hung-yu Wu 1-0/+9
2018-05-29mfd: cros_ec_dev: Register cros-ec-rtc driver as a subdeviceGravatar Enric Balletbo i Serra 1-0/+16
2018-05-29mfd: cros_ec: Don't try to grab log when suspendedGravatar Douglas Anderson 1-0/+4
2018-05-29mfd: cros_ec: Free IRQ automaticallyGravatar Vincent Palatin 1-14/+6
2018-05-29mfd: cros_ec: Fail early if we cannot identify the ECGravatar Vincent Palatin 1-1/+5
2018-05-29mfd: syscon: atmel-smc: Include string.hGravatar Sebastian Andrzej Siewior 1-0/+1
2018-05-23mfd: cros_ec: Retry commands when EC is known to be busyGravatar Brian Norris 1-4/+20
2018-05-17i2c: xiic: move header to platform_dataGravatar Wolfram Sang 1-1/+1
2018-05-17i2c: ocores: move header to platform_dataGravatar Wolfram Sang 1-1/+1
2018-05-17i2c: gpio: move header to platform_dataGravatar Wolfram Sang 1-1/+1
2018-05-17regulator: wm8994: Pass descriptor instead of GPIO numberGravatar Linus Walleij 1-9/+0
2018-05-16gpio: dwapb: Add support for 1 interrupt per port A GPIOGravatar Phil Edworthy 1-1/+2
2018-05-16mfd: tps65911-comparator: Fix an off by one bugGravatar Lee Jones 1-9/+2
2018-05-16mfd: rave-sp: Remove VLAGravatar Kyle Spiers 1-2/+9
2018-05-16mfd: tps65911-comparator: Fix a build errorGravatar Dan Carpenter 1-3/+3
2018-05-16mfd: twl-core: Fix clock initializationGravatar Peter Ujfalusi 1-1/+1
2018-05-16mfd: axp20x: Correct AXP806 POK interrupt prefixGravatar Chen-Yu Tsai 1-4/+4
2018-05-16mfd: axp20x: Use DEFINE_RES_IRQ to declare resources for mfd_cellsGravatar Chen-Yu Tsai 1-157/+30
2018-05-16mfd: axp20x: Constify struct mfd_cell and struct resourceGravatar Chen-Yu Tsai 1-22/+22
2018-05-16mfd: da9062: Use core helper regmap_reg_range macrosGravatar Steve Twiss 1-348/+114
2018-05-16mfd: arizona: Update reset pin to use GPIODGravatar Charles Keepax 1-18/+35
2018-05-16mfd: sprd: Add one syscon cell to access PMIC global registersGravatar Baolin Wang 1-0/+3
2018-05-16mfd: pcf50633: Fix some memory leaks in the error handling path of 'pcf50633_...Gravatar Christophe JAILLET 1-2/+5
2018-05-16mfd: viperboard: Delete an error message for a failed memory allocation in vp...Gravatar Markus Elfring 1-3/+1
2018-05-16mfd: twl6030-irq: Delete an error message for a failed memory allocation in t...Gravatar Markus Elfring 1-3/+1