index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mfd
Age
Commit message (
Expand
)
Author
2018-07-13
mfd: cros_ec_dev: Add CEC sub-device registration
Neil Armstrong
2018-07-13
mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
Peter Rosin
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-07-04
mfd: da9063: Add DA9063L support
Marek Vasut
2018-07-04
mfd: da9063: Register RTC only on DA9063L
Marek Vasut
2018-07-04
mfd: da9063: Add custom IRQ map for DA9063L
Marek Vasut
2018-07-04
mfd: da9063: Add custom regmap for DA9063L
Marek Vasut
2018-07-04
mfd: da9063: Replace model with type
Marek Vasut
2018-07-04
mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063
Marek Vasut
2018-07-04
mfd: da9063: Replace DA9063_NUM_IRQ with ARRAY_SIZE
Marek Vasut
2018-07-04
mfd: da9063: Use PLATFORM_DEVID_NONE
Marek Vasut
2018-07-04
mfd: da9063: Use REGMAP_IRQ_REG
Marek Vasut
2018-07-04
mfd: da9063: Use regmap_reg_range
Marek Vasut
2018-07-04
mfd: da9063: Replace mfd_add_devices with devm counterpart
Marek Vasut
2018-07-04
mfd: da9063: Replace regmap_add_irq_chip with devm counterpart
Marek Vasut
2018-07-04
mfd: cros_ec_dev: Register cros_usbpd-charger driver as a subdevice.
Enric Balletbo i Serra
2018-07-03
platform/chrome: Move cros-ec transport drivers to drivers/platform.
Enric Balletbo i Serra
2018-06-14
Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-11
Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2018-06-11
mfd: cros_ec: Remove unused __remove function
Arnd Bergmann
2018-06-11
mfd: wm97xx-core: Platform data can be NULL
Robert Jarzmik
2018-06-08
Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-06-08
Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
2018-06-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-06-05
mfd: madera: Register map tables for Cirrus Logic CS47L90/91
Richard Fitzgerald
2018-06-05
mfd: madera: Register map tables for Cirrus Logic CS47L85
Richard Fitzgerald
2018-06-05
mfd: madera: Register map tables for Cirrus Logic CS47L35
Richard Fitzgerald
2018-06-05
mfd: madera: Add common support for Cirrus Logic Madera codecs
Richard Fitzgerald
2018-06-04
Merge tag 'hwmon-for-linus-v4.18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-06-04
mfd: cros_ec_dev: Don't advertise junk features on failure
Stephen Boyd
2018-06-04
mfd: cros_ec: Use devm_kzalloc for private data
Gwendal Grignou
2018-06-04
mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock
Jarkko Nikula
2018-06-04
mfd: asic3: Fix broken MMC card detection
Robert Jarzmik
2018-06-04
mfd: timberdale: Fix spelling mistake "Uknown" -> "Unknown"
Colin Ian King
2018-06-04
mfd: omap-usb-host: Use match_string() helper
Yisheng Xie
2018-06-04
mfd: intel-lpss: Correct names of RESETS register bits
Andy Shevchenko
2018-06-04
mfd: qcom-spmi-pmic: Add support for pm8005, pm8998 and pmi8998
Stephen Boyd
2018-05-30
Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.
Ravi Chandra Sadineni
2018-05-30
regulator: wm8994: Fix shared GPIOs
Mark Brown
2018-05-29
mfd: intel-lpss: Program REMAP register in PIO mode
Andy Shevchenko
2018-05-29
mfd: cros_ec_i2c: Moving the system sleep pm ops to late
Joseph Lo
2018-05-29
mfd: cros_ec_i2c: Add ACPI module device table
Wei-Ning Huang
2018-05-29
mfd: cros_ec_dev: Register shutdown function for debugfs
Daniel Hung-yu Wu
2018-05-29
mfd: cros_ec_dev: Register cros-ec-rtc driver as a subdevice
Enric Balletbo i Serra
2018-05-29
mfd: cros_ec: Don't try to grab log when suspended
Douglas Anderson
2018-05-29
mfd: cros_ec: Free IRQ automatically
Vincent Palatin
[prev]
[next]