aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)Author
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
2021-04-12pinctrl: single: get register area size by device APIDario Binacchi
2021-04-12pinctrl: single: fix debug messages formattingDario Binacchi
2021-04-12pinctrl: single: fix offset managementDario Binacchi
2021-04-12pinctrl: single: fix the loop counter variable typeDario Binacchi
2021-04-12pinctrl: single: fix format of structure documentationDario Binacchi
2021-04-06pinctrl: Return -ENOSYS when system call is not availableSimon Glass
2021-03-30Merge tag 'u-boot-atmel-2021.07-a' of https://source.denx.de/u-boot/custodian...Tom Rini
2021-03-20pinctrl: mt7629: add jtag function and pin groupWeijie Gao
2021-03-20pinctrl: mediatek: do not probe gpio driver if not enabledWeijie Gao
2021-03-20pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrlSam Shih
2021-03-20pinctrl: mediatek: fix wrong assignment in mtk_get_pin_nameSam Shih
2021-03-16pinctrl: renesas: Add support for R8A774C0Lad Prabhakar
2021-03-16pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11Lad Prabhakar
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2021-03-02pinctrl: at91-pio4: add support for slew-rateClaudiu Beznea
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-09pinctrl: stm32: bind only the enabled GPIO subnodePatrick Delaunay
2021-02-09pinctrl: stm32: correct management pin display of OTYPEPatrick Delaunay
2021-02-09pinctrl: stmfx: Use PINNAME_SIZE for pin's name sizePatrice Chotard
2021-02-09pinctrl: stmfx: Fix pin configuration issuePatrice Chotard
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-25Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2021-01-25Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2021-01-24pinctrl: mtmips: add support for MediaTek MT7620 SoCWeijie Gao
2021-01-22pinctrl: at91-pio4: implement drive strength supportEugen Hristev
2021-01-22pinctrl: at91-pio4: convert to dev_read_propEugen Hristev
2021-01-18pinctrl: mediatek: correct error handlingHeinrich Schuchardt
2021-01-18pinctrl: renesas: Implement get_pin_muxing() callbackLad Prabhakar
2021-01-18pinctrl: renesas: Make sure the pin type is updated after setting the MUXLad Prabhakar
2021-01-13pinctrl: stm32: migrate trace to log macroPatrick Delaunay
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass
2021-01-05x86: pinctrl: Drop unlikely error messages from TPLSimon Glass
2021-01-05x86: apl: Reduce size for TPLSimon Glass