aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/intel_quark_i2c_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-11mfd: intel_quark_i2c_gpio: Convert GPIO to use software nodesGravatar Andy Shevchenko 1-33/+37
2021-08-11gpio: dwapb: Unify ACPI enumeration checks in get_irq() and configure_irqs()Gravatar Andy Shevchenko 1-1/+0
2021-04-28Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-47/+65
2021-04-14mfd: intel_quark_i2c_gpio: Convert I²C to use software nodesGravatar Andy Shevchenko 1-15/+26
2021-04-14mfd: intel_quark_i2c_gpio: Don't play dirty trick with constGravatar Andy Shevchenko 1-14/+12
2021-04-14mfd: intel_quark_i2c_gpio: Enable MSI interruptGravatar Andy Shevchenko 1-6/+16
2021-04-14mfd: intel_quark_i2c_gpio: Reuse BAR definitions for MFD cell indexingGravatar Andy Shevchenko 1-11/+11
2021-04-14mfd: intel_quark_i2c_gpio: Replace I²C speeds with descriptive definitionsGravatar Andy Shevchenko 1-4/+5
2021-04-14mfd: intel_quark_i2c_gpio: Remove unused struct device memberGravatar Andy Shevchenko 1-2/+0
2021-04-14mfd: intel_quark_i2c_gpio: Unregister resources in reversed orderGravatar Andy Shevchenko 1-1/+1
2021-03-23mfd: intel_quark_i2c_gpio: Revert "Constify static struct resources"Gravatar Andy Shevchenko 1-2/+4
2020-11-19mfd: Constify static struct resourcesGravatar Rikard Falkeborn 1-2/+2
2020-05-25gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_propertyGravatar Andy Shevchenko 1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 1-9/+1
2019-05-14mfd: intel_quark_i2c_gpio: Adjust IOT2000 matchingGravatar Su Bao Cheng 1-10/+0
2018-05-16gpio: dwapb: Add support for 1 interrupt per port A GPIOGravatar Phil Edworthy 1-1/+2
2017-07-06mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platformGravatar Jan Kiszka 1-0/+16
2017-07-06mfd: intel_quark_i2c_gpio: Use dmi_system_id table for retrieving frequencyGravatar Jan Kiszka 1-20/+13
2016-05-20Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-19/+28
2016-05-09mfd: intel_quark_i2c_gpio: Remove CLK_IS_ROOTGravatar Stephen Boyd 1-1/+1
2016-04-29gpio: dwapb: convert device node to fwnodeGravatar Jiang Qiu 1-1/+1
2016-04-29gpio: dwapb: remove name from dwapb_port_propertyGravatar Jiang Qiu 1-1/+0
2016-04-11mfd: intel_quark_i2c_gpio: Switch to use struct device *Gravatar Andy Shevchenko 1-11/+11
2016-04-11mfd: intel_quark_i2c_gpio: Remove clock tree on error pathGravatar Andy Shevchenko 1-8/+17
2016-02-11mfd: intel_quark_i2c_gpio: Use clkdev_create()Gravatar Stephen Boyd 1-17/+9
2015-10-26mfd: intel_quark_i2c_gpio: support devices behind i2c busGravatar Andy Shevchenko 1-0/+14
2015-10-26mfd: intel_quark_i2c_gpio: load gpio driver firstGravatar Andy Shevchenko 1-10/+9
2015-03-30mfd: intel_quark_i2c_gpio: Don't crash if !DMIGravatar Andy Shevchenko 1-8/+13
2015-03-12mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO MFD DriverGravatar Raymond Tan 1-0/+277