summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32Patrice Chotard
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186Patrice Chotard
2022-08-08net: ave: Add capability of rgmii-id modeKunihiko Hayashi
2022-08-08net: phy: possible NULL dereference in fixed_phy_create()Heinrich Schuchardt
2022-08-08net: dwc_eth_qos: cosmetic: reorder include filesPatrick Delaunay
2022-08-08net: phy: Remove inline definitions from convinience functionsRamon Fried
2022-08-08net: ftgmac100: use bus name in mdio error messagesZev Weiss
2022-08-08net: nuvoton : Add NPCM7xx EMAC driverJim Liu
2022-08-08net: mpc8xx_fec: Migrate to DM_ETHChristophe Leroy
2022-08-08net: dwc_eth_qos: remove use of DWC_NET_PHYADDRRasmus Villemoes
2022-08-08net: dwc_eth_qos: lift parsing of max-speed DT property to common codeRasmus Villemoes
2022-08-08net: dwc_eth_qos: fix double resource leak in eqos_remove()Rasmus Villemoes
2022-08-08net: dm9000: Correctly handle empty FIFOMarek Vasut
2022-08-08net: phy: marvell: Add support for 88E1240 PHYStefan Roese
2022-08-08net: phy: marvell: Support reg config via "marvell, reg-init" DT propertyStefan Roese
2022-08-05Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini
2022-08-04Convert CONFIG_SYS_FSL_DDR_INTLV_256B to KconfigTom Rini
2022-08-04Convert CONFIG_FSL_MEMAC et al to KconfigTom Rini
2022-08-04Convert CONFIG_SYS_FMAN_V3 to KconfigTom Rini
2022-08-04Convert CONFIG_SYS_FLASH_QUIET_TEST to KconfigTom Rini
2022-08-04Convert CONFIG_SYS_MAX_FLASH_SECT to KconfigTom Rini
2022-08-04Audit <flash.h> inclusionTom Rini
2022-08-04flash: Remove pic32_flash.cTom Rini
2022-08-04Convert CONFIG_SYS_FLASH_ERASE_TOUT et al to KconfigTom Rini
2022-08-04Convert CONFIG_SYS_FLASH_CHECKSUM to KconfigTom Rini
2022-08-04Convert CONFIG_SYS_FLASH_EMPTY_INFO to KconfigTom Rini
2022-08-04gpio: fix incorrect depends on for SPL_GPIO_HOGQuentin Schulz
2022-08-04drivers: xen: events: fix build issues with disabled Xen HVCDmytro Firsov
2022-08-04pwm: aspeed: Select SYSCON to get parent detail.Billy Tsai
2022-08-02tpm: Add the RNG child deviceSughosh Ganu
2022-08-02tpm: rng: Add driver model interface for TPM RNG deviceSughosh Ganu
2022-07-29arm: mvebu: Fix compatible string for nand controllerPali Rohár
2022-07-29gpio: Add Turris Omnia MCU driverPali Rohár
2022-07-29mvebu: pinctrl: apply SDHCI PHY config for A7KKonstantin Porotchkin
2022-07-29arm64: a37xx: pinctrl: Implement get_pins_count, get_pin_name and get_pin_mux...Pali Rohár
2022-07-29arm64: a37xx: pinctrl: Implement gpio_request_enable for gpio functionalityPali Rohár
2022-07-29arm64: a37xx: pinctrl: Add missing pinmuxes into the listPali Rohár
2022-07-29arm64: a37xx: pinctrl: Mark all functions and structures as staticPali Rohár
2022-07-29arm64: a37xx: pinctrl: Remove duplicate info->groups and info->ngroups fieldsPali Rohár
2022-07-29arm64: a37xx: pinctrl: Remove unused grp->pins fieldsPali Rohár
2022-07-28gpio: mvebu_gpio: Set bank name to mvebu%dPali Rohár
2022-07-28gpio: mvebu_gpio: Read number of gpios from DTPali Rohár
2022-07-28gpio: mvebu_gpio: Add .request and .rfree methods for Armada 38xPali Rohár
2022-07-28pinctrl: Add third argument label for pinctrl_gpio_request() functionPali Rohár
2022-07-28mvebu: pinctrl: Add Armada 38x driverPali Rohár
2022-07-28pinctrl: Add new function pinctrl_generic_set_state_prefix()Pali Rohár
2022-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2022-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-pmicTom Rini
2022-07-27Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-07-27mmc: pci_mmc.c should build with ACPIGEN=nHeinrich Schuchardt