| Commit message (Expand) | Author | Age | Files | Lines |
* | imx8: fuse: fix fuse driver | Marcel Ziswiler | 2019-06-11 | 1 | -2/+0 |
* | clk: imx8qm: fix usdhc2 clocks | Marcel Ziswiler | 2019-06-11 | 1 | -0/+18 |
* | spi: imx: work with cs greater 0 | Heiko Schocher | 2019-06-11 | 1 | -22/+52 |
* | spi: imx: remove doubled pointer from mxc_spi_probe | Heiko Schocher | 2019-06-11 | 1 | -4/+3 |
* | Revert "drivers/crypto/fsl: assign job-rings to non-TrustZone" | Breno Matheus Lima | 2019-06-11 | 2 | -11/+0 |
* | regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-boot | Matti Vaittinen | 2019-06-11 | 3 | -0/+97 |
* | power: pfuze100: Fix off by one error in voltage table handling | Trent Piepho | 2019-06-11 | 1 | -2/+2 |
* | Merge tag 'efi-2019-07-rc4' of git://git.denx.de/u-boot-efi | Tom Rini | 2019-06-02 | 1 | -1/+1 |
|\ |
|
| * | rtc: export rtc_month_days() | Heinrich Schuchardt | 2019-05-31 | 1 | -1/+1 |
* | | dm: net: macb: Implement link speed change callback | Bin Meng | 2019-06-01 | 1 | -0/+35 |
* | | dm: net: macb: Update macb_linkspd_cb() signature | Bin Meng | 2019-06-01 | 1 | -1/+21 |
* | | clk: sifive: Add clock driver for GEMGXL MGMT | Bin Meng | 2019-06-01 | 3 | -0/+69 |
|/ |
|
* | Merge tag 'rockchip-for-v2019.07-rc3' of git://git.denx.de/u-boot-rockchip | Tom Rini | 2019-05-31 | 1 | -0/+2 |
|\ |
|
| * | rockchip: clk: rk3399: allow requests for all UART clocks | Christoph Muellner | 2019-05-30 | 1 | -0/+2 |
* | | clk: meson-g12a: Add PCIE PLL support | Neil Armstrong | 2019-05-31 | 1 | -0/+103 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2019-05-29 | 6 | -0/+518 |
|\ |
|
| * | sound: tegra: Add a sound driver | Simon Glass | 2019-05-24 | 2 | -1/+101 |
| * | tegra: sound: Add an I2S driver | Simon Glass | 2019-05-24 | 3 | -1/+153 |
| * | tegra: sound: Add an audio hub driver | Simon Glass | 2019-05-24 | 3 | -0/+266 |
* | | dm: arm: bcmstb: Enable driver model MMC support | Thomas Fitzsimmons | 2019-05-28 | 1 | -18/+55 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-sh | Tom Rini | 2019-05-26 | 5 | -13/+596 |
|\ \ |
|
| * | | mmc: tmio: sdhi: HS400 manual adjustment | Marek Vasut | 2019-05-21 | 2 | -3/+166 |
| * | | mmc: tmio: sdhi: Minor macro cleanup | Marek Vasut | 2019-05-21 | 1 | -10/+10 |
| * | | pci: renesas: Add RCar Gen3 PCIe controller driver | Marek Vasut | 2019-05-21 | 3 | -0/+420 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-socfpga | Tom Rini | 2019-05-26 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | gpio: dwapb_gpio: fix broken dev->node | Simon Goldschmidt | 2019-05-24 | 1 | -3/+2 |
| | |/
| |/| |
|
* | | | configs: Migrate CONFIG_FMAN_ENET and some related options to Kconfig | Tom Rini | 2019-05-26 | 3 | -1/+40 |
* | | | Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-boot | Tom Rini | 2019-05-24 | 13 | -39/+3814 |
|\ \ \ |
|
| * | | | stm32mp1: ram: add tuning in DDR interactive mode | Patrick Delaunay | 2019-05-23 | 6 | -1/+1414 |
| * | | | stm32mp1: ram: add tests in DDR interactive mode | Patrick Delaunay | 2019-05-23 | 5 | -0/+1541 |
| * | | | stm32mp1: ram: add interactive mode for DDR configuration | Patrick Delaunay | 2019-05-23 | 4 | -0/+713 |
| * | | | stm32mp1: ram: add support for LPDDR2/LPDDR3 | Patrick Delaunay | 2019-05-23 | 2 | -3/+10 |
| * | | | stm32mp1: ram: update parameter array initialization | Patrick Delaunay | 2019-05-23 | 2 | -16/+33 |
| * | | | stm32mp1: ram: change ddr speed to kHz | Patrick Delaunay | 2019-05-23 | 3 | -11/+11 |
| * | | | stm32mp1: ram: increase the delay after reset to 128 cycles | Patrick Delaunay | 2019-05-23 | 1 | -5/+3 |
| * | | | stm32mp1: ram: update mask for operating mode | Patrick Delaunay | 2019-05-23 | 1 | -1/+1 |
| * | | | serial: stm32: remove watchog reset in debug putc | Patrick Delaunay | 2019-05-23 | 1 | -1/+1 |
| * | | | serial: stm32: remove unnecessary trace | Patrick Delaunay | 2019-05-23 | 1 | -1/+0 |
| * | | | clk: stm32mp1: add set_rate for DDRPHYC clock | Patrick Delaunay | 2019-05-23 | 1 | -0/+83 |
| * | | | i2c: stm32f7: improve loopback in timing algorithm | Nicolas Le Bayon | 2019-05-23 | 1 | -0/+4 |
| * | | | i2c: stm32f7: Fix SDADEL minimum formula | Nicolas Le Bayon | 2019-05-23 | 1 | -1/+1 |
* | | | | Merge git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2019-05-24 | 6 | -2/+1061 |
|\ \ \ \ |
|
| * | | | | ata: fsl_ahci: Add sata DM support for Freescale powerpc socs | Peng Ma | 2019-05-23 | 4 | -0/+1042 |
| * | | | | usb: ehci: adopt 32 bit address for CONFIG_PPC | Yinbo Zhu | 2019-05-23 | 1 | -1/+9 |
| * | | | | driver: mmc: adopt 32 bit addr in fsl_esdhc for CONFIG_PPC | Yinbo Zhu | 2019-05-23 | 1 | -1/+4 |
| * | | | | driver: mmc: set sdhc clock in fsl_esdhc for CONFIG_PPC | Yinbo Zhu | 2019-05-23 | 1 | -0/+6 |
| |/ / / |
|
* | | | | drivers: serial: mcfuart: add DT support | Angelo Dureghello | 2019-05-24 | 2 | -78/+36 |
* | | | | drivers: spi: cf_spi: convert to driver model | Angelo Dureghello | 2019-05-24 | 1 | -177/+305 |
* | | | | drivers: spi: cf_spi: add Kconfig option | Angelo Dureghello | 2019-05-24 | 1 | -0/+6 |
| |/ /
|/| | |
|
* | | | Merge tag 'dm-pull-22may19' of git://git.denx.de/u-boot-dm | Tom Rini | 2019-05-22 | 4 | -8/+89 |
|\ \ \
| |/ /
|/| | |
|