summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)Author
2022-04-06MLK-21847 pinctrl: imx8/imx8m: Remove DEVRES selectingYe Li
2022-03-15pinctrl: k210: Fix bias-pull-upNiklas Cassel
2022-03-15pinctrl: k210: Fix loop in k210_pc_get_drive()Niklas Cassel
2022-03-15k210: dts: align fpioa node with LinuxDamien Le Moal
2022-03-15k210: use the board vendor name rather than the marketing nameDamien Le Moal
2022-03-04arm64: a37xx: pinctrl: Fix PWM pins indexesMarek Behún
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-18pinctrl: single: add support for pinctrl-single, pins when #pinctrl-cells = 2AJ Bagwell
2021-11-30pinctrl: stmfx: define LOG_CATEGORYPatrick Delaunay
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini
2021-11-19pinctrl: meson: Correct the driver GPIO declarationSimon Glass
2021-11-17pinctrl: Add Apple pinctrl driverMark Kettenis
2021-11-17aspeed: AST2600 Pinctrl DriverRyan Chen
2021-11-10Merge tag 'u-boot-stm32-20211110' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-11-10gpio: stm32: create include file for driver private dataPatrick Delaunay
2021-11-09exynos78x0: pinctrl: set const to structsMinkyu Kang
2021-10-31SoC: exynos: add support for exynos 78x0Dzmitry Sankouski
2021-10-31pinctrl: exynos: add support for multiple pin banksDzmitry Sankouski
2021-10-05pinctrl: single: Add request() apiBharat Gooty
2021-10-05pinctrl: single: Parse gpio details from dtBharat Gooty
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-14pinctrl: fix typoYuan Fang
2021-08-09pinctrl: Add pinctrl driver for imx8ulpYe Li
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-07-31arm64: a37xx: pinctrl: Correct PWM pins definitionsMarek Behún
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass
2021-07-15pinctrl: Avoid coverity warning when checking widthSimon Glass
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini
2021-07-07pinctrl: mscc: Fix multiple definition errorTom Rini
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-06-24pinctrl: renesas: Import R8A779A0 V3U PFC tablesMarek Vasut
2021-06-07pinctrl: renesas: Synchronize R-Car Gen2/Gen3 tables with Linux 5.12Marek Vasut
2021-05-26pinctrl: single: Fix probe failure getting register area sizeVignesh Raghavendra
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-05-21pinctrl: renesas: Implement unlock register masksMarek Vasut
2021-05-21pinctrl: renesas: Fix R-Car Gen2 help textMarek Vasut
2021-05-21pinctrl: renesas: Deduplicate KconfigMarek Vasut
2021-04-27pinctrl: single: fix a never true comparisonDario Binacchi
2021-04-27pinctrl: single: check function mask to be non-zeroDario Binacchi
2021-04-18Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-04-12test: pinmux: add test for 'pinctrl-single' driverDario Binacchi
2021-04-12pinctrl: single: add get_pin_muxing operationDario Binacchi
2021-04-12pinctrl: single: add get_pin_name operationDario Binacchi
2021-04-12pinctrl: single: add get_pins_count operationDario Binacchi
2021-04-12pinctrl: single: add register access functionsDario Binacchi
2021-04-12pinctrl: single: change function mask default valueDario Binacchi
2021-04-12pinctrl: single: check "register-width" DT propertyDario Binacchi