summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mpc8xxx.c
AgeCommit message (Expand)Author
2022-01-20gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()Yang Li
2022-01-17gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probeMiaoqian Lin
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-31gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid ...Christophe JAILLET
2021-08-31gpio: mpc8xxx: Fix a potential double iounmap call in 'mpc8xxx_probe()'Christophe JAILLET
2021-08-31gpio: mpc8xxx: Fix a resources leak in the error handling path of 'mpc8xxx_pr...Christophe JAILLET
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-07-18Revert "gpio: mpc8xxx: change the gpio interrupt flags."Rasmus Villemoes
2021-05-05gpio: mpc8xxx: Add ACPI supportRan Wang
2020-09-30gpio: mpc8xxx: simplify ls1028a/ls1088a supportMichael Walle
2020-06-15gpio: mpc8xxx: change the gpio interrupt flags.Song Hui
2020-01-17Merge tag 'v5.5-rc6' into develLinus Walleij
2020-01-07gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs.Song Hui
2019-12-09gpio: mpc8xxx: Add platform device to gpiochip->parentJohnson CH Chen (陳昭勳)
2019-11-21gpio/mpc8xxx: fix qoriq GPIO readingRussell King
2019-11-21gpio: mpc8xxx: Don't overwrite default irq_set_type callbackVladimir Oltean
2019-10-16gpio/mpc8xxx: change irq handler from chained to normalSong Hui
2019-08-23gpio: mpc8xxx: add ls1088a platform special functionSong Hui
2019-08-03gpio: mpc8xxx: Add ls1028a device specify function.Song Hui
2017-10-25gpio: mpc8xxx: Do not reverse bits using bgpioLinus Walleij
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring
2016-10-24gpio: mpc8xxx: Correct irq handler functionLiu Gang
2016-03-09gpio: mpc8xxx: Slightly update the code for better readabilityAxel Lin
2016-03-09gpio: mpc8xxx: Remove *read_reg and *write_reg from struct mpc8xxx_gpio_chipAxel Lin
2016-03-09gpio: mpc8xxx: Fixup setting gpio direction outputAxel Lin
2016-02-08drivers/gpio: Switch gpio-mpc8xxx to use gpio-genericLiu Gang
2016-01-13gpio: mpc8xxx: Do not use gpiochip_get_data() in mpc8xxx_gpio_save_regs()Guenter Roeck
2016-01-05gpio: mpc8xxx: use gpiochip data pointerLinus Walleij
2015-12-26gpio: mpc8xxx: Be sure to clamp return valueLinus Walleij
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-28gpio: mpc8xxx: Convert mpc8xxx_gpio_chip.lock to raw_spinlockAlexander Stein
2015-07-27gpio: mpc8xxx: add support for MPC5125Uwe Kleine-König
2015-07-27gpio: mpc8xxx: handle differences between incarnations at a single placeUwe Kleine-König
2015-07-27gpio: mpc8xxx: constify of_device_idUwe Kleine-König
2015-07-14gpio/mpc8xxx: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-05-06gpio: Constify irq_domain_opsKrzysztof Kozlowski
2015-03-05gpio: mpc8xxx: remove __initdata annotation for mpc8xxx_gpio_ids[]Kevin Hao
2015-01-21gpio: mpc8xxx: Use of_mm_gpiochip_removeRicardo Ribalda Delgado
2015-01-20gpio: mpc8xxx: Convert to platform device interface.Ricardo Ribalda Delgado
2014-11-27gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple functionRojhalat Ibrahim
2013-12-03powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536Liu Gang
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-10-16gpio: mpc8xxx: drop references to "virtual" IRQLinus Walleij
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2013-02-04gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mappingAnatolij Gustschin
2012-09-11gpio/mpc8xxx: add a const qualifierUwe Kleine-König
2012-05-18gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerThomas Gleixner
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely