Age | Commit message (Expand) | Author |
2018-11-20 | cros_ec: Fail if we cannot determine the flash burst size | Simon Glass |
2018-11-20 | cros_ec: Add error logging on a few commands | Simon Glass |
2018-11-20 | cros_ec: Use uint instead of u8 for parameters | Simon Glass |
2018-11-20 | dm: spi: prevent setting a speed of 0 Hz | Simon Goldschmidt |
2018-11-20 | dm: core: Widen the dump tree to show more of the driver's name. | Liviu Dudau |
2018-11-20 | dm/pci: Change the first CFG read to Vendor ID in enumeration | Hou Zhiqiang |
2018-11-20 | clk: meson: fix clk81 divider calculation | Jerome Brunet |
2018-11-20 | dm: adc: add uclass's mask and conversion helpers | Fabrice Gasnier |
2018-11-18 | gpio: Add MT7621 GPIO support | Stefan Roese |
2018-11-18 | wdt: Add MT7621 watchdog driver | Stefan Roese |
2018-11-16 | misc: fs_loader: Fix compiler warning | Keerthy |
2018-11-16 | misc: fs_loader: Use device_get_global_by_ofnode to get to node | Keerthy |
2018-11-16 | serial: ns16550: add setconfig support | Simon Goldschmidt |
2018-11-16 | ram: Introduce K3 AM654 DDR Sub System driver | Lokesh Vutla |
2018-11-16 | i2c: stm32f7: change setup struct to const | Patrick Delaunay |
2018-11-16 | i2c: stm32f7: cosmetic: clean the driver | Patrick Delaunay |
2018-11-16 | pinctrl: sandbox: Add get_pin_muxing ops support | Patrice Chotard |
2018-11-16 | gpio: stm32f7: Add ops get_function | Patrice Chotard |
2018-11-16 | pinctrl: stm32: Add get_pin_muxing() ops | Patrice Chotard |
2018-11-16 | pinctrl: stm32: Add get_pin_name() ops | Patrice Chotard |
2018-11-16 | pinctrl: stm32: Add get_pins_count() ops | Patrice Chotard |
2018-11-16 | dm: uclass: Add uclass_next_device_err() to return a valid device | Patrice Chotard |
2018-11-16 | dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count | Patrice Chotard |
2018-11-16 | dm: pinctrl: Add get_pin_muxing() ops | Patrice Chotard |
2018-11-16 | w1-eeprom: Add support for Maxim DS2502 add only memory | Martin Fuzzey |
2018-11-16 | mtd: nand: lpc32xx slc: disable DMA support in SPL builds | Vladimir Zapolskiy |
2018-11-16 | mtd: nand: lpc32xx mlc: predefine number of NAND chips to support | Vladimir Zapolskiy |
2018-11-16 | gpio: pca953x: Clear the polarity invert register at init | Ye Li |
2018-11-16 | clk: Allow clock defaults to be set also during re-reloc state | Andreas Dannenberg |
2018-11-16 | serial: bcm6858: add serial support | Philippe Reynes |
2018-11-16 | arm: at91: wdt: Convert watchdog driver to dm/dt | Prasanthi Chellakumar |
2018-11-16 | Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm | Tom Rini |
2018-11-14 | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini |
2018-11-14 | watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers | Bin Meng |
2018-11-14 | video: simplefb: Remove DM_FLAG_PRE_RELOC flag | Bin Meng |
2018-11-14 | sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers | Bin Meng |
2018-11-14 | serial: Remove DM_FLAG_PRE_RELOC flag in various drivers | Bin Meng |
2018-11-14 | timer: Remove DM_FLAG_PRE_RELOC flag in various drivers | Bin Meng |
2018-11-14 | ram: bmips: Remove DM_FLAG_PRE_RELOC flag | Bin Meng |
2018-11-14 | pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers | Bin Meng |
2018-11-14 | mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check | Bin Meng |
2018-11-14 | i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check | Bin Meng |
2018-11-14 | gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers | Bin Meng |
2018-11-14 | clk: Remove DM_FLAG_PRE_RELOC flag in various drivers | Bin Meng |
2018-11-14 | serial: ns16550: fix debug uart putc called before init | Simon Goldschmidt |
2018-11-14 | uclass: Use uclass_foreach_dev() macro instead of open coding | Liviu Dudau |
2018-11-14 | virtio: Add a Sandbox transport driver | Bin Meng |
2018-11-14 | virtio: net: Support non-legacy device | Bin Meng |
2018-11-14 | virtio: pci: Support non-legacy PCI transport device | Bin Meng |
2018-11-14 | test: dm: pci: Add cases for finding next PCI capability APIs | Bin Meng |