summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-27Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini27-69/+74
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+8
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini3-13/+44
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer24-66/+66
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer1-1/+1
2018-11-26usb: Introduce CONFIG_SPL_DM_USBSven Schwermer3-2/+7
2018-11-26spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass1-5/+6
2018-11-23sun8i_emac: add support for setting EMAC TX/RX delayIcenowy Zheng1-3/+31
2018-11-22sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick1-3/+7
2018-11-22sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick1-7/+0
2018-11-22sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick2-0/+6
2018-11-21sf: Add a method to obtain the block-protect settingSimon Glass5-0/+42
2018-11-21misc: Update read() and write() methods to return bytes xferedSimon Glass5-6/+18
2018-11-21video: Update video_set_default_colors() to support invertSimon Glass2-9/+20
2018-11-21sandbox: tpm: Allow debugging of data packagesSimon Glass1-0/+6
2018-11-21cros_ec: Add new features for events and powerSimon Glass2-7/+340
2018-11-21cros_ec: Align uclass data to a cache boundarySimon Glass1-0/+1
2018-11-21cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass1-0/+3
2018-11-21cros_ec: Add error logging on a few commandsSimon Glass1-2/+9
2018-11-21cros_ec: Use uint instead of u8 for parametersSimon Glass1-6/+4
2018-11-21dm: spi: prevent setting a speed of 0 HzSimon Goldschmidt1-3/+12
2018-11-21dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau1-4/+4
2018-11-21dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang1-4/+7
2018-11-20clk: meson: fix clk81 divider calculationJerome Brunet1-1/+2
2018-11-20dm: adc: add uclass's mask and conversion helpersFabrice Gasnier1-0/+37
2018-11-18gpio: Add MT7621 GPIO supportStefan Roese3-0/+192
2018-11-18wdt: Add MT7621 watchdog driverStefan Roese3-0/+111
2018-11-17dm: video: correctly set the cursor positionHeinrich Schuchardt1-0/+8
2018-11-17misc: fs_loader: Fix compiler warningKeerthy1-1/+1
2018-11-17misc: fs_loader: Use device_get_global_by_ofnode to get to nodeKeerthy1-3/+2
2018-11-17serial: ns16550: add setconfig supportSimon Goldschmidt1-2/+41
2018-11-17ram: Introduce K3 AM654 DDR Sub System driverLokesh Vutla4-0/+2027
2018-11-17i2c: stm32f7: change setup struct to constPatrick Delaunay1-2/+2
2018-11-17i2c: stm32f7: cosmetic: clean the driverPatrick Delaunay1-15/+16
2018-11-17pinctrl: sandbox: Add get_pin_muxing ops supportPatrice Chotard1-0/+18
2018-11-17gpio: stm32f7: Add ops get_functionPatrice Chotard1-0/+20
2018-11-17pinctrl: stm32: Add get_pin_muxing() opsPatrice Chotard1-0/+71
2018-11-17pinctrl: stm32: Add get_pin_name() opsPatrice Chotard1-0/+46
2018-11-17pinctrl: stm32: Add get_pins_count() opsPatrice Chotard1-5/+85
2018-11-17dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard1-0/+13
2018-11-17dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard1-0/+23
2018-11-17dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard1-0/+11
2018-11-17w1-eeprom: Add support for Maxim DS2502 add only memoryMartin Fuzzey3-0/+258
2018-11-16mtd: nand: lpc32xx slc: disable DMA support in SPL buildsVladimir Zapolskiy1-46/+32
2018-11-16mtd: nand: lpc32xx mlc: predefine number of NAND chips to supportVladimir Zapolskiy1-0/+4
2018-11-16gpio: pca953x: Clear the polarity invert register at initYe Li1-0/+28
2018-11-16clk: Allow clock defaults to be set also during re-reloc stateAndreas Dannenberg1-4/+0
2018-11-16serial: bcm6858: add serial supportPhilippe Reynes3-0/+307
2018-11-16arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar3-25/+91
2018-11-16Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dmTom Rini107-220/+5169