aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* serial: Add RISC-V HTIF console driverAnup Patel2022-02-103-0/+187
* phy: cadence: Sierra: Add support for skipping configurationAswath Govindraju2022-02-081-16/+42
* phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configurationSwapnil Jakhade2022-02-081-1/+377
* phy: cadence: Sierra: Add support for PHY multilink configurationsSwapnil Jakhade2022-02-081-8/+145
* phy: cadence: Sierra: Update single link PCIe register configurationSwapnil Jakhade2022-02-081-3/+215
* phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operationSwapnil Jakhade2022-02-081-1/+40
* phy: cadence: Sierra: Check cmn_ready assertion during PHY power onSwapnil Jakhade2022-02-081-0/+35
* phy: cadence: Sierra: Add PHY PCS common register configurationsSwapnil Jakhade2022-02-081-0/+38
* phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra ...Swapnil Jakhade2022-02-081-6/+6
* phy: cadence: Sierra: Add support to get SSC type from device tree.Swapnil Jakhade2022-02-081-1/+5
* phy: cadence: Sierra: Prepare driver to add support for multilink configurationsSwapnil Jakhade2022-02-081-53/+135
* phy: ti: phy-j721e-wiz.c: Fix the condition for setting P_ENABLE_FORCEAswath Govindraju2022-02-081-1/+1
* phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as a clockAswath Govindraju2022-02-081-13/+210
* phy: cadence: Sierra: Add a UCLASS_PHY device for linksAswath Govindraju2022-02-081-41/+75
* phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callbackKishon Vijay Abraham I2022-02-081-0/+2
* phy: cadence: Sierra: Add array of input clocks in "struct cdns_sierra_phy"Kishon Vijay Abraham I2022-02-081-10/+15
* phy: cadence: Sierra: Move all reset_control_get*() to a separate functionKishon Vijay Abraham I2022-02-081-0/+19
* phy: cadence: Sierra: Move all clk_get_*() to a separate functionKishon Vijay Abraham I2022-02-081-22/+35
* phy: cadence: Sierra: Create PHY only for "phy" or "link" sub-nodesKishon Vijay Abraham I2022-02-081-0/+4
* phy: cadence: Sierra: Fix PHY power_on sequenceKishon Vijay Abraham I2022-02-081-1/+6
* phy: cadence: sierra: Fix for USB3 U1/U2 stateSanket Parmar2022-02-081-13/+14
* remoteproc: ipu: Add driver to bring up ipuKeerthy2022-02-083-0/+770
* remoteproc: uclass: Add remoteproc resource handling helpersKeerthy2022-02-081-0/+534
* drivers: misc: Makefile: Enable fs_loader compilation at SPL LevelKeerthy2022-02-082-1/+10
* reset: dra7: Add a reset driverKeerthy2022-02-083-0/+104
* soc: soc_ti_k3: update j721e revision numberingBryan Brattlof2022-02-081-13/+27
* soc: ti: k3-socinfo: Add entry for J721S2 SoCDavid Huang2022-02-081-0/+4
* ram: k3-ddrss: Add support for J721S2 SoCDavid Huang2022-02-081-1/+1
* power: domain: ti: Add support for J721S2 SoCDavid Huang2022-02-081-0/+5
* clk: clk-k3: Add support for J721S2 SoCDavid Huang2022-02-081-0/+5
* drivers: dma: Add support for J721S2David Huang2022-02-085-3/+208
* ram: k3-ddrss: Add support for configuring MSMC subsystem in case of Multiple...Aswath Govindraju2022-02-081-0/+158
* ram: k3-ddrss: Add support for multiple instances of DDR subsystemsAswath Govindraju2022-02-081-51/+87
* ram: k3-ddrss: lpddr4_structs_if.h: Add a pointer to ddr instanceAswath Govindraju2022-02-081-0/+1
* remoteproc: k3_system_controller: Support optional boot_notification channelNishanth Menon2022-02-081-1/+19
* clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imxrt10{20|50}Heiko Thiery2022-02-051-0/+4
* regulator: bd718x7: Bypass bogus warningsMarek Vasut2022-02-051-33/+36
* GPIO: fxl6408: Add support for FXL6408 GPIO expanderOleksandr Suvorov2022-02-053-0/+388
* spi: mxc_spi: remove redundant code in spi_xchg_single()Haolin Li2022-02-051-2/+0
* imx8ulp: ddr: Fix DDR frequency request issueYe Li2022-02-051-3/+7
* imx8ulp:ddr: saving the dram config timing data into sramJacky Bai2022-02-052-0/+52
* net: ti: am65-cpsw: Cleanup resources before jump to kernelVignesh Raghavendra2022-02-031-1/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/02022022Tom Rini2022-02-024-9/+17
|\
| * rtc: pcf2127: remove U-Boot specific compatible stringVladimir Oltean2022-02-011-1/+0
| * rtc: pcf2127: sync with Linux compatible stringsVladimir Oltean2022-02-011-0/+3
| * i2c: muxes: pca954x: add PCA9847 variantVladimir Oltean2022-02-011-1/+8
| * pci: layerscape: update the searching compatible of LX2160A PCIeHou Zhiqiang2022-02-012-7/+6
* | mtd: cfi_mtd: populate mtd->dev with flash_info->devPatrice Chotard2022-02-011-0/+3
|/
* mmc: sunxi: Use DM_GPIO flags to set pull-upSamuel Holland2022-01-301-6/+2
* gpio: sunxi: Implement .set_flagsSamuel Holland2022-01-301-35/+27