index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
sunxi
/
pinctrl-sunxi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: sunxi: Add some defensiveness for regulators array
Mark Brown
2023-07-20
1
-0
/
+3
*
pinctrl: Use of_property_present() for testing DT property presence
Rob Herring
2023-03-23
1
-10
/
+10
*
pinctrl: sunxi: Add missing header(s)
Andy Shevchenko
2022-10-24
1
-8
/
+10
*
Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2022-08-10
1
-40
/
+116
|
\
|
*
pinctrl: sunxi: Add driver for Allwinner D1
Samuel Holland
2022-07-18
1
-5
/
+11
|
*
pinctrl: sunxi: Make some layout parameters dynamic
Samuel Holland
2022-07-18
1
-18
/
+26
|
*
pinctrl: sunxi: Refactor register/offset calculation
Samuel Holland
2022-07-18
1
-34
/
+85
|
*
pinctrl: sunxi: Support the 2.5V I/O bias mode
Samuel Holland
2022-07-18
1
-0
/
+10
|
*
pinctrl: sunxi: Add I/O bias setting for H6 R-PIO
Samuel Holland
2022-07-18
1
-3
/
+4
*
|
pinctrl: sunxi: sunxi_pconf_set: use correct offset
Andrei Lalaev
2022-06-27
1
-0
/
+2
|
/
*
Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-28
1
-5
/
+4
|
\
|
*
pinctrl: sunxi: Use unique lockdep classes for IRQs
Samuel Holland
2022-02-19
1
-0
/
+9
|
*
pinctrl: sunxi: do not print error message for EPROBE_DEFER
Mans Rullgard
2022-02-19
1
-5
/
+4
*
|
pinctrl: sunxi: Use unique lockdep classes for IRQs
Samuel Holland
2022-02-28
1
-0
/
+9
*
|
pinctrl-sunxi: sunxi_pinctrl_gpio_direction_in/output: use correct offset
Hans Verkuil
2022-02-28
1
-2
/
+4
|
/
*
pinctrl-sunxi: don't call pinctrl_gpio_direction()
Hans Verkuil
2021-12-16
1
-2
/
+6
*
Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-08-30
1
-5
/
+3
|
\
|
*
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-08-12
1
-5
/
+3
*
|
pinctrl: sunxi: Don't underestimate number of functions
Andre Przywara
2021-08-10
1
-3
/
+5
|
/
*
pinctrl: sunxi: Always call chained_irq_{enter, exit} in sunxi_pinctrl_irq_ha...
Yangtao Li
2020-11-24
1
-2
/
+4
*
pinctrl: sunxi: Mark the irq bank not found in sunxi_pinctrl_irq_handler() wi...
Yangtao Li
2020-11-24
1
-2
/
+1
*
pinctrl: sunxi: Mask non-wakeup IRQs on suspend
Samuel Holland
2020-02-21
1
-0
/
+2
*
pinctrl: sunxi: Forward calls to irq_set_irq_wake
Samuel Holland
2020-02-21
1
-2
/
+12
*
pinctrl: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-11-05
1
-3
/
+1
*
pinctrl: sunxi: Support I/O bias voltage setting on H6
Ondrej Jirman
2019-04-23
1
-0
/
+11
*
pinctrl: sunxi: Prepare for alternative bias voltage setting methods
Ondrej Jirman
2019-04-23
1
-20
/
+27
*
pinctrl: sunxi: Declare set_config on the GPIO chip
Maxime Ripard
2019-04-04
1
-0
/
+1
*
pinctrl: sunxi: Fix variable assignment syntax
Maxime Ripard
2019-04-04
1
-10
/
+10
*
pinctrl: sunxi: implement pin_config_set
Maxime Ripard
2019-04-04
1
-6
/
+13
*
pinctrl: sunxi: Support I/O bias voltage setting on A80
Chen-Yu Tsai
2019-02-11
1
-0
/
+41
*
pinctrl: sunxi: Consider pin_base when calculating regulator array index
Chen-Yu Tsai
2019-01-14
1
-2
/
+6
*
pinctrl: sunxi: Fix and simplify pin bank regulator handling
Chen-Yu Tsai
2019-01-14
1
-20
/
+16
*
pinctrl: sunxi: Deal with per-bank regulators
Maxime Ripard
2018-12-14
1
-0
/
+63
*
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-12
1
-8
/
+10
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
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-21
1
-21
/
+58
|
\
[next]