summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-01-14mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhcGiulio Benetti
2020-01-14mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statementGiulio Benetti
2020-01-14ram: add SDRAM driver for i.MXRT SoCsGiulio Benetti
2020-01-14serial_lpuart: add support for i.MXRTGiulio Benetti
2020-01-14serial_lpuart: add clock enable if CONFIG_CLK is definedGiulio Benetti
2020-01-14gpio: mxc_gpio: add support for i.MXRT1050Giulio Benetti
2020-01-14pinctrl: add i.MXRT driverGiulio Benetti
2020-01-14clk: imx: add i.IMXRT1050 clk driverGiulio Benetti
2020-01-14clk: imx: pfd: add set_rate()Giulio Benetti
2020-01-14clk: imx: pllv3: add support for PLLV3_AV typeGiulio Benetti
2020-01-14clk: imx: pllv3: add PLLV3_SYS supportGiulio Benetti
2020-01-14clk: imx: pllv3: add set_rate() supportGiulio Benetti
2020-01-14clk: imx: pllv3: add disable() supportGiulio Benetti
2020-01-14clk: imx: pllv3: add enable() supportGiulio Benetti
2020-01-14clk: imx: pllv3: set div_mask differently if PLLV3 is GENERIC or USBGiulio Benetti
2020-01-14clk: imx: pllv3: register PLLV3 GENERIC and USB as 2 different clocksGiulio Benetti
2020-01-14clk: imx8qxp: extend to support getting I2C IPG clockAnatolij Gustschin
2020-01-14mmc: fsl_esdhc_imx: Handle the "broken-cd" propertyFabio Estevam
2020-01-10virtio: fix typo devicdHeinrich Schuchardt
2020-01-10poweroff: add poweroff for mt6323 pmicFrank Wunderlich
2020-01-10rtc: add support for DS3232 deviceHan Nandor
2020-01-10bootcount: add a DM i2c eeprom backing store for bootcountRobert Beckett
2020-01-10drivers: mcfmii: add dm supportAngelo Durgehello
2020-01-10drivers: fsl_mcdmafec: conversion to dmAngelo Durgehello
2020-01-10drivers: mcffec: conversion to dmAngelo Durgehello
2020-01-10drivers: net: add mcf fec dm Kconfig supportAngelo Durgehello
2020-01-09Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini
2020-01-09Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2020-01-08Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-01-08Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-01-08Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2020-01-08Merge tag 'u-boot-amlogic-20200108' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2020-01-08ata: fsl_sata: Continue probing other sata port when failed current port.Peng Ma
2020-01-08ata: sata_sil: Continue probing other sata port when failed current port.Peng Ma
2020-01-08clk: imx: add i.MX8MP clk driverPeng Fan
2020-01-08clk: imx: add imx_clk_mux2_flagsPeng Fan
2020-01-08power: Add new PMIC PCA9450 driverYe Li
2020-01-08ddr: imx8m: Add DRAM PLL to generate 1000Mhz outputPeng Fan
2020-01-08mxc_ocotp: support i.MX8MPPeng Fan
2020-01-08pinctrl: imx8m: support i.MX8MPPeng Fan
2020-01-08mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalidRasmus Villemoes
2020-01-07dm: Add a debug message when devices are skipped pre-relocSean Anderson
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass
2020-01-07dm: devres: Use an enum for the allocation phaseSimon Glass
2020-01-07dm: devres: Add testsSimon Glass
2020-01-07dm: devres: Convert to use loggingSimon Glass
2020-01-07dm: core: Add a new flag to track platform dataSimon Glass
2020-01-07dm: core: Export a new function to read platdataSimon Glass
2020-01-07dm: core: Allocate parent data separate from probing parentSimon Glass