summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-08imx: imx8m: add imximage-8mp-lpddr4.cfgPeng Fan
2020-01-08clk: imx: add i.MX8MP clk driverPeng Fan
2020-01-08clk: imx: add imx_clk_mux2_flagsPeng Fan
2020-01-08imx: imx8m: only support non-dm code in clock_imx8mm.cPeng Fan
2020-01-08imx: Kconfig: make SPL_IMX_ROMAPI_LOADADDR visible to i.MX8MPPeng Fan
2020-01-08imx: add i.MX8MP PE propertyPeng Fan
2020-01-08imx: imx8mp: add pin header filePeng Fan
2020-01-08power: Add new PMIC PCA9450 driverYe Li
2020-01-08arm: dts: freescale: Add i.MX8MP dtsi supportPeng Fan
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-08imx: imx8m: add 1GHz fracpll entryPeng Fan
2020-01-08imx: imx8mp: add basic clockPeng Fan
2020-01-08arm: dts: add i.MX8MP pinfunc headerPeng Fan
2020-01-08dt-bindings: clock: add i.MX8MP clock headerPeng Fan
2020-01-08imx: spl: support i.MX8MP spl_boot_devicePeng Fan
2020-01-08imx: imx8m: add Kconfig entry for i.MX8MPPeng Fan
2020-01-08imx: cpu: enlarge bit mask to 0x1FF for cpu typePeng Fan
2020-01-08imx8mp: set BYPASS ID SWAP to avoid AXI bus errorsPeng Fan
2020-01-08imx: get cpu id/type of i.MX8MPPeng Fan
2020-01-08imx: imx8mq: handle ESDHC in mxc_get_clockPeng Fan
2020-01-08wandboard: Remove repeated PMIC stringFabio Estevam
2020-01-08wandboard: Fix the DM_PMIC conversionFabio Estevam
2020-01-08mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalidRasmus Villemoes
2020-01-08mpc83xx: set MPC83XX_GPIO_CTRLRS to 2 for MPC8309Rasmus Villemoes
2020-01-08mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309Rasmus Villemoes
2020-01-08powerpc: mpc83xx: convert CONFIG_FSL_ELBC to KconfigRasmus Villemoes
2020-01-08mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111Rasmus Villemoes
2020-01-07log: Include missing header for log.hSean Anderson
2020-01-07dm: Add a debug message when devices are skipped pre-relocSean Anderson
2020-01-07Include missing headers for fdt_support.hSean Anderson
2020-01-07binman: fix default filename of u-boot-with-ucode-ptr in documentationMasahiro Yamada
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: test: Add a test driver for devresSimon Glass
2020-01-07dm: devres: Convert to use loggingSimon Glass
2020-01-07test: Add functions to find the amount of allocated memorySimon Glass
2020-01-07dm: devres: Create a new devres header fileSimon 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: Add a comment for DM_FLAG_OF_PLATDATASimon Glass
2020-01-07dm: core: Allocate parent data separate from probing parentSimon Glass
2020-01-07dm: core: Move ofdata_to_platdata() call earlierSimon Glass
2020-01-07dm: core: Don't clear active flag twice when probe() failsSimon Glass
2020-01-07aspeed: ast2500: Read clock ofdata in the correct methodSimon Glass
2020-01-07pci: Print a warning if the bus is accessed before probingSimon Glass
2020-01-07x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass
2020-01-07usb: Drop use of BUG_ON() and WARN_ON()Simon Glass