aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mpc8xxx.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-05gpio: mpc8xxx: Add ACPI supportGravatar Ran Wang 1-14/+33
2020-09-30gpio: mpc8xxx: simplify ls1028a/ls1088a supportGravatar Michael Walle 1-33/+12
2020-06-15gpio: mpc8xxx: change the gpio interrupt flags.Gravatar Song Hui 1-1/+1
2020-01-17Merge tag 'v5.5-rc6' into develGravatar Linus Walleij 1-0/+1
2020-01-07gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs.Gravatar Song Hui 1-0/+1
2019-12-09gpio: mpc8xxx: Add platform device to gpiochip->parentGravatar Johnson CH Chen (陳昭勳) 1-0/+1
2019-11-21gpio/mpc8xxx: fix qoriq GPIO readingGravatar Russell King 1-0/+3
2019-11-21gpio: mpc8xxx: Don't overwrite default irq_set_type callbackGravatar Vladimir Oltean 1-1/+2
2019-10-16gpio/mpc8xxx: change irq handler from chained to normalGravatar Song Hui 1-11/+19
2019-08-23gpio: mpc8xxx: add ls1088a platform special functionGravatar Song Hui 1-0/+1
2019-08-03gpio: mpc8xxx: Add ls1028a device specify function.Gravatar Song Hui 1-0/+31
2017-10-25gpio: mpc8xxx: Do not reverse bits using bgpioGravatar Linus Walleij 1-6/+17
2017-08-14gpio: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-2/+2
2016-10-24gpio: mpc8xxx: Correct irq handler functionGravatar Liu Gang 1-1/+1
2016-03-09gpio: mpc8xxx: Slightly update the code for better readabilityGravatar Axel Lin 1-2/+5
2016-03-09gpio: mpc8xxx: Remove *read_reg and *write_reg from struct mpc8xxx_gpio_chipGravatar Axel Lin 1-27/+21
2016-03-09gpio: mpc8xxx: Fixup setting gpio direction outputGravatar Axel Lin 1-2/+1
2016-02-08drivers/gpio: Switch gpio-mpc8xxx to use gpio-genericGravatar Liu Gang 1-159/+100
2016-01-13gpio: mpc8xxx: Do not use gpiochip_get_data() in mpc8xxx_gpio_save_regs()Gravatar Guenter Roeck 1-1/+2
2016-01-05gpio: mpc8xxx: use gpiochip data pointerGravatar Linus Walleij 1-15/+8
2015-12-26gpio: mpc8xxx: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-1/+1
2015-07-28gpio: mpc8xxx: Convert mpc8xxx_gpio_chip.lock to raw_spinlockGravatar Alexander Stein 1-24/+24
2015-07-27gpio: mpc8xxx: add support for MPC5125Gravatar Uwe Kleine-König 1-0/+15
2015-07-27gpio: mpc8xxx: handle differences between incarnations at a single placeGravatar Uwe Kleine-König 1-11/+38
2015-07-27gpio: mpc8xxx: constify of_device_idGravatar Uwe Kleine-König 1-1/+1
2015-07-14gpio/mpc8xxx: Consolidate chained IRQ handler install/removeGravatar Thomas Gleixner 1-4/+3
2015-05-06gpio: Constify irq_domain_opsGravatar Krzysztof Kozlowski 1-1/+1
2015-03-05gpio: mpc8xxx: remove __initdata annotation for mpc8xxx_gpio_ids[]Gravatar Kevin Hao 1-1/+1
2015-01-21gpio: mpc8xxx: Use of_mm_gpiochip_removeGravatar Ricardo Ribalda Delgado 1-5/+23
2015-01-20gpio: mpc8xxx: Convert to platform device interface.Gravatar Ricardo Ribalda Delgado 1-26/+22
2014-11-27gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple functionGravatar Rojhalat Ibrahim 1-0/+27
2013-12-03powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536Gravatar Liu Gang 1-2/+6
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2013-10-16gpio: mpc8xxx: drop references to "virtual" IRQGravatar Linus Walleij 1-4/+4
2013-10-09drivers: clean-up prom.h implicit includesGravatar Rob Herring 1-0/+1
2013-02-04gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mappingGravatar Anatolij Gustschin 1-1/+0
2012-09-11gpio/mpc8xxx: add a const qualifierGravatar Uwe Kleine-König 1-1/+1
2012-05-18gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerGravatar Thomas Gleixner 1-1/+2
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGravatar Grant Likely 1-16/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGravatar Grant Likely 1-5/+2
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGravatar Grant Likely 1-5/+5
2011-12-13gpio: mpc8xxx: don't allow input-only pins to be output for MPC5121Gravatar Wolfram Sang 1-5/+13
2011-11-03powerpc/8xxx: Fix interrupt handling in MPC8xxx GPIO driverGravatar Felix Radensky 1-0/+2
2011-11-03powerpc/85xx: Add 'fsl,pq3-gpio' compatiable for GPIO driverGravatar Kumar Gala 1-0/+1
2011-09-23gpio: move mpc8xxx/512x gpio driver to drivers/gpioGravatar Wolfram Sang 1-0/+395