summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2020-09-17powerpc, qe: add DTS support for parallel I/O portsHeiko Schocher3-0/+263
2020-09-01x86: pinctrl: Fix 'relatove' typoSimon Glass1-1/+1
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait1-1/+1
2020-08-20pinctrl: mediatek: mt8512: fix the wrong start address of rangesChunfeng Yun1-3/+3
2020-08-05pinctrl: aspeed: Fix Kconfig entry indentationMichal Simek1-7/+7
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+4
2020-08-02drivers: rename more drivers to match compatible stringWalter Lozano1-2/+4
2020-07-29pinctrl: add nexell driverStefan Bosch8-0/+434
2020-07-29pinctrl: mediatek: add PUPD/R0/R1 support for MT7623David Woodhouse3-5/+146
2020-07-27Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini8-8/+8
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada7-7/+7
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-25pinctrl: renesas: Enable R8A774A1 PFC tablesAdam Ford4-0/+23
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini8-8/+8
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada7-7/+7
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini3-10/+27
2020-07-17x86: pinctrl: Drop the acpi_path memberSimon Glass1-4/+0
2020-07-17x86: pinctrl: Set up itss in the probe() methodSimon Glass1-4/+4
2020-07-17x86: pinctrl: Add multi-ACPI controlSimon Glass2-0/+14
2020-07-17x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass1-2/+9
2020-07-14pinctrl: imx5: move soc info to data sectionPeng Fan1-1/+1
2020-07-14pinctrl: imx8m: move soc info to data sectionPeng Fan1-1/+1
2020-07-14pinctrl: imx7: move soc info to data sectionPeng Fan1-1/+1
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2-0/+4
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano6-8/+8
2020-07-07pinctrl: stm32: add information on pin configurationPatrick Delaunay1-3/+24
2020-07-07pinctrl: stmfx: add information on pin configurationPatrick Delaunay1-1/+31
2020-07-07gpio: stmfx: add ops get_dir_flagsPatrick Delaunay1-0/+50
2020-07-07gpio: stmfx: add ops set_dir_flagPatrick Delaunay1-0/+37
2020-07-07gpio: stmfx: add function stmfx_read_reg and stmfx_write_regPatrick Delaunay1-42/+26
2020-07-07gpio: stmfx: rename function used to change pin configurationPatrick Delaunay1-10/+8
2020-07-07gpio: stmfx: move function to prepare new ops introductionPatrick Delaunay1-30/+30
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson2-2/+2
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass28-0/+28
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/bug.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop log.h from common headerSimon Glass25-0/+25
2020-05-19common: Drop image.h from common headerSimon Glass5-0/+5
2020-05-10pinctrl: nxp: scu: Check the pad partition before set pinmuxYe Li1-2/+7
2020-04-23dm: pinctrl: Use right device pointer for configuring pinctrlLokesh Vutla1-2/+2
2020-04-17test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay1-1/+13
2020-04-17pinctrl: sandbox: Add mux information in get_pin_muxingPatrick Delaunay1-0/+30
2020-04-17dm: pinctrl: migrate pinctrl-generic to livetreePatrick Delaunay1-19/+11
2020-04-17dm: pinctrl: convert pinctrl-single to livetreePatrick Delaunay1-18/+9
2020-02-13pinctrl: stmfx: update the result type of dm_i2c_reg_readPatrick Delaunay1-3/+4
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini15-0/+27
2020-02-07x86: Give each driver an IRQ typeSimon Glass1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass15-0/+20