| Commit message (Expand) | Author | Age | Files | Lines |
* | pci: renesas: Add RCar Gen3 PCIe controller driver | Marek Vasut | 2019-05-21 | 3 | -0/+420 |
* | Merge git://git.denx.de/u-boot-mpc83xx | Tom Rini | 2019-05-21 | 10 | -85/+117 |
|\ |
|
| * | board: gazerbeam: Fix SC detection | Mario Six | 2019-05-21 | 1 | -10/+12 |
| * | gdsys_rxaui_ctrl: Use new regmap interface | Mario Six | 2019-05-21 | 1 | -1/+1 |
| * | gdsys_rxaui_ctrl: Return old state | Mario Six | 2019-05-21 | 1 | -1/+6 |
| * | i2c: ihs: Improve error handling | Mario Six | 2019-05-21 | 1 | -24/+43 |
| * | i2c: ihs: Get rid of fpgamap | Mario Six | 2019-05-21 | 1 | -34/+23 |
| * | mpc83xx_clk: Add enable method | Mario Six | 2019-05-21 | 1 | -0/+7 |
| * | mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE | Mario Six | 2019-05-21 | 1 | -0/+4 |
| * | mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to Kconfig | Mario Six | 2019-05-21 | 1 | -0/+4 |
| * | mpc83xx: Make distinct caddy2 config | Mario Six | 2019-05-20 | 2 | -2/+4 |
| * | vme8349: Migrate to CONFIG_TARGET_VME8349 | Mario Six | 2019-05-20 | 2 | -2/+2 |
| * | mpc83xx: Introduce ARCH_MPC837X | Mario Six | 2019-05-20 | 1 | -4/+4 |
| * | mpc83xx: Introduce ARCH_MPC836* | Mario Six | 2019-05-20 | 1 | -4/+4 |
| * | mpc83xx: Introduce ARCH_MPC834* | Mario Six | 2019-05-20 | 2 | -2/+2 |
| * | mpc83xx: Introduce ARCH_MPC831* | Mario Six | 2019-05-20 | 1 | -2/+2 |
| * | mpc83xx: Introduce ARCH_MPC830* | Mario Six | 2019-05-20 | 2 | -3/+3 |
* | | Merge tag 'mmc-5-20' of https://github.com/MrVan/u-boot | Tom Rini | 2019-05-21 | 1 | -18/+5 |
|\ \ |
|
| * | | Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue" | Lukasz Majewski | 2019-05-20 | 1 | -18/+5 |
| |/ |
|
* | | Merge tag 'video-for-2019.07-rc3' of git://git.denx.de/u-boot-video | Tom Rini | 2019-05-21 | 2 | -3/+17 |
|\ \ |
|
| * | | video: Factor out vidconsole_put_string() | Marek Vasut | 2019-05-20 | 1 | -2/+15 |
| * | | video: ipuv3: Set max display bpp to 32 | Marek Vasut | 2019-05-20 | 1 | -1/+1 |
| * | | dm: arm: imx: video: add compatible for imx53-ipu | Steffen Dirkwinkel | 2019-05-20 | 1 | -0/+1 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2019-05-20 | 2 | -32/+102 |
|\ \ \
| |_|/
|/| | |
|
| * | | i2c: mxc: Hide kconfig based control in DM_I2C mode | Trent Piepho | 2019-05-17 | 1 | -1/+4 |
| * | | i2c: mxc_i2c: Fix read and read->write xfers in DM mode | Trent Piepho | 2019-05-17 | 1 | -31/+64 |
| * | | i2c: mxc_i2c: Document how non-DM functions work | Trent Piepho | 2019-05-17 | 1 | -0/+34 |
| |/ |
|
* | | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2019-05-19 | 2 | -4/+4 |
|\ \ |
|
| * | | nvme: Fix warning of cast from pointer to integer of different size | Bin Meng | 2019-05-19 | 2 | -4/+4 |
| |/ |
|
* | | ata: ahci: drop read-only ahci_ioports members | Christian Gmeiner | 2019-05-18 | 1 | -12/+0 |
* | | watchdog: bcm6345: callback start use tick instead of ms | Philippe Reynes | 2019-05-18 | 1 | -5/+16 |
* | | CONFIG_SPL_SYS_[DI]CACHE_OFF: add | Trevor Woerner | 2019-05-18 | 6 | -6/+7 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2019-05-15 | 6 | -25/+38 |
|\ |
|
| * | eth: mtk-eth: fix incorrect read of phy-handle | Weijie Gao | 2019-05-14 | 1 | -3/+4 |
| * | net: rtl8169: Support RTL-8168h/8111h | Thierry Reding | 2019-05-14 | 1 | -0/+1 |
| * | net: rtl8169: Implement ->hwaddr_write() callback | Thierry Reding | 2019-05-14 | 1 | -0/+18 |
| * | phy: ti: Init node before reading | Michal Simek | 2019-05-14 | 1 | -4/+4 |
| * | net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used together | James Byrne | 2019-05-14 | 3 | -18/+11 |
* | | Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-boot | Tom Rini | 2019-05-15 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | spi: Kconfig: Add STM32F4 support for STM32_QSPI driver | Patrice Chotard | 2019-05-06 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-socfpga | Tom Rini | 2019-05-13 | 7 | -70/+527 |
|\ \ |
|
| * | | gpio: dwapb_gpio: convert to livetree | Simon Goldschmidt | 2019-05-10 | 1 | -14/+11 |
| * | | reset: socfpga: convert to livetree | Simon Goldschmidt | 2019-05-10 | 1 | -3/+1 |
| * | | serial: altera_uart: convert to livetree | Simon Goldschmidt | 2019-05-10 | 1 | -4/+1 |
| * | | spi: designware: convert to livetree | Simon Goldschmidt | 2019-05-10 | 1 | -6/+2 |
| * | | spi: cadence_qspi: convert to livetree | Simon Goldschmidt | 2019-05-10 | 1 | -20/+19 |
| * | | timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR | Simon Goldschmidt | 2019-05-10 | 1 | -2/+0 |
| * | | spl: socfpga: Implement fpga bitstream loading with socfpga loadfs | Tien Fong Chee | 2019-05-10 | 1 | -1/+1 |
| * | | ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading | Tien Fong Chee | 2019-05-10 | 1 | -13/+484 |
| * | | ARM: socfpga: Moving the watchdog reset to the for-loop status polling | Tien Fong Chee | 2019-05-10 | 1 | -1/+1 |