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
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
/
bcm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-24
pinctrl: bcm2835: fix module autoloading
Liao Chen
1
-0
/
+1
2024-07-21
Merge tag 'pinctrl-v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-5
/
+5
2024-06-26
pinctrl: bcm: bcm63xx: Use scope based of_node_put() cleanups
Peng Fan
1
-3
/
+1
2024-06-17
pinctrl: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-06-17
pinctrl: bcm2835: Use string_choices API instead of ternary operator
Stefan Wahren
1
-2
/
+3
2024-06-17
pinctrl: bcm2835: Fix permissions of persist_gpio_outputs
Stefan Wahren
1
-1
/
+1
2024-05-06
pinctrl: bcm2835: Make pin freeing behavior configurable
Stefan Wahren
1
-4
/
+15
2024-03-28
pinctrl: bcm2835: Implement bcm2711_pinconf_get
Stefan Wahren
1
-1
/
+40
2024-03-28
pinctrl: bcm2835: Implement bcm2835_pinconf_get
Stefan Wahren
1
-2
/
+21
2023-12-12
pinctrl: bcm: Convert to use grp member
Andy Shevchenko
1
-2
/
+2
2023-11-04
treewide: rename pinctrl_gpio_free_new()
Bartosz Golaszewski
1
-1
/
+1
2023-11-04
treewide: rename pinctrl_gpio_request_new()
Bartosz Golaszewski
1
-1
/
+1
2023-11-04
pinctrl: bcm: use new pinctrl GPIO helpers
Bartosz Golaszewski
1
-4
/
+2
2023-10-30
pinctrl: Use device_get_match_data()
Rob Herring
1
-6
/
+2
2023-08-10
pinctrl: nsp-gpio: Silence probe deferral messages
Florian Fainelli
1
-4
/
+2
2023-08-10
pinctrl: iproc-gpio: Silence probe deferral messages
Florian Fainelli
1
-4
/
+2
2023-07-20
pinctrl: Explicitly include correct DT includes
Rob Herring
2
-5
/
+4
2023-05-08
pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors
Christophe JAILLET
1
-4
/
+2
2023-05-03
Merge tag 'pinctrl-v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
3
-27
/
+53
2023-04-21
pinctrl-bcm2835.c: fix race condition when setting gpio dir
Hans Verkuil
1
-4
/
+15
2023-04-14
pinctrl: nsp: Convert to immutable irq_chip
Linus Walleij
1
-10
/
+13
2023-04-14
pinctrl: iproc: Convert to immutable irq_chip
Linus Walleij
1
-13
/
+25
2023-04-13
pinctrl: bcm: ns: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-01-26
pinctrl: bcm2835: Switch to use ->add_pin_ranges()
Andy Shevchenko
1
-4
/
+4
2023-01-26
pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback()
Andy Shevchenko
1
-2
/
+0
2022-10-24
pinctrl: bcm: Add missing header(s)
Andy Shevchenko
5
-19
/
+31
2022-10-11
Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
8
-329
/
+260
2022-10-04
pinctrl: bcm: Remove unused struct bcm6328_pingroup
Yuan Can
1
-6
/
+0
2022-10-04
pinctrl: bcm: ns: Remove redundant dev_err call
Shang XiaoJing
1
-3
/
+1
2022-08-25
pinctrl: bcm: Convert drivers to use struct pingroup and PINCTRL_PINGROUP()
Andy Shevchenko
7
-320
/
+259
2022-08-15
arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA
William Zhang
1
-2
/
+2
2022-08-10
Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-9
/
+12
2022-06-26
pinctrl: bcm2835: Make the irqchip immutable
Stefan Wahren
1
-3
/
+8
2022-06-26
pinctrl: bcm2835: drop irq_enable/disable callbacks
Stefan Wahren
1
-6
/
+4
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
5
-54
/
+8
2022-04-21
pinctrl: bcm2835: implement hook for missing gpio-ranges
Stefan Wahren
1
-0
/
+18
2022-03-28
Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-0
/
+578
2022-01-30
pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP
Julian Braha
1
-0
/
+1
2022-01-30
pinctrl: bcm2835: Fix a few error paths
Florian Fainelli
1
-8
/
+15
2022-01-25
pinctrl: bcm: add driver for BCM4908 pinmux
Rafał Miłecki
3
-0
/
+578
2022-01-12
Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-122
/
+60
2021-12-26
pinctrl: bcm: ns: use generic groups & functions helpers
Rafał Miłecki
2
-115
/
+50
2021-12-16
pinctrl: Get rid of duplicate of_node assignment in the drivers
Andy Shevchenko
3
-3
/
+0
2021-12-16
pinctrl-bcm2835: don't call pinctrl_gpio_direction()
Hans Verkuil
1
-3
/
+9
2021-12-10
pinctrl: bcm2835: Change init order for gpio hogs
Phil Elwell
1
-13
/
+16
2021-12-10
pinctrl: bcm2835: Silence uninit warning
Linus Walleij
1
-1
/
+1
2021-11-05
Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+9
2021-10-25
pinctrl: bcm2835: Allow building driver as a module
Florian Fainelli
2
-2
/
+9
2021-10-14
Revert "pinctrl: bcm: ns: support updated DT binding as syscon subnode"
Rafał Miłecki
1
-19
/
+10
2021-09-03
Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
[next]