summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'u-boot-atmel-2021.07-a' of https://source.denx.de/u-boot/custodian...Tom Rini2021-03-301-3/+23
|\ \
| * | pinctrl: at91-pio4: add support for slew-rateClaudiu Beznea2021-03-021-3/+23
| |/
* | pinctrl: mt7629: add jtag function and pin groupWeijie Gao2021-03-201-0/+7
* | pinctrl: mediatek: do not probe gpio driver if not enabledWeijie Gao2021-03-201-4/+8
* | pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrlSam Shih2021-03-201-0/+14
* | pinctrl: mediatek: fix wrong assignment in mtk_get_pin_nameSam Shih2021-03-201-1/+1
* | pinctrl: renesas: Add support for R8A774C0Lad Prabhakar2021-03-164-0/+23
* | pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.11Lad Prabhakar2021-03-161-2/+85
* | dm: gpio: Add a way to update flagsSimon Glass2021-03-031-2/+3
* | dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass2021-03-031-4/+4
* | dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-3/+3
|/
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1519-0/+19
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0219-0/+19
* | pinctrl: stm32: bind only the enabled GPIO subnodePatrick Delaunay2021-02-091-0/+3
* | pinctrl: stm32: correct management pin display of OTYPEPatrick Delaunay2021-02-091-10/+8
* | pinctrl: stmfx: Use PINNAME_SIZE for pin's name sizePatrice Chotard2021-02-091-4/+3
* | pinctrl: stmfx: Fix pin configuration issuePatrice Chotard2021-02-091-4/+4
|/
* Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2021-01-253-0/+210
|\
| * pinctrl: mtmips: add support for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+210
* | Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-01-251-3/+11
|\ \ | |/ |/|
| * pinctrl: at91-pio4: implement drive strength supportEugen Hristev2021-01-221-0/+8
| * pinctrl: at91-pio4: convert to dev_read_propEugen Hristev2021-01-221-3/+3
* | pinctrl: mediatek: correct error handlingHeinrich Schuchardt2021-01-181-0/+1
|/
* pinctrl: renesas: Implement get_pin_muxing() callbackLad Prabhakar2021-01-181-0/+25
* pinctrl: renesas: Make sure the pin type is updated after setting the MUXLad Prabhakar2021-01-181-5/+47
* pinctrl: stm32: migrate trace to log macroPatrick Delaunay2021-01-131-14/+16
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-058-28/+23
|\
| * dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-053-3/+3
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1