Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'pinctrl-v5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control fixes from Linus Walleij:
"Some final pin control fixes (I hope) to round off the v5.0 pin
control development cycle.

Only driver fixes, one for stable:

- Meson8B fixup for the sdc pins

- Fix SDC tile position for Qualcomm QCS404"

* tag 'pinctrl-v5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins
pinctrl: qcom: qcs404: Correct SDC tile

+2 -2
+1 -1
drivers/pinctrl/meson/pinctrl-meson8b.c
··· 693 693 694 694 static const char * const sdxc_a_groups[] = { 695 695 "sdxc_d0_0_a", "sdxc_d13_0_a", "sdxc_d47_a", "sdxc_clk_a", 696 - "sdxc_cmd_a", "sdxc_d0_1_a", "sdxc_d0_13_1_a" 696 + "sdxc_cmd_a", "sdxc_d0_1_a", "sdxc_d13_1_a" 697 697 }; 698 698 699 699 static const char * const pcm_a_groups[] = {
+1 -1
drivers/pinctrl/qcom/pinctrl-qcs404.c
··· 79 79 .intr_cfg_reg = 0, \ 80 80 .intr_status_reg = 0, \ 81 81 .intr_target_reg = 0, \ 82 - .tile = NORTH, \ 82 + .tile = SOUTH, \ 83 83 .mux_bit = -1, \ 84 84 .pull_bit = pull, \ 85 85 .drv_bit = drv, \