aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-11Convert CONFIG_MTD_CONCAT to KconfigChris Packham1-0/+8
2022-05-10Merge tag 'u-boot-stm32-20220510' of https://source.denx.de/u-boot/custodians...WIP/10May2022Tom Rini7-116/+439
2022-05-10Merge tag 'i2c-2022-07' of https://source.denx.de/u-boot/custodians/u-boot-i2cTom Rini3-2/+3
2022-05-10misc: Fix always compiling MISC even for SPL/TPLSean Anderson2-1/+13
2022-05-10clk: stm32mp1: Add missing newlineMarek Vasut1-1/+1
2022-05-10phy: stm32-usbphyc: stm32-usbphyc: Add DT phy tuning supportPatrice Chotard1-0/+167
2022-05-10gpio: stm32_gpio: Rework GPIO hole managementPatrice Chotard3-73/+37
2022-05-10pinctrl: pinctrl_stm32: Use GPIOF_UNKNOWN to indicate not mapped pinsPatrice Chotard1-2/+0
2022-05-10pinctrl: pinctrl_stm32: Update pinmux_mode definitionPatrice Chotard1-7/+6
2022-05-10ram: stm32mp1: Conditionally enable ASRMarek Vasut1-3/+11
2022-05-10video: stm32: stm32_ltdc: support several hardware versionsYannick Fertre1-29/+216
2022-05-10video: stm32: stm32_ltdc: fix data enable polarityYannick FERTRE1-1/+1
2022-05-10misc: atsha204a: Add support for atsha204 chipPali Rohár1-0/+1
2022-05-10i2c: ihs: intel: Fix typo in comments (actual)Michal Simek2-2/+2
2022-05-09regulator: add driver for the TPS65219 BUCK & LDO regulatorsNeil Armstrong3-0/+390
2022-05-09power: add driver for the TPS65219 PMICNeil Armstrong3-0/+95
2022-05-06Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/06May2022Tom Rini1-85/+32
2022-05-06usb: host: ehci-generic: Remove DM_REGULATOR flagPatrice Chotard1-14/+0
2022-05-06usb: host: ehci-generic: Make usage of clock/reset bulk() APIPatrice Chotard1-71/+32
2022-05-06watchdog: Add MAX6370 watchdog timer driverPali Rohár3-0/+126
2022-05-05misc: fs_loader: Fix compile warnings when CONFIG_CMD_UBIFS is enabledPali Rohár1-0/+4
2022-05-05reset: Return 0 if ops unimplemented and remove empty functionsMarek Vasut25-302/+6
2022-05-05clk: scmi: fix scmi_clk_get_attibute()Heinrich Schuchardt1-5/+3
2022-05-05rtc: rv8803: fix off-by-one in month countingOliver Graute1-2/+2
2022-05-05serial: smh: Check return value of strndupSean Anderson1-0/+3
2022-05-05gpio: npcm: Add support for Nuvoton NPCM SoCsWIP/2022-05-05-platform-updatesStanley Chu3-0/+131
2022-05-05pinctrl: mediatek: add support for different types of IO pinsSam Shih2-5/+81
2022-05-05pinctrl: mediatek: introduce multiple memory bases supportSam Shih2-20/+57
2022-05-05pinctrl: mediatek: rewrite mtk_pinconf_set and related functionsSam Shih2-30/+114
2022-05-05timer: npcm: Add NPCM timer supportJim Liu3-0/+125
2022-05-05serial: npcm: Add support for Nuvoton NPCM SoCsJim Liu3-0/+167
2022-05-05clk: nuvoton: Add support for NPCM750Jim Liu5-0/+502
2022-05-04Merge tag 'efi-2022-07-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+1
2022-05-04Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini6-274/+1370
2022-05-04Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini5-34/+468
2022-05-04net: mvneta: Drop unneeded macroMarek Behún1-3/+1
2022-05-04net: mvneta: Disable fixed PHY code if PHY_FIXED is not compiled inMarek Behún1-2/+4
2022-05-04net: mvneta: Drop fixed_link member from private structMarek Behún1-5/+2
2022-05-04net: mvneta: Write PHY address just before enabling HW pollingMarek Behún1-4/+2
2022-05-04net: mvneta: Convert to use PHY_FIXED for fixed-linkMarek Behún1-61/+37
2022-05-04net: mvneta: Rename CONFIG_NR_CPUS to MVNETA_NR_CPUSMarek Behún1-2/+2
2022-05-04net: mvneta: Don't check for CONFIG_PHYLIBMarek Behún1-4/+0
2022-05-04net: mvneta: Drop unnecessary spaceMarek Behún1-1/+1
2022-05-04net: mvneta: Use bool instead of int for boolean variableMarek Behún1-2/+2
2022-05-04net: mvneta: Drop one indentation level in mvneta_adjust_link()Marek Behún1-20/+18
2022-05-04net: mvneta: Fix unused variable warning if DM_GPIO is disabledMarek Behún1-3/+2
2022-05-04net: mvneta: Don't register MDIO busMarek Behún1-141/+2
2022-05-04net: mvneta: Remember fixed link instead of PHY address in priv dataMarek Behún1-18/+5
2022-05-04net: mvneta: Use DM MDIO API for connecting PHYMarek Behún2-6/+6
2022-05-04net: mvneta: Fix 10Mbps speedMarek Behún1-1/+1