summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi/pinctrl-sunxi.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sunxi: Introduce the strict flagMaxime Ripard2017-10-311-1/+11
* Revert "pinctrl: sunxi: Don't enforce bias disable (for now)"Priit Laes2017-08-311-1/+2
* pinctrl: sunxi: constify irq_domain_opsTobias Klauser2017-06-091-1/+1
* pinctrl: sunxi: make use of raw_spinlock variantsJulia Cartwright2017-03-161-13/+13
* Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-221-21/+58
|\
| * Merge branch 'ib-pinctrl-genprops' into develLinus Walleij2017-01-261-1/+1
| |\
| | * pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-261-1/+1
| * | pinctrl: sunxi: Add pinctrl variantsMaxime Ripard2017-01-091-20/+57
| |/
* / pinctrl: sunxi: Don't enforce bias disable (for now)Maxime Ripard2017-01-301-2/+1Star
|/
* pinctrl: sunxi: Testing the wrong variableDan Carpenter2016-11-221-2/+3
* pinctrl: sunxi: fix theoretical uninitialized variable accessArnd Bergmann2016-11-161-2/+5
* pinctrl: sunxi: Add support for interrupt debouncingMaxime Ripard2016-11-151-0/+84
* pinctrl: sunxi: Make sunxi_pconf_group_set use sunxi_pconf_reg helperChen-Yu Tsai2016-11-151-32/+32
* pinctrl: sunxi: Add support for fetching pinconf settings from hardwareChen-Yu Tsai2016-11-151-5/+81
* pinctrl: sunxi: Fix PIN_CONFIG_BIAS_PULL_{DOWN,UP} argumentChen-Yu Tsai2016-11-151-1/+5
* pinctrl: sunxi: Free configs in pinctrl_map only if it is a config mapChen-Yu Tsai2016-11-151-2/+15
* pinctrl: sunxi: Deal with configless pinsMaxime Ripard2016-10-291-14/+37
* pinctrl: sunxi: Support generic bindingMaxime Ripard2016-10-241-2/+46
* pinctrl: sunxi: Handle bias disableMaxime Ripard2016-10-241-0/+8
* pinctrl: sunxi: Use macros from bindings header file for DT parsingMaxime Ripard2016-10-241-2/+4
* pinctrl: sunxi: Rework the pin config building codeMaxime Ripard2016-10-241-48/+130
* gpio: acpi: separation of concernsLinus Walleij2016-10-031-1/+0Star
* Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-05-191-9/+4Star
|\
| * pinctrl: ssbi-mpp: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-9/+4Star
* | pinctrl: sunxi: Fix A33 external interrupts not workingHans de Goede2016-03-301-7/+10
|/
* Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-181-2/+2
|\
| * gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij2016-02-111-2/+2
* | pinctrl: sunxi: does not need module.hPaul Gortmaker2016-03-091-1/+1
* | pinctrl: sunxi: Use pin number when calling sunxi_pmx_setKrzysztof Adamski2016-02-111-2/+3
|/
* pinctrl: sunxi: use gpiochip data pointerLinus Walleij2016-01-051-5/+5
* pinctrl: sunxi: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: change member .dev to .parentLinus Walleij2015-11-191-5/+5
* Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-11-021-12/+2Star
|\
| * pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-161-12/+2Star
* | 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/+4Star
* 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-021-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-081-49/+138
|\