aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi/pinctrl-sunxi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-11pinctrl: sunxi: Use pin number when calling sunxi_pmx_setKrzysztof Adamski1-2/+3
2016-01-05pinctrl: sunxi: use gpiochip data pointerLinus Walleij1-5/+5
2015-12-26pinctrl: sunxi: Be sure to clamp return valueLinus Walleij1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-5/+5
2015-11-02Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-12/+2
2015-10-23pinctrl: sunxi: Fix irq_of_xlate for the r_pio pinctrl blockHans de Goede1-3/+3
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-12/+2
2015-10-02pinctrl: sunxi: Remove unneeded semicolonJavier Martinez Canillas1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-16pinctrl: sunxi: Use irq_set_chip_handler_name_locked()Thomas Gleixner1-6/+4
2015-07-27pinctrl: sunxi: Add custom irq_domain_opsMaxime Ripard1-2/+33
2015-07-27pinctrl: sunxi: Add irq_chip nameMaxime Ripard1-0/+2
2015-07-27pinctrl: sunxi: Use common functions to change irq_chip and handlerMaxime Ripard1-9/+9
2015-07-17pinctrl/sunxi: Prepare sunxi_pinctrl_irq_handler for irq argument removalThomas Gleixner1-1/+2
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-2/+2
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2015-06-25pinctrl/sun4i: Fix race in installing chained IRQ handlerThomas Gleixner1-3/+3
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2015-03-18pinctrl: sun4i: GPIOs configured as irq must be set to input before readingHans de Goede1-2/+12
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-3/+3
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-4/+4
2014-08-07Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-49/+138
2014-07-28pinctrl: sunxi: number gpio ranges starting from 0Chen-Yu Tsai1-5/+8
2014-07-28pinctrl: sunxi: use gpiolib API to mark a GPIO used as an IRQChen-Yu Tsai1-0/+17
2014-07-22pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe1-2/+1
2014-07-11pinctrl: sunxi: Fix multi bank interrupt support in gpio_to_irqChen-Yu Tsai1-2/+5
2014-07-11pinctrl: sunxi: Define enable / disable irq callbacksHans de Goede1-0/+10
2014-07-11pinctrl: sunxi: Properly handle level triggered gpio interruptsHans de Goede1-8/+31
2014-07-11pinctrl: sunxi: Move setting of mux to irq typeHans de Goede1-8/+16
2014-07-11pinctrl: sunxi: Add IRQCHIP_SKIP_SET_WAKE flag for pinctrl irq chipChen-Yu Tsai1-0/+1
2014-06-19pinctrl: sunxi: Implement multiple interrupt banks supportMaxime Ripard1-14/+51
2014-06-19pinctrl: sunxi: Remove irq_mask_ack and use irq_ack insteadMaxime Ripard1-14/+2
2014-06-19pinctrl: sunxi: Fix potential null pointer dereferenceSachin Kamat1-0/+4
2014-05-27pinctrl: sunxi: create irq/pin mapping during initChen-Yu Tsai1-2/+3
2014-05-27pinctrl: sunxi: fix pin numbers passed to register offset helpersChen-Yu Tsai1-12/+14
2014-05-23pinctrl: sunxi: Fix multiple registration issueMaxime Ripard1-12/+17
2014-05-04pinctrl: sunxi: Move the reset handling functions out of the coreMaxime Ripard1-14/+2
2014-05-04pinctrl: sunxi: Move Allwinner A20 pinctrl driver to a driver of its ownMaxime Ripard1-32/+0
2014-05-04pinctrl: sunxi: Move Allwinner A31 special pins driver to a driver of its ownMaxime Ripard1-1/+0
2014-05-04pinctrl: sunxi: Move Allwinner A31 pinctrl driver to a driver of its ownMaxime Ripard1-1/+0
2014-05-04pinctrl: sunxi: Move Allwinner A13 pinctrl driver to a driver of its ownMaxime Ripard1-1/+0
2014-05-04pinctrl: sunxi: Move Allwinner A10s pinctrl driver to a driver of its ownMaxime Ripard1-1/+0
2014-05-04pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its ownMaxime Ripard1-1/+0
2014-05-04pinctrl: sunxi: Libraryse the driverMaxime Ripard1-7/+14
2014-05-03pinctrl: sunxi: Switch to devm_ioremap_resourceMaxime Ripard1-3/+5
2014-05-03pinctrl: sunxi: Move the Allwinner pinctrl driver to its own directoryMaxime Ripard1-0/+953