| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2019-11-22 | 4 | -11/+22 |
|\ |
|
| * | usb: dwc2: fix possible alignment issues | Simon Goldschmidt | 2019-11-22 | 1 | -2/+2 |
| * | usb: composite: fix possible alignment issues | Simon Goldschmidt | 2019-11-22 | 1 | -7/+18 |
| * | usb: cdns3: Fix include file path | Vignesh Raghavendra | 2019-11-19 | 2 | -2/+2 |
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx | Tom Rini | 2019-11-20 | 5 | -281/+586 |
|\ \ |
|
| * | | ata: sata_sil: Add DM support for Silicon sata driver | Peng Ma | 2019-11-19 | 3 | -193/+353 |
| * | | ata: fsl_sata: Add DM support for Freescale PowerPC SATA driver | Peng Ma | 2019-11-19 | 3 | -88/+233 |
| |/ |
|
* | | input: Move input.o to be built only in some cases | Tom Rini | 2019-11-19 | 1 | -3/+3 |
|/ |
|
* | Merge tag 'video-for-v2020.01-rc2' of https://gitlab.denx.de/u-boot/custodian... | Tom Rini | 2019-11-18 | 3 | -10/+17 |
|\ |
|
| * | video: stm32: remove the compatible "synopsys, dw-mipi-dsi" support | Patrick Delaunay | 2019-11-12 | 2 | -7/+14 |
| * | video: mxsfb: Configure the clock after eLCDIF reset | Fabio Estevam | 2019-11-12 | 1 | -3/+3 |
* | | Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodi... | Tom Rini | 2019-11-17 | 42 | -1199/+6793 |
|\ \ |
|
| * | | rockchip: rk3308: Add sdram driver | Andy Yan | 2019-11-17 | 2 | -0/+56 |
| * | | rockchip: clk: Add clk driver for rk3308 | Finley Xiao | 2019-11-17 | 2 | -0/+1073 |
| * | | rockchip: clk: pll: add common pll setting funcs | Elaine Zhang | 2019-11-17 | 2 | -0/+361 |
| * | | rockchip: clk: fix wrong CONFIG_IS_ENABLED handling | Heiko Stuebner | 2019-11-17 | 8 | -8/+8 |
| * | | rockchip: clk: rv1108: remove duplicate reset init | Heiko Stuebner | 2019-11-17 | 1 | -14/+2 |
| * | | rockchip: usb: Migrate to use ofnode | Kever Yang | 2019-11-17 | 1 | -3/+2 |
| * | | misc: add driver for the Rockchip otp controller | Finley Xiao | 2019-11-17 | 3 | -0/+186 |
| * | | net: gmac_rockchip: add support for px30 | Heiko Stuebner | 2019-11-17 | 1 | -0/+69 |
| * | | rockchip: clk: add px30 clock driver | Kever Yang | 2019-11-17 | 2 | -0/+1631 |
| * | | pinctrl: rockchip: add px30 pinctrl driver | David Wu | 2019-11-17 | 2 | -0/+369 |
| * | | ram: rk3399: Fix dram setting to make dram more stable | YouMin Chen | 2019-11-17 | 1 | -21/+20 |
| * | | ram: rk3399: update calculate_stride | Kever Yang | 2019-11-17 | 1 | -39/+119 |
| * | | ram: rk3399: Sync the io setting from Rockchip vendor code | Kever Yang | 2019-11-17 | 1 | -30/+14 |
| * | | ram: rockchip: update lpddr4 timing for rk3399 | Kever Yang | 2019-11-17 | 2 | -9/+9 |
| * | | ram: rk3399: add support detect capacity | YouMin Chen | 2019-11-17 | 1 | -21/+215 |
| * | | ram: rk3399: update the function of sdram_init | YouMin Chen | 2019-11-17 | 1 | -123/+296 |
| * | | ram: rk3399: fix error about get_ddrc0_con reg addr | YouMin Chen | 2019-11-17 | 1 | -1/+1 |
| * | | ram: rk3399: Clean up code | YouMin Chen | 2019-11-17 | 1 | -83/+93 |
| * | | ram: rk3399: migrate to use common code | YouMin Chen | 2019-11-17 | 5 | -115/+118 |
| * | | ram: rk3328: use common sdram driver | YouMin Chen | 2019-11-17 | 2 | -606/+159 |
| * | | ram: px30: add sdram driver | YouMin Chen | 2019-11-17 | 8 | -1/+1168 |
| * | | ram: rockchip: add phy driver code for PX30 | Kever Yang | 2019-11-17 | 1 | -0/+205 |
| * | | ram: rockchip: add controller code for PX30 | Kever Yang | 2019-11-17 | 1 | -0/+205 |
| * | | ram: rockchip: Default enable DRAM debug info | Kever Yang | 2019-11-17 | 1 | -0/+1 |
| * | | ram: rockchip: move sdram_debug function into sdram_common | Kever Yang | 2019-11-17 | 3 | -148/+144 |
| * | | ram: rockchip: add common code for sdram driver | Kever Yang | 2019-11-17 | 3 | -0/+292 |
| * | | ram: rockchip: rename sdram_common.c/h to sdram.c | Kever Yang | 2019-11-17 | 8 | -8/+8 |
| * | | ram: rockchip: rename sdram.h to sdram_rk3288.h | Kever Yang | 2019-11-17 | 3 | -3/+3 |
* | | | pinctrol: dm: remove the function pinctrl_decode_pin_config | Patrick Delaunay | 2019-11-14 | 1 | -12/+0 |
|/ / |
|
* | | Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2019-11-12 | 12 | -305/+893 |
|\ \
| |/
|/| |
|
| * | net: fec_mxc: support i.MX8M with CLK_CCF | Peng Fan | 2019-11-05 | 2 | -15/+68 |
| * | net: Kconfig: FEC: Add dependency on i.MX8M | Peng Fan | 2019-11-05 | 1 | -1/+1 |
| * | clk: imx: imx8mm: add set_parent callback | Peng Fan | 2019-11-05 | 1 | -0/+19 |
| * | clk: imx8mm: add enet clk | Peng Fan | 2019-11-05 | 1 | -0/+27 |
| * | clk: imx: add i.MX8MN ccf driver | Peng Fan | 2019-11-05 | 3 | -0/+433 |
| * | pinctrl: imx8m: support i.MX8MN | Peng Fan | 2019-11-05 | 1 | -0/+1 |
| * | power: domain: add i.MX8 scu power domain driver | Peng Fan | 2019-11-05 | 2 | -1/+88 |
| * | power: domain: make imx8-power-domain.c legacy | Peng Fan | 2019-11-05 | 2 | -1/+1 |