summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-2/+11
2020-01-21ddr: marvell: a38x: allow board specific clock out setupBaruch Siach2-2/+11
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini8-160/+383
2020-01-20clk: sci-clk: add slack to clk-set-rate passed to firmwareLokesh Vutla1-2/+1
2020-01-20phy: omap-usb2-phy: Add support for AM654 USB2 PHYVignesh Raghavendra1-0/+17
2020-01-20phy: omap-usb2-phy: Fix warnings when built for ARM64Vignesh Raghavendra1-3/+2
2020-01-20dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra1-0/+1
2020-01-20power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missi...Keerthy1-2/+2
2020-01-20mmc: am654_sdhci: Add Support for configuring PHY in J721eFaiz Abbas1-29/+98
2020-01-20mmc: am654_sdhci: Get Xin clock by nameFaiz Abbas1-1/+1
2020-01-20dma: ti: k3-udma: Fix build warnings when building for 32 bit platformsVignesh Raghavendra1-8/+8
2020-01-20dma: ti: k3-udma: Fix ring push operation for 32 bit coresVignesh Raghavendra1-3/+11
2020-01-20dma: ti: k3-udma: Switch to exposed ring modeVignesh Raghavendra1-2/+2
2020-01-20dma: ti: k3-udma: Fix debug prints during enabling MEM_TO_DEV transfersVignesh Raghavendra1-2/+2
2020-01-20dma: ti: k3-udma: Remove coherency check for cache opsVignesh Raghavendra1-33/+16
2020-01-20soc: ti: k3-navss-ringacc: Get SYSFW reference from DT phandleVignesh Raghavendra1-1/+2
2020-01-20soc: ti: k3-navss-ringacc: Flush/invalidate caches on ring push/popVignesh Raghavendra1-0/+11
2020-01-20dma: ti: k3-udma: Query DMA channels allocated from Resource ManagerVignesh Raghavendra1-79/+214
2020-01-20thermal: ti-bandgap: Fix adc value datatypeFaiz Abbas1-3/+3
2020-01-18common: Move hang() to the same header as panic()Simon Glass24-0/+24
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass6-0/+6
2020-01-17common: Rename and move source()Simon Glass1-1/+1
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-3/+3
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass3-0/+3
2020-01-17common: Move get_tbclk() to time.hSimon Glass1-0/+1
2020-01-17common: Move clock functions into a new fileSimon Glass7-0/+7
2020-01-17common: Move ll_boot_init() to init.hSimon Glass2-0/+2
2020-01-17common: Drop floppy disk supportSimon Glass3-107/+1
2020-01-16Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini4-70/+39
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini6-220/+314
2020-01-16mmc: add mmc and sd support for MT7622Sam Shih1-0/+10
2020-01-16power: domain: add power domain support for MT7622Sam Shih1-0/+6
2020-01-16clk: mediatek: fix clock-rate overflow problemSam Shih1-3/+3
2020-01-16clk: mediatek: add driver for MT7622Sam Shih2-0/+679
2020-01-16pinctrl: mediatek: add support for different pinctrlSam Shih7-19/+125
2020-01-16pinctrl: mediatek: add driver for MT7622Sam Shih3-0/+757
2020-01-16phy: phy-mtk-tphy: make ref clock optionalChunfeng Yun1-1/+2
2020-01-16phy: phy-mtk-tphy: remove the check of -ENOSYSChunfeng Yun1-2/+1
2020-01-16clk: fixed_rate: add dummy enable() functionChunfeng Yun1-0/+7
2020-01-16clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun1-0/+28
2020-01-16clk: check valid clock by clk_valid()Chunfeng Yun1-8/+8
2020-01-16clk: fix error check for devm_clk_get_optional()Chunfeng Yun1-1/+1
2020-01-16clk: mediatek: mt7629: add support for ssusbsysChunfeng Yun1-0/+42
2020-01-16mmc: mtk-sd: fix hang when data read quicklymingming lee1-5/+1
2020-01-16mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCsmingming lee1-33/+101
2020-01-16pinctrl: mediatek: add driver for MT8512mingming lee3-0/+392
2020-01-16clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pllmingming lee2-8/+20
2020-01-16clk: mediatek: add set_clr_upd mux type flowmingming lee2-11/+55
2020-01-16clk: mediatek: add driver support for MT8512mingming lee2-0/+874