summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-08-12net: Remove smc91111 ethernet driverTom Rini
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini
2022-08-12Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC to KconfigTom Rini
2022-08-12Convert CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE to KconfigTom Rini
2022-08-12Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to KconfigTom Rini
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass
2022-08-12dm: core: Introduce support for multiple treesSimon Glass
2022-08-12video: Rename structs and functions to avoid VBESimon Glass
2022-08-12video: Renname vbe.h to vesa.hSimon Glass
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-08-10power: regulator: Remove i2c header from gpio regulatorMichal Simek
2022-08-10mmc: Do not send status of send_status is falseMarek Vasut
2022-08-09misc: atsha204a: Don't check for error when waking up the devicePali Rohár
2022-08-09pci: pci_mvebu: Add support for reset-gpiosPali Rohár
2022-08-09arm64: a37xx: pinctrl: Improve description for pinmux commandPali Rohár
2022-08-09arm64: a37xx: pinctrl: Remove unused macro PIN_GRP()Pali Rohár
2022-08-09arm64: a37xx: pinctrl: Fix definitions for MPP pins 20-22Pali Rohár
2022-08-09gpio: Remove mvgpio driverChris Packham
2022-08-09gpio: turris_omnia_mcu: Fix usage of CMD_EXT_CONTROLPali Rohár
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