summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi/pinctrl-sunxi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sunxi: Fix a memory leak in 'sunxi_pinctrl_build_state()'Christophe JAILLET2018-10-161-4/+7
* pinctrl: sunxi: fix 'pctrl->functions' allocation in sunxi_pinctrl_build_stateYueHaibing2018-09-211-6/+9
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-4/+4
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-8/+10
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2018-05-021-2/+2
* pinctrl: sunxi: refactor irq related register function to have descIcenowy Zheng2018-03-271-12/+10
* pinctrl: sunxi: always look for apb blockAndre Przywara2018-03-231-1/+2
* pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2018-01-221-1/+2
* pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly.hao_zhang2018-01-101-1/+3
* pinctrl: sunxi: Enforce the strict mode by defaultMaxime Ripard2017-10-311-0/+1
* 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/+1
|/
* 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/+0
* Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-05-191-9/+4
|\
| * pinctrl: ssbi-mpp: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-9/+4
* | 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/+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