summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi/pinctrl-sunxi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-11-021-12/+2
|\
| * pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-161-12/+2
* | pinctrl: sunxi: Fix irq_of_xlate for the r_pio pinctrl blockHans de Goede2015-10-231-3/+3
* | pinctrl: sunxi: Remove unneeded semicolonJavier Martinez Canillas2015-10-021-1/+1
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* pinctrl: sunxi: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-09-161-6/+4
* pinctrl: sunxi: Add custom irq_domain_opsMaxime Ripard2015-07-271-2/+33
* pinctrl: sunxi: Add irq_chip nameMaxime Ripard2015-07-271-0/+2
* pinctrl: sunxi: Use common functions to change irq_chip and handlerMaxime Ripard2015-07-271-9/+9
* pinctrl/sunxi: Prepare sunxi_pinctrl_irq_handler for irq argument removalThomas Gleixner2015-07-171-1/+2
* pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-171-2/+2
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-011-3/+3
|\
| * pinctrl/sun4i: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-3/+3
* | pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-2/+2
|/
* pinctrl: sun4i: GPIOs configured as irq must be set to input before readingHans de Goede2015-03-181-2/+12
* gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-3/+3
* pinctrl: clean up after enable refactoringLinus Walleij2014-09-041-4/+4
* Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-071-49/+138
|\
| * pinctrl: sunxi: number gpio ranges starting from 0Chen-Yu Tsai2014-07-281-5/+8
| * pinctrl: sunxi: use gpiolib API to mark a GPIO used as an IRQChen-Yu Tsai2014-07-281-0/+17
| * pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe2014-07-221-2/+1
| * pinctrl: sunxi: Fix multi bank interrupt support in gpio_to_irqChen-Yu Tsai2014-07-111-2/+5
| * pinctrl: sunxi: Define enable / disable irq callbacksHans de Goede2014-07-111-0/+10
| * pinctrl: sunxi: Properly handle level triggered gpio interruptsHans de Goede2014-07-111-8/+31
| * pinctrl: sunxi: Move setting of mux to irq typeHans de Goede2014-07-111-8/+16
| * pinctrl: sunxi: Add IRQCHIP_SKIP_SET_WAKE flag for pinctrl irq chipChen-Yu Tsai2014-07-111-0/+1
| * pinctrl: sunxi: Implement multiple interrupt banks supportMaxime Ripard2014-06-191-14/+51
| * pinctrl: sunxi: Remove irq_mask_ack and use irq_ack insteadMaxime Ripard2014-06-191-14/+2
* | pinctrl: sunxi: Fix potential null pointer dereferenceSachin Kamat2014-06-191-0/+4
|/
* pinctrl: sunxi: create irq/pin mapping during initChen-Yu Tsai2014-05-271-2/+3
* pinctrl: sunxi: fix pin numbers passed to register offset helpersChen-Yu Tsai2014-05-271-12/+14
* pinctrl: sunxi: Fix multiple registration issueMaxime Ripard2014-05-231-12/+17
* pinctrl: sunxi: Move the reset handling functions out of the coreMaxime Ripard2014-05-041-14/+2
* pinctrl: sunxi: Move Allwinner A20 pinctrl driver to a driver of its ownMaxime Ripard2014-05-041-32/+0
* pinctrl: sunxi: Move Allwinner A31 special pins driver to a driver of its ownMaxime Ripard2014-05-041-1/+0
* pinctrl: sunxi: Move Allwinner A31 pinctrl driver to a driver of its ownMaxime Ripard2014-05-041-1/+0
* pinctrl: sunxi: Move Allwinner A13 pinctrl driver to a driver of its ownMaxime Ripard2014-05-041-1/+0
* pinctrl: sunxi: Move Allwinner A10s pinctrl driver to a driver of its ownMaxime Ripard2014-05-041-1/+0
* pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its ownMaxime Ripard2014-05-041-1/+0
* pinctrl: sunxi: Libraryse the driverMaxime Ripard2014-05-041-7/+14
* pinctrl: sunxi: Switch to devm_ioremap_resourceMaxime Ripard2014-05-031-3/+5
* pinctrl: sunxi: Move the Allwinner pinctrl driver to its own directoryMaxime Ripard2014-05-031-0/+953
OpenPOWER on IntegriCloud