index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
sunxi
/
pinctrl-sunxi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: sunxi: Fix a memory leak in 'sunxi_pinctrl_build_state()'
Christophe JAILLET
2018-10-16
1
-4
/
+7
*
pinctrl: sunxi: fix 'pctrl->functions' allocation in sunxi_pinctrl_build_state
YueHaibing
2018-09-21
1
-6
/
+9
*
pinctrl: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-08-29
1
-4
/
+4
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-13
1
-8
/
+10
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-1
/
+1
*
pinctrl: sunxi: Use of_clk_get_parent_count() instead of open coding
Geert Uytterhoeven
2018-05-02
1
-2
/
+2
*
pinctrl: sunxi: refactor irq related register function to have desc
Icenowy Zheng
2018-03-27
1
-12
/
+10
*
pinctrl: sunxi: always look for apb block
Andre Przywara
2018-03-23
1
-1
/
+2
*
pinctrl: sunxi: Use of_clk_get_parent_count() instead of open coding
Geert Uytterhoeven
2018-01-22
1
-1
/
+2
*
pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly.
hao_zhang
2018-01-10
1
-1
/
+3
*
pinctrl: sunxi: Enforce the strict mode by default
Maxime Ripard
2017-10-31
1
-0
/
+1
*
pinctrl: sunxi: Introduce the strict flag
Maxime Ripard
2017-10-31
1
-1
/
+11
*
Revert "pinctrl: sunxi: Don't enforce bias disable (for now)"
Priit Laes
2017-08-31
1
-1
/
+2
*
pinctrl: sunxi: constify irq_domain_ops
Tobias Klauser
2017-06-09
1
-1
/
+1
*
pinctrl: sunxi: make use of raw_spinlock variants
Julia Cartwright
2017-03-16
1
-13
/
+13
*
Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-02-22
1
-21
/
+58
|
\
|
*
Merge branch 'ib-pinctrl-genprops' into devel
Linus Walleij
2017-01-26
1
-1
/
+1
|
|
\
|
|
*
pinctrl: Widen the generic pinconf argument from 16 to 24 bits
Mika Westerberg
2017-01-26
1
-1
/
+1
|
*
|
pinctrl: sunxi: Add pinctrl variants
Maxime Ripard
2017-01-09
1
-20
/
+57
|
|
/
*
/
pinctrl: sunxi: Don't enforce bias disable (for now)
Maxime Ripard
2017-01-30
1
-2
/
+1
|
/
*
pinctrl: sunxi: Testing the wrong variable
Dan Carpenter
2016-11-22
1
-2
/
+3
*
pinctrl: sunxi: fix theoretical uninitialized variable access
Arnd Bergmann
2016-11-16
1
-2
/
+5
*
pinctrl: sunxi: Add support for interrupt debouncing
Maxime Ripard
2016-11-15
1
-0
/
+84
*
pinctrl: sunxi: Make sunxi_pconf_group_set use sunxi_pconf_reg helper
Chen-Yu Tsai
2016-11-15
1
-32
/
+32
*
pinctrl: sunxi: Add support for fetching pinconf settings from hardware
Chen-Yu Tsai
2016-11-15
1
-5
/
+81
*
pinctrl: sunxi: Fix PIN_CONFIG_BIAS_PULL_{DOWN,UP} argument
Chen-Yu Tsai
2016-11-15
1
-1
/
+5
*
pinctrl: sunxi: Free configs in pinctrl_map only if it is a config map
Chen-Yu Tsai
2016-11-15
1
-2
/
+15
*
pinctrl: sunxi: Deal with configless pins
Maxime Ripard
2016-10-29
1
-14
/
+37
*
pinctrl: sunxi: Support generic binding
Maxime Ripard
2016-10-24
1
-2
/
+46
*
pinctrl: sunxi: Handle bias disable
Maxime Ripard
2016-10-24
1
-0
/
+8
*
pinctrl: sunxi: Use macros from bindings header file for DT parsing
Maxime Ripard
2016-10-24
1
-2
/
+4
*
pinctrl: sunxi: Rework the pin config building code
Maxime Ripard
2016-10-24
1
-48
/
+130
*
gpio: acpi: separation of concerns
Linus Walleij
2016-10-03
1
-1
/
+0
*
Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2016-05-19
1
-9
/
+4
|
\
|
*
pinctrl: ssbi-mpp: Use devm_pinctrl_register() for pinctrl registration
Laxman Dewangan
2016-04-21
1
-9
/
+4
*
|
pinctrl: sunxi: Fix A33 external interrupts not working
Hans de Goede
2016-03-30
1
-7
/
+10
|
/
*
Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-03-18
1
-2
/
+2
|
\
|
*
gpio/pinctrl: sunxi: stop poking around in private vars
Linus Walleij
2016-02-11
1
-2
/
+2
*
|
pinctrl: sunxi: does not need module.h
Paul Gortmaker
2016-03-09
1
-1
/
+1
*
|
pinctrl: sunxi: Use pin number when calling sunxi_pmx_set
Krzysztof Adamski
2016-02-11
1
-2
/
+3
|
/
*
pinctrl: sunxi: use gpiochip data pointer
Linus Walleij
2016-01-05
1
-5
/
+5
*
pinctrl: sunxi: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: change member .dev to .parent
Linus Walleij
2015-11-19
1
-5
/
+5
*
Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2015-11-02
1
-12
/
+2
|
\
|
*
pinctrl: replace trivial implementations of gpio_chip request/free
Jonas Gorski
2015-10-16
1
-12
/
+2
*
|
pinctrl: sunxi: Fix irq_of_xlate for the r_pio pinctrl block
Hans de Goede
2015-10-23
1
-3
/
+3
*
|
pinctrl: sunxi: Remove unneeded semicolon
Javier Martinez Canillas
2015-10-02
1
-1
/
+1
|
/
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-1
/
+1
*
pinctrl: sunxi: Use irq_set_chip_handler_name_locked()
Thomas Gleixner
2015-09-16
1
-6
/
+4
[next]