aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/intel_quark_i2c_gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-47/+65
2021-04-14mfd: intel_quark_i2c_gpio: Convert I²C to use software nodesAndy Shevchenko1-15/+26
2021-04-14mfd: intel_quark_i2c_gpio: Don't play dirty trick with constAndy Shevchenko1-14/+12
2021-04-14mfd: intel_quark_i2c_gpio: Enable MSI interruptAndy Shevchenko1-6/+16
2021-04-14mfd: intel_quark_i2c_gpio: Reuse BAR definitions for MFD cell indexingAndy Shevchenko1-11/+11
2021-04-14mfd: intel_quark_i2c_gpio: Replace I²C speeds with descriptive definitionsAndy Shevchenko1-4/+5
2021-04-14mfd: intel_quark_i2c_gpio: Remove unused struct device memberAndy Shevchenko1-2/+0
2021-04-14mfd: intel_quark_i2c_gpio: Unregister resources in reversed orderAndy Shevchenko1-1/+1
2021-03-23mfd: intel_quark_i2c_gpio: Revert "Constify static struct resources"Andy Shevchenko1-2/+4
2020-11-19mfd: Constify static struct resourcesRikard Falkeborn1-2/+2
2020-05-25gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_propertyAndy Shevchenko1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-05-14mfd: intel_quark_i2c_gpio: Adjust IOT2000 matchingSu Bao Cheng1-10/+0
2018-05-16gpio: dwapb: Add support for 1 interrupt per port A GPIOPhil Edworthy1-1/+2
2017-07-06mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platformJan Kiszka1-0/+16
2017-07-06mfd: intel_quark_i2c_gpio: Use dmi_system_id table for retrieving frequencyJan Kiszka1-20/+13
2016-05-20Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-19/+28
2016-05-09mfd: intel_quark_i2c_gpio: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-04-29gpio: dwapb: convert device node to fwnodeJiang Qiu1-1/+1
2016-04-29gpio: dwapb: remove name from dwapb_port_propertyJiang Qiu1-1/+0
2016-04-11mfd: intel_quark_i2c_gpio: Switch to use struct device *Andy Shevchenko1-11/+11
2016-04-11mfd: intel_quark_i2c_gpio: Remove clock tree on error pathAndy Shevchenko1-8/+17
2016-02-11mfd: intel_quark_i2c_gpio: Use clkdev_create()Stephen Boyd1-17/+9
2015-10-26mfd: intel_quark_i2c_gpio: support devices behind i2c busAndy Shevchenko1-0/+14
2015-10-26mfd: intel_quark_i2c_gpio: load gpio driver firstAndy Shevchenko1-10/+9
2015-03-30mfd: intel_quark_i2c_gpio: Don't crash if !DMIAndy Shevchenko1-8/+13
2015-03-12mfd: intel_quark_i2c_gpio: Add Intel Quark X1000 I2C-GPIO MFD DriverRaymond Tan1-0/+277