summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-4/+4
* pinctrl: single: add support for pinctrl-single, pins when #pinctrl-cells = 2AJ Bagwell2022-01-181-26/+29
* pinctrl: stmfx: define LOG_CATEGORYPatrick Delaunay2021-11-301-0/+4
* Merge tag 'v2022.01-rc3' into nextTom Rini2021-11-294-6/+6
|\
| * pinctrl: meson: Correct the driver GPIO declarationSimon Glass2021-11-194-6/+6
* | pinctrl: Add Apple pinctrl driverMark Kettenis2021-11-173-0/+219
* | aspeed: AST2600 Pinctrl DriverRyan Chen2021-11-173-0/+469
|/
* Merge tag 'u-boot-stm32-20211110' of https://source.denx.de/u-boot/custodians...Tom Rini2021-11-101-1/+2
|\
| * gpio: stm32: create include file for driver private dataPatrick Delaunay2021-11-101-1/+2
* | exynos78x0: pinctrl: set const to structsMinkyu Kang2021-11-091-7/+7
|/
* SoC: exynos: add support for exynos 78x0Dzmitry Sankouski2021-10-313-0/+128
* pinctrl: exynos: add support for multiple pin banksDzmitry Sankouski2021-10-311-6/+22
* pinctrl: single: Add request() apiBharat Gooty2021-10-051-0/+34
* pinctrl: single: Parse gpio details from dtBharat Gooty2021-10-051-0/+52
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-304-6/+6
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-2/+0
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-2514-15/+15
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-251-1/+1
* pinctrl: fix typoYuan Fang2021-09-141-1/+1
* pinctrl: Add pinctrl driver for imx8ulpYe Li2021-08-093-0/+59
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-022-2/+2
* arm64: a37xx: pinctrl: Correct PWM pins definitionsMarek BehĂșn2021-07-311-9/+8
* Rename GPIO_SUPPORT to GPIOSimon Glass2021-07-281-2/+2
* pinctrl: Avoid coverity warning when checking widthSimon Glass2021-07-151-0/+1
* Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-07-071-0/+2
|\
| * dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* | pinctrl: mscc: Fix multiple definition errorTom Rini2021-07-071-2/+2
|/
* pinctrl: renesas: Import R8A779A0 V3U PFC tablesMarek Vasut2021-06-245-0/+4523
* pinctrl: renesas: Synchronize R-Car Gen2/Gen3 tables with Linux 5.12Marek Vasut2021-06-0712-1115/+1834
* pinctrl: single: Fix probe failure getting register area sizeVignesh Raghavendra2021-05-261-8/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2021-05-243-3/+3
* pinctrl: renesas: Implement unlock register masksMarek Vasut2021-05-212-21/+20
* pinctrl: renesas: Fix R-Car Gen2 help textMarek Vasut2021-05-211-5/+5
* pinctrl: renesas: Deduplicate KconfigMarek Vasut2021-05-211-69/+5
* pinctrl: single: fix a never true comparisonDario Binacchi2021-04-271-2/+2
* pinctrl: single: check function mask to be non-zeroDario Binacchi2021-04-271-0/+9
* Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-04-181-60/+414
|\
| * test: pinmux: add test for 'pinctrl-single' driverDario Binacchi2021-04-121-0/+31
| * pinctrl: single: add get_pin_muxing operationDario Binacchi2021-04-121-9/+213
| * pinctrl: single: add get_pin_name operationDario Binacchi2021-04-121-0/+16
| * pinctrl: single: add get_pins_count operationDario Binacchi2021-04-121-0/+37
| * pinctrl: single: add register access functionsDario Binacchi2021-04-121-25/+46
| * pinctrl: single: change function mask default valueDario Binacchi2021-04-121-2/+10
| * pinctrl: single: check "register-width" DT propertyDario Binacchi2021-04-121-3/+7
| * pinctrl: single: get register area size by device APIDario Binacchi2021-04-121-6/+8
| * pinctrl: single: fix debug messages formattingDario Binacchi2021-04-121-2/+2
| * pinctrl: single: fix offset managementDario Binacchi2021-04-121-10/+14
| * pinctrl: single: fix the loop counter variable typeDario Binacchi2021-04-121-4/+4
| * pinctrl: single: fix format of structure documentationDario Binacchi2021-04-121-9/+36
* | pinctrl: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-4/+6