summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2020-07-29pinctrl: amd: fix npins for uart0 in kerncz_groupsJacky Hu1-1/+1
2020-06-25pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()'Christophe JAILLET1-17/+2
2020-06-25pinctrl: imxl: Fix an error handling path in 'imx1_pinctrl_core_probe()'Christophe JAILLET1-1/+0
2020-06-20pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOsJonathan Bakker1-0/+9
2020-05-20pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao1-0/+4
2020-05-20pinctrl: baytrail: Enable pin configuration setting for GPIO chipAndy Shevchenko1-0/+1
2020-03-20pinctrl: core: Remove extra kref_get which blocks hogs being freedCharles Keepax1-1/+0
2020-03-20pinctrl: meson-gxl: fix GPIOX sdio pinsNicolas Belin1-2/+2
2020-02-28pinctrl: sh-pfc: sh7269: Fix CAN function GPIOsGeert Uytterhoeven1-12/+27
2020-02-28pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pinsHans de Goede1-1/+7
2020-02-28pinctrl: sh-pfc: sh7264: Fix CAN function GPIOsGeert Uytterhoeven1-5/+4
2020-02-15pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_BGeert Uytterhoeven1-2/+2
2020-01-27pinctrl: iproc-gpio: Fix incorrect pinconf configurationsLi Jin1-19/+77
2020-01-27pinctrl: sh-pfc: sh73a0: Fix fsic_spdif pin groupsGeert Uytterhoeven1-1/+2
2020-01-27pinctrl: sh-pfc: r8a7792: Fix vin1_data18_b pin groupGeert Uytterhoeven1-0/+1
2020-01-27pinctrl: sh-pfc: r8a7791: Fix scifb2_data_c pin groupGeert Uytterhoeven1-1/+1
2020-01-27pinctrl: sh-pfc: emev2: Add missing pinmux functionsGeert Uytterhoeven1-0/+20
2020-01-27pinctrl: sh-pfc: sh7734: Remove bogus IPSR10 valueGeert Uytterhoeven1-1/+1
2020-01-27pinctrl: sh-pfc: sh7269: Add missing PCIOR0 fieldGeert Uytterhoeven1-1/+1
2020-01-27pinctrl: sh-pfc: r8a77995: Remove bogus SEL_PWM[0-3]_3 configurationsGeert Uytterhoeven1-4/+4
2020-01-27pinctrl: sh-pfc: sh7734: Add missing IPSR11 fieldGeert Uytterhoeven1-1/+1
2020-01-27pinctrl: sh-pfc: r8a7794: Remove bogus IPSR9 fieldGeert Uytterhoeven1-1/+1
2020-01-27pinctrl: sh-pfc: sh73a0: Add missing TO pin to tpu4_to3 groupGeert Uytterhoeven1-0/+1
2020-01-27pinctrl: sh-pfc: r8a7791: Remove bogus marks from vin1_b_data18 groupGeert Uytterhoeven1-3/+0
2020-01-27pinctrl: sh-pfc: r8a7791: Remove bogus ctrl marks from qspi_data4_b groupGeert Uytterhoeven1-2/+1
2020-01-27pinctrl: sh-pfc: r8a7740: Add missing LCD0 marks to lcd0_data24_1 groupGeert Uytterhoeven1-0/+1
2020-01-27pinctrl: sh-pfc: r8a7740: Add missing REF125CK pin to gether_gmii groupGeert Uytterhoeven1-1/+1
2020-01-17pinctrl: lewisburg: Update pin list according to v1.1v6Andy Shevchenko1-85/+86
2020-01-17pinctl: ti: iodelay: fix error checking on pinctrl_count_index_with_args callColin Ian King1-1/+1
2020-01-04pinctrl: baytrail: Really serialize all register accessesHans de Goede1-37/+44
2019-12-31pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler()Ben Dooks (Codethink)1-1/+2
2019-12-31pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_BGeert Uytterhoeven1-2/+2
2019-12-31pinctrl: devicetree: Avoid taking direct reference to device name stringWill Deacon1-5/+20
2019-12-17pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller...Krzysztof Kozlowski1-1/+5
2019-12-17pinctrl: samsung: Fix device node refcount leaks in init codeKrzysztof Kozlowski1-2/+8
2019-12-17pinctrl: samsung: Fix device node refcount leaks in S3C24xx wakeup controller...Krzysztof Kozlowski1-1/+5
2019-12-17pinctrl: samsung: Add of_node_put() before return in error pathNishka Dasgupta1-1/+3
2019-12-17pinctrl: qcom: ssbi-gpio: fix gpio-hog related boot issuesBrian Masney1-6/+17
2019-12-05pinctrl: stm32: fix memory leak issueAlexandre Torgue1-10/+16
2019-12-05pinctrl: sh-pfc: sh7734: Fix shifted values in IPSR10Geert Uytterhoeven1-8/+8
2019-12-05pinctrl: sh-pfc: sh7264: Fix PFCR3 and PFCR0 register configurationGeert Uytterhoeven1-2/+7
2019-12-05pinctrl: xway: fix gpio-hog related boot issuesMartin Schiller1-12/+27
2019-12-01pinctrl: zynq: Use define directive for PIN_CONFIG_IO_STANDARDNathan Chancellor1-6/+3
2019-12-01pinctrl: lpc18xx: Use define directive for PIN_CONFIG_GPIO_PIN_INTNathan Chancellor1-8/+2
2019-12-01pinctrl: qcom: spmi-gpio: fix gpio-hog related boot issuesBrian Masney1-4/+17
2019-12-01pinctrl: sunxi: Fix a memory leak in 'sunxi_pinctrl_build_state()'Christophe JAILLET1-4/+7
2019-11-24pinctrl: gemini: Fix up TVC clock groupLinus Walleij1-8/+36
2019-11-24pinctrl: gemini: Mask and set properlyLinus Walleij1-1/+2
2019-11-20pinctrl: at91: don't use the same irqchip with multiple gpiochipsLudovic Desroches1-14/+14
2019-11-20pinctrl: at91-pio4: fix has_config check in atmel_pctl_dt_subnode_to_map()Dan Carpenter1-6/+2