summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2021-11-19pinctrl: meson: Correct the driver GPIO declarationSimon Glass4-6/+6
2021-11-10Merge tag 'u-boot-stm32-20211110' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+2
2021-11-10gpio: stm32: create include file for driver private dataPatrick Delaunay1-1/+2
2021-11-09exynos78x0: pinctrl: set const to structsMinkyu Kang1-7/+7
2021-10-31SoC: exynos: add support for exynos 78x0Dzmitry Sankouski3-0/+128
2021-10-31pinctrl: exynos: add support for multiple pin banksDzmitry Sankouski1-6/+22
2021-10-05pinctrl: single: Add request() apiBharat Gooty1-0/+34
2021-10-05pinctrl: single: Parse gpio details from dtBharat Gooty1-0/+52
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk4-6/+6
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-2/+0
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass14-15/+15
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-09-14pinctrl: fix typoYuan Fang1-1/+1
2021-08-09pinctrl: Add pinctrl driver for imx8ulpYe Li3-0/+59
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2-2/+2
2021-07-31arm64: a37xx: pinctrl: Correct PWM pins definitionsMarek BehĂșn1-9/+8
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-2/+2
2021-07-16pinctrl: Avoid coverity warning when checking widthSimon Glass1-0/+1
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+2
2021-07-07pinctrl: mscc: Fix multiple definition errorTom Rini1-2/+2
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-24pinctrl: renesas: Import R8A779A0 V3U PFC tablesMarek Vasut5-0/+4523
2021-06-07pinctrl: renesas: Synchronize R-Car Gen2/Gen3 tables with Linux 5.12Marek Vasut12-1115/+1834
2021-05-27pinctrl: single: Fix probe failure getting register area sizeVignesh Raghavendra1-8/+2
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn3-3/+3
2021-05-21pinctrl: renesas: Implement unlock register masksMarek Vasut2-21/+20
2021-05-21pinctrl: renesas: Fix R-Car Gen2 help textMarek Vasut1-5/+5
2021-05-21pinctrl: renesas: Deduplicate KconfigMarek Vasut1-69/+5
2021-04-27pinctrl: single: fix a never true comparisonDario Binacchi1-2/+2
2021-04-27pinctrl: single: check function mask to be non-zeroDario Binacchi1-0/+9
2021-04-18Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-60/+414
2021-04-12test: pinmux: add test for 'pinctrl-single' driverDario Binacchi1-0/+31
2021-04-12pinctrl: single: add get_pin_muxing operationDario Binacchi1-9/+213
2021-04-12pinctrl: single: add get_pin_name operationDario Binacchi1-0/+16
2021-04-12pinctrl: single: add get_pins_count operationDario Binacchi1-0/+37
2021-04-12pinctrl: single: add register access functionsDario Binacchi1-25/+46
2021-04-12pinctrl: single: change function mask default valueDario Binacchi1-2/+10
2021-04-12pinctrl: single: check "register-width" DT propertyDario Binacchi1-3/+7
2021-04-12pinctrl: single: get register area size by device APIDario Binacchi1-6/+8
2021-04-12pinctrl: single: fix debug messages formattingDario Binacchi1-2/+2
2021-04-12pinctrl: single: fix offset managementDario Binacchi1-10/+14
2021-04-12pinctrl: single: fix the loop counter variable typeDario Binacchi1-4/+4
2021-04-12pinctrl: single: fix format of structure documentationDario Binacchi1-9/+36
2021-04-06pinctrl: Return -ENOSYS when system call is not availableSimon Glass1-4/+6
2021-03-30Merge tag 'u-boot-atmel-2021.07-a' of https://source.denx.de/u-boot/custodian...Tom Rini1-3/+23
2021-03-20pinctrl: mt7629: add jtag function and pin groupWeijie Gao1-0/+7
2021-03-20pinctrl: mediatek: do not probe gpio driver if not enabledWeijie Gao1-4/+8
2021-03-20pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrlSam Shih1-0/+14
2021-03-20pinctrl: mediatek: fix wrong assignment in mtk_get_pin_nameSam Shih1-1/+1
2021-03-16pinctrl: renesas: Add support for R8A774C0Lad Prabhakar4-0/+23