aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-12Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC to KconfigTom Rini1-0/+5
2022-08-12Convert CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE to KconfigTom Rini1-0/+4
2022-08-12Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to KconfigTom Rini1-0/+7
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+15
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass2-46/+48
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass1-3/+3
2022-08-12dm: core: Introduce support for multiple treesSimon Glass2-4/+21
2022-08-12video: Rename structs and functions to avoid VBESimon Glass7-19/+19
2022-08-12video: Renname vbe.h to vesa.hSimon Glass7-7/+7
2022-08-10common: Drop display_options.h from common headerSimon Glass10-0/+10
2022-08-10power: regulator: Remove i2c header from gpio regulatorMichal Simek12-12/+0
2022-08-10mmc: Do not send status of send_status is falseMarek Vasut1-0/+3
2022-08-09misc: atsha204a: Don't check for error when waking up the devicePali Rohár1-5/+6
2022-08-09pci: pci_mvebu: Add support for reset-gpiosPali Rohár2-0/+15
2022-08-09arm64: a37xx: pinctrl: Improve description for pinmux commandPali Rohár1-1/+11
2022-08-09arm64: a37xx: pinctrl: Remove unused macro PIN_GRP()Pali Rohár1-10/+0
2022-08-09arm64: a37xx: pinctrl: Fix definitions for MPP pins 20-22Pali Rohár1-3/+5
2022-08-09gpio: Remove mvgpio driverChris Packham3-151/+0
2022-08-09gpio: turris_omnia_mcu: Fix usage of CMD_EXT_CONTROLPali Rohár1-30/+26
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32Patrice Chotard1-0/+1
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186Patrice Chotard1-0/+1
2022-08-08net: ave: Add capability of rgmii-id modeKunihiko Hayashi1-1/+13
2022-08-08net: phy: possible NULL dereference in fixed_phy_create()Heinrich Schuchardt1-3/+3
2022-08-08net: dwc_eth_qos: cosmetic: reorder include filesPatrick Delaunay1-1/+1
2022-08-08net: phy: Remove inline definitions from convinience functionsRamon Fried1-0/+174
2022-08-08net: ftgmac100: use bus name in mdio error messagesZev Weiss1-2/+2
2022-08-08net: nuvoton : Add NPCM7xx EMAC driverJim Liu3-0/+751
2022-08-08net: mpc8xx_fec: Migrate to DM_ETHChristophe Leroy2-91/+99
2022-08-08net: dwc_eth_qos: remove use of DWC_NET_PHYADDRRasmus Villemoes1-3/+0
2022-08-08net: dwc_eth_qos: lift parsing of max-speed DT property to common codeRasmus Villemoes1-2/+2
2022-08-08net: dwc_eth_qos: fix double resource leak in eqos_remove()Rasmus Villemoes1-1/+1
2022-08-08net: dm9000: Correctly handle empty FIFOMarek Vasut1-2/+2
2022-08-08net: phy: marvell: Add support for 88E1240 PHYStefan Roese1-0/+21
2022-08-08net: phy: marvell: Support reg config via "marvell, reg-init" DT propertyStefan Roese1-0/+100
2022-08-05Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpmWIP/05Aug2022Tom Rini4-6/+67
2022-08-04Convert CONFIG_SYS_FSL_DDR_INTLV_256B to KconfigTom Rini1-0/+7
2022-08-04Convert CONFIG_FSL_MEMAC et al to KconfigTom Rini3-1/+8
2022-08-04Convert CONFIG_SYS_FMAN_V3 to KconfigTom Rini1-0/+8
2022-08-04Convert CONFIG_SYS_FLASH_QUIET_TEST to KconfigTom Rini1-0/+8
2022-08-04Convert CONFIG_SYS_MAX_FLASH_SECT to KconfigTom Rini1-0/+5
2022-08-04Audit <flash.h> inclusionTom Rini8-8/+0
2022-08-04flash: Remove pic32_flash.cTom Rini3-469/+0
2022-08-04Convert CONFIG_SYS_FLASH_ERASE_TOUT et al to KconfigTom Rini1-0/+12
2022-08-04Convert CONFIG_SYS_FLASH_CHECKSUM to KconfigTom Rini1-0/+7
2022-08-04Convert CONFIG_SYS_FLASH_EMPTY_INFO to KconfigTom Rini1-0/+4
2022-08-04gpio: fix incorrect depends on for SPL_GPIO_HOGQuentin Schulz1-1/+1
2022-08-04drivers: xen: events: fix build issues with disabled Xen HVCDmytro Firsov1-0/+5
2022-08-04pwm: aspeed: Select SYSCON to get parent detail.Billy Tsai1-0/+1
2022-08-02tpm: Add the RNG child deviceSughosh Ganu1-6/+34
2022-08-02tpm: rng: Add driver model interface for TPM RNG deviceSughosh Ganu3-0/+33