index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-21
Merge tag 'pinctrl-v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+25
2024-06-17
pinctrl: core: fix possible memory leak when pinctrl_enable() fails
Yang Yingliang
1
-1
/
+11
2024-06-17
pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER
Hagar Hemdan
1
-1
/
+1
2024-06-17
pinctrl: core: reset gpio_device in loop in pinctrl_pins_show()
Léo DUBOIN
1
-0
/
+1
2024-06-17
pinctrl: core: take into account the pins array in pinctrl_pins_show()
Léo DUBOIN
1
-4
/
+13
2024-03-29
pinctrl: core: delete incorrect free in pinctrl_enable()
Dan Carpenter
1
-7
/
+1
2024-03-14
Merge tag 'pinctrl-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-0
/
+4
2024-03-06
pinctrl: core: comment that pinctrl_add_gpio_range() is deprecated
Dan Carpenter
1
-0
/
+4
2024-02-29
pinctrl: don't put the reference to GPIO device in pinctrl_pins_show()
Bartosz Golaszewski
1
-1
/
+1
2024-01-18
Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-32
/
+27
2023-12-12
pinctrl: core: Remove unused members from struct group_desc
Andy Shevchenko
1
-9
/
+0
2023-12-12
pinctrl: core: Embed struct pingroup into struct group_desc
Andy Shevchenko
1
-3
/
+12
2023-12-12
pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()
Andy Shevchenko
1
-4
/
+1
2023-12-07
pinctrl: core: Make pins const unsigned int pointer in struct group_desc
Andy Shevchenko
1
-1
/
+1
2023-12-04
pinctrl: Convert unsigned to unsigned int
Andy Shevchenko
1
-14
/
+14
2023-11-25
pinctrl: don't include GPIOLIB private header
Bartosz Golaszewski
1
-4
/
+1
2023-11-25
pinctrl: stop using gpiod_to_chip()
Bartosz Golaszewski
1
-6
/
+7
2023-11-15
pinctrl: avoid reload of p state in list iteration
Maria Yu
1
-3
/
+3
2023-11-04
pinctrl: change the signature of pinctrl_ready_for_gpio_range()
Bartosz Golaszewski
1
-15
/
+12
2023-11-04
pinctrl: change the signature of gpio_to_pin()
Bartosz Golaszewski
1
-10
/
+11
2023-11-04
pinctrl: change the signature of pinctrl_match_gpio_range()
Bartosz Golaszewski
1
-5
/
+7
2023-11-04
pinctrl: change the signature of pinctrl_get_device_gpio_range()
Bartosz Golaszewski
1
-12
/
+10
2023-11-04
pinctrl: change the signature of pinctrl_gpio_direction()
Bartosz Golaszewski
1
-5
/
+7
2023-11-04
treewide: rename pinctrl_gpio_set_config_new()
Bartosz Golaszewski
1
-3
/
+3
2023-11-04
treewide: rename pinctrl_gpio_direction_output_new()
Bartosz Golaszewski
1
-4
/
+3
2023-11-04
treewide: rename pinctrl_gpio_direction_input_new()
Bartosz Golaszewski
1
-3
/
+3
2023-11-04
treewide: rename pinctrl_gpio_free_new()
Bartosz Golaszewski
1
-3
/
+3
2023-11-04
treewide: rename pinctrl_gpio_request_new()
Bartosz Golaszewski
1
-3
/
+3
2023-11-04
treewide: rename pinctrl_gpio_can_use_line_new()
Bartosz Golaszewski
1
-2
/
+2
2023-11-04
pinctrl: remove pinctrl_gpio_set_config()
Bartosz Golaszewski
1
-21
/
+15
2023-11-04
pinctrl: remove pinctrl_gpio_direction_output()
Bartosz Golaszewski
1
-8
/
+1
2023-11-04
pinctrl: remove pinctrl_gpio_direction_input()
Bartosz Golaszewski
1
-8
/
+1
2023-11-04
pinctrl: remove pinctrl_gpio_free()
Bartosz Golaszewski
1
-24
/
+17
2023-11-04
pinctrl: remove pinctrl_gpio_request()
Bartosz Golaszewski
1
-24
/
+17
2023-11-04
pinctrl: remove pinctrl_gpio_can_use_line()
Bartosz Golaszewski
1
-9
/
+3
2023-11-04
pinctrl: provide new GPIO-to-pinctrl glue helpers
Bartosz Golaszewski
1
-29
/
+79
2023-10-16
Merge tag 'intel-pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
1
-1
/
+1
2023-10-10
pinctrl: core: Remove unneeded {} around one line conditional body
Andy Shevchenko
1
-2
/
+2
2023-10-03
pinctrl: Replace kernel.h by what is actually being used
Andy Shevchenko
1
-1
/
+1
2023-07-28
pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()
Sergey Shtylyov
1
-3
/
+11
2023-07-28
pinctrl: core: handle radix_tree_insert() errors in pinctrl_generic_add_group()
Sergey Shtylyov
1
-2
/
+4
2023-03-06
gpiolib: remove asm-generic/gpio.h
Arnd Bergmann
1
-1
/
+0
2023-01-30
gpio: Get rid of gpio_to_chip()
Linus Walleij
1
-2
/
+12
2022-11-14
pinctrl: Move for_each_maps() to namespace and hide iterator inside
Andy Shevchenko
1
-4
/
+2
2022-10-24
pinctrl: Clean up headers
Andy Shevchenko
1
-9
/
+10
2022-07-18
pinctrl: core: Use device_match_of_node() helper
Andy Shevchenko
1
-1
/
+1
2021-11-05
Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2021-10-25
pinctrl: core: fix possible memory leak in pinctrl_enable()
Yang Yingliang
1
-0
/
+2
2021-09-17
pinctrl: core: Remove duplicated word from devm_pinctrl_unregister()
Michal Simek
1
-1
/
+1
2021-04-30
Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+31
[next]