aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-26arm: dts: qcom: Sync pinctrl DT nodes with Linux bindingsSumit Garg1-9/+1
2022-08-26gpio: qcom_pmic: Add support for GPIO LV/MV subtypeSumit Garg1-20/+76
2022-08-26pmic: Convert pm8916 driver to a generic Qcom PMIC driverSumit Garg6-86/+86
2022-08-26reset: qcom: Add support for QCS404 SoC reset tableSumit Garg1-0/+30
2022-08-26reset: Convert ipq4019 driver to a generic Qcom driverSumit Garg3-27/+30
2022-08-26phy: Add support for drivers to enable USB on QCS404 SoCSumit Garg4-0/+422
2022-08-26phy: Move qcom SoCs specific phy drivers to qcom folderSumit Garg6-16/+17
2022-08-24Merge commit 'ac30d240dbb520d0980f0687630feb702a14f51a' of https://source.den...WIP/24Aug2022-nextTom Rini6-32/+47
2022-08-23button: gpio: add DM_GPIO dependencyMichael Walle1-0/+1
2022-08-23timer: add orion-timer supportMichael Walle3-0/+70
2022-08-22mtd: rawnand: fsl_elbc: Fix reading address pointer from DTPali Rohár1-1/+1
2022-08-22mtd: rawnand: fsl_elbc: Remove NAND_NO_SUBPAGE_WRITE flagPali Rohár1-1/+0
2022-08-22mtd: nand: samsung: Retrieve ECC requirements from extendedMichael Trimarchi1-0/+20
2022-08-22mtd: nand: Rename nand_get_flash_type() into nand_detect()Michael Trimarchi3-9/+7
2022-08-22mtd: nand: change return type of nand_get_flash_type() to intMichael Trimarchi3-24/+22
2022-08-22mtd: nand: Rename the nand_manufacturers structMichael Trimarchi2-3/+3
2022-08-20powerpc: remove support for kmtergr1 and MPC8309Holger Brunck1-2/+0
2022-08-20net: Make DM_ETH be selected by NETDEVICETom Rini1-57/+21
2022-08-20net: ks8851_mll: Remove legacy non-DM_ETH code and callersTom Rini1-75/+0
2022-08-20fsl-mc: Update dependencies for DM_ETHTom Rini1-0/+2
2022-08-20net: lpc32xx_eth.c ethernet driverTom Rini3-657/+0
2022-08-12net: Remove smc91111 ethernet driverTom Rini3-1940/+0
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini2-0/+10
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