summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mpc8xxx.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: mpc8xxx: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* gpio: Explicitly include correct DT includesRob Herring2023-07-191-3/+1
* gpio: mpc8xxx: Remove unused of_gpio.h inclusionAndy Shevchenko2023-06-191-1/+0
* gpio: mpc8xxx: latch GPIOs state on module load when configured as outputMichal Smulski2023-06-161-1/+5
* gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xxPali Rohár2022-09-071-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-101-4/+1
* gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()Yang Li2022-01-201-1/+1
* gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probeMiaoqian Lin2022-01-171-2/+2
* Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-071-8/+5
|\
| * gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid ...Christophe JAILLET2021-08-311-3/+1
| * gpio: mpc8xxx: Fix a potential double iounmap call in 'mpc8xxx_probe()'Christophe JAILLET2021-08-311-7/+4
| * gpio: mpc8xxx: Fix a resources leak in the error handling path of 'mpc8xxx_pr...Christophe JAILLET2021-08-311-0/+2
* | Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-08-291-1/+1
|\ \
| * | gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
| |/
* / Revert "gpio: mpc8xxx: change the gpio interrupt flags."Rasmus Villemoes2021-07-181-1/+1
|/
* gpio: mpc8xxx: Add ACPI supportRan Wang2021-05-051-14/+33
* gpio: mpc8xxx: simplify ls1028a/ls1088a supportMichael Walle2020-09-301-33/+12
* gpio: mpc8xxx: change the gpio interrupt flags.Song Hui2020-06-151-1/+1
* Merge tag 'v5.5-rc6' into develLinus Walleij2020-01-171-0/+1
|\
| * gpio: mpc8xxx: Add platform device to gpiochip->parentJohnson CH Chen (陳昭勳)2019-12-091-0/+1
* | gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs.Song Hui2020-01-071-0/+1
|/
* gpio/mpc8xxx: fix qoriq GPIO readingRussell King2019-11-211-0/+3
* gpio: mpc8xxx: Don't overwrite default irq_set_type callbackVladimir Oltean2019-11-211-1/+2
* gpio/mpc8xxx: change irq handler from chained to normalSong Hui2019-10-161-11/+19
* gpio: mpc8xxx: add ls1088a platform special functionSong Hui2019-08-231-0/+1
* gpio: mpc8xxx: Add ls1028a device specify function.Song Hui2019-08-031-0/+31
* gpio: mpc8xxx: Do not reverse bits using bgpioLinus Walleij2017-10-251-6/+17
* gpio: Convert to using %pOF instead of full_nameRob Herring2017-08-141-2/+2
* gpio: mpc8xxx: Correct irq handler functionLiu Gang2016-10-241-1/+1
* gpio: mpc8xxx: Slightly update the code for better readabilityAxel Lin2016-03-091-2/+5
* gpio: mpc8xxx: Remove *read_reg and *write_reg from struct mpc8xxx_gpio_chipAxel Lin2016-03-091-27/+21
* gpio: mpc8xxx: Fixup setting gpio direction outputAxel Lin2016-03-091-2/+1
* drivers/gpio: Switch gpio-mpc8xxx to use gpio-genericLiu Gang2016-02-081-159/+100
* gpio: mpc8xxx: Do not use gpiochip_get_data() in mpc8xxx_gpio_save_regs()Guenter Roeck2016-01-131-1/+2
* gpio: mpc8xxx: use gpiochip data pointerLinus Walleij2016-01-051-15/+8
* gpio: mpc8xxx: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* gpio: mpc8xxx: Convert mpc8xxx_gpio_chip.lock to raw_spinlockAlexander Stein2015-07-281-24/+24
* gpio: mpc8xxx: add support for MPC5125Uwe Kleine-König2015-07-271-0/+15
* gpio: mpc8xxx: handle differences between incarnations at a single placeUwe Kleine-König2015-07-271-11/+38
* gpio: mpc8xxx: constify of_device_idUwe Kleine-König2015-07-271-1/+1
* gpio/mpc8xxx: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-4/+3
* gpio: Constify irq_domain_opsKrzysztof Kozlowski2015-05-061-1/+1
* gpio: mpc8xxx: remove __initdata annotation for mpc8xxx_gpio_ids[]Kevin Hao2015-03-051-1/+1
* gpio: mpc8xxx: Use of_mm_gpiochip_removeRicardo Ribalda Delgado2015-01-211-5/+23
* gpio: mpc8xxx: Convert to platform device interface.Ricardo Ribalda Delgado2015-01-201-26/+22
* gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple functionRojhalat Ibrahim2014-11-271-0/+27
* powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536Liu Gang2013-12-031-2/+6
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-0/+1
|\
| * drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+1