summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun2020-01-161-0/+28
* | | clk: check valid clock by clk_valid()Chunfeng Yun2020-01-161-8/+8
* | | clk: fix error check for devm_clk_get_optional()Chunfeng Yun2020-01-161-1/+1
* | | clk: mediatek: mt7629: add support for ssusbsysChunfeng Yun2020-01-161-0/+42
* | | mmc: mtk-sd: fix hang when data read quicklymingming lee2020-01-161-5/+1
* | | mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCsmingming lee2020-01-161-33/+101
* | | pinctrl: mediatek: add driver for MT8512mingming lee2020-01-163-0/+392
* | | clk: mediatek: add configurable pcw_chg_reg/ibits/fmin to mtk_pllmingming lee2020-01-162-8/+20
* | | clk: mediatek: add set_clr_upd mux type flowmingming lee2020-01-162-11/+55
* | | clk: mediatek: add driver support for MT8512mingming lee2020-01-162-0/+874
* | | Add dependencies for MALLOC_F and OF_LIBFDTSean Anderson2020-01-151-0/+3
* | | Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMAVignesh Raghavendra2020-01-151-1/+1
| |/ |/|
* | mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhcGiulio Benetti2020-01-142-2/+3
* | mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statementGiulio Benetti2020-01-141-19/+19
* | ram: add SDRAM driver for i.MXRT SoCsGiulio Benetti2020-01-143-0/+449
* | serial_lpuart: add support for i.MXRTGiulio Benetti2020-01-141-4/+11
* | serial_lpuart: add clock enable if CONFIG_CLK is definedGiulio Benetti2020-01-141-0/+16
* | gpio: mxc_gpio: add support for i.MXRT1050Giulio Benetti2020-01-141-3/+4
* | pinctrl: add i.MXRT driverGiulio Benetti2020-01-143-0/+55
* | clk: imx: add i.IMXRT1050 clk driverGiulio Benetti2020-01-143-0/+310
* | clk: imx: pfd: add set_rate()Giulio Benetti2020-01-141-0/+22
* | clk: imx: pllv3: add support for PLLV3_AV typeGiulio Benetti2020-01-141-0/+76
* | clk: imx: pllv3: add PLLV3_SYS supportGiulio Benetti2020-01-141-0/+53
* | clk: imx: pllv3: add set_rate() supportGiulio Benetti2020-01-141-0/+27
* | clk: imx: pllv3: add disable() supportGiulio Benetti2020-01-141-0/+16
* | clk: imx: pllv3: add enable() supportGiulio Benetti2020-01-141-0/+24
* | clk: imx: pllv3: set div_mask differently if PLLV3 is GENERIC or USBGiulio Benetti2020-01-141-0/+2
* | clk: imx: pllv3: register PLLV3 GENERIC and USB as 2 different clocksGiulio Benetti2020-01-141-5/+15
* | clk: imx8qxp: extend to support getting I2C IPG clockAnatolij Gustschin2020-01-141-0/+12
* | mmc: fsl_esdhc_imx: Handle the "broken-cd" propertyFabio Estevam2020-01-141-0/+8
|/
* virtio: fix typo devicdHeinrich Schuchardt2020-01-101-1/+1
* poweroff: add poweroff for mt6323 pmicFrank Wunderlich2020-01-103-0/+45
* rtc: add support for DS3232 deviceHan Nandor2020-01-103-0/+283
* bootcount: add a DM i2c eeprom backing store for bootcountRobert Beckett2020-01-103-0/+106
* drivers: mcfmii: add dm supportAngelo Durgehello2020-01-101-23/+25
* drivers: fsl_mcdmafec: conversion to dmAngelo Durgehello2020-01-101-337/+354
* drivers: mcffec: conversion to dmAngelo Durgehello2020-01-101-294/+293
* drivers: net: add mcf fec dm Kconfig supportAngelo Durgehello2020-01-101-0/+16
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini2020-01-091-1/+4
|\
| * mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalidRasmus Villemoes2020-01-081-1/+4
* | Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmWIP/09Jan2020Tom Rini2020-01-0910-30/+119
|\ \
| * | dm: Add a debug message when devices are skipped pre-relocSean Anderson2020-01-071-1/+3
| * | dm: devres: Add a new OFDATA phaseSimon Glass2020-01-071-5/+13
| * | dm: devres: Use an enum for the allocation phaseSimon Glass2020-01-071-6/+16
| * | dm: devres: Add testsSimon Glass2020-01-071-0/+13
| * | dm: devres: Convert to use loggingSimon Glass2020-01-071-2/+4
| * | dm: core: Add a new flag to track platform dataSimon Glass2020-01-072-1/+4
| * | dm: core: Export a new function to read platdataSimon Glass2020-01-071-2/+27
| * | dm: core: Allocate parent data separate from probing parentSimon Glass2020-01-071-8/+11
| * | dm: core: Move ofdata_to_platdata() call earlierSimon Glass2020-01-071-7/+7