aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-29arm64: a37xx: pinctrl: Implement get_pins_count, get_pin_name and get_pin_mux...Pali Rohár1-0/+78
2022-07-29arm64: a37xx: pinctrl: Implement gpio_request_enable for gpio functionalityPali Rohár1-3/+47
2022-07-29arm64: a37xx: pinctrl: Add missing pinmuxes into the listPali Rohár1-1/+15
2022-07-29arm64: a37xx: pinctrl: Mark all functions and structures as staticPali Rohár1-4/+4
2022-07-29arm64: a37xx: pinctrl: Remove duplicate info->groups and info->ngroups fieldsPali Rohár1-13/+8
2022-07-29arm64: a37xx: pinctrl: Remove unused grp->pins fieldsPali Rohár1-15/+1
2022-07-29arm: mvebu: turris_omnia: Enable a38x pinctrl and gpio supportPali Rohár1-1/+2
2022-07-28gpio: mvebu_gpio: Set bank name to mvebu%dPali Rohár1-2/+2
2022-07-28gpio: mvebu_gpio: Read number of gpios from DTPali Rohár1-1/+1
2022-07-28gpio: mvebu_gpio: Add .request and .rfree methods for Armada 38xPali Rohár1-0/+5
2022-07-28pinctrl: Add third argument label for pinctrl_gpio_request() functionPali Rohár3-3/+5
2022-07-28arm: mvebu: Add gpio-ranges into Armada 38x device tree filePali Rohár1-0/+2
2022-07-28mvebu: pinctrl: Add Armada 38x driverPali Rohár3-0/+597
2022-07-28pinctrl: Add new function pinctrl_generic_set_state_prefix()Pali Rohár2-17/+85
2022-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini8-3/+177
2022-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-pmicTom Rini1-29/+13
2022-07-27Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini24-37/+314
2022-07-27mmc: pci_mmc.c should build with ACPIGEN=nHeinrich Schuchardt1-0/+3
2022-07-27cmd: mmc: allow to write protect single boot partitionYing-Chun Liu (PaulLiu)1-3/+15
2022-07-27drivers: mmc: write protect single boot areaYing-Chun Liu (PaulLiu)2-0/+43
2022-07-27mmc: nuvoton: Add NPCM7xx mmc driverJim Liu3-0/+99
2022-07-27mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' errorPali Rohár1-0/+17
2022-07-27pmic: pca9450: permit config on all bucks and LDOsHeiko Thiery1-29/+13
2022-07-26ARM: relocate: Fix Thumb code by using proper label typeAndre Przywara1-1/+2
2022-07-26Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini388-8491/+31833
2022-07-26Merge tag 'xilinx-for-v2022.10-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini63-389/+836
2022-07-26imx: imx8mm-icore: migrate to use BINMANPeng Fan4-11/+4
2022-07-26arm: dts: imx8m: shrink ddr firmware size to actual file sizePeng Fan10-38/+38
2022-07-26ddr: imx8m: helper: load ddr firmware according to binman symbolsPeng Fan1-6/+41
2022-07-26arm: dts: imx8m: update binman ddr firmware node namePeng Fan10-38/+58
2022-07-26tools: image: support i.MX93Peng Fan2-16/+78
2022-07-26board: freescale: imx93_evk: support ethernetPeng Fan3-0/+48
2022-07-26net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddrPeng Fan3-4/+18
2022-07-26net: eqos: add function to get phy node and addressYe Li2-3/+21
2022-07-26net: dwc_eth_qos: move i.MX code outPeng Fan4-92/+124
2022-07-26net: dwc_eth_qos: public some functionsPeng Fan2-273/+287
2022-07-26net: dwc_eth_qos: fix build break when CLK not enabledPeng Fan1-1/+1
2022-07-26net: fec_mxc: support i.MX93Peng Fan2-2/+4
2022-07-26imx: imx93_evk: Set ARM clock to 1.7GhzPeng Fan3-1/+15
2022-07-26imx: imx93_evk: Add basic board supportPeng Fan13-1/+2659
2022-07-26arm: dts: Add i.MX93 SoC DTSi filePeng Fan3-0/+903
2022-07-26ddr: imx9: enable Performance monitor counterYe Li2-0/+10
2022-07-26ddr: imx: Add i.MX9 DDR controller driverYe Li16-25/+1077
2022-07-26imx: imx9: clock: Add DDR clock supportYe Li2-0/+44
2022-07-26imx: imx9: Support multiple env storages at runtimeYe Li1-0/+34
2022-07-26imx: imx9: Support booting m33 from AcorePeng Fan4-1/+147
2022-07-26imx: imx9: Add M33 release prepare functionPeng Fan2-0/+53
2022-07-26imx: imx9: Add MIX power initPeng Fan3-0/+275
2022-07-26imx: imx9: Add gpio registers structureYe Li2-0/+21
2022-07-26misc: fuse: update the code for accessing fuse of i.MX93Alice Guo1-12/+74