summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-2624-66/+66
* usb: Remove CMD_USB dependency for common codeSven Schwermer2018-11-261-1/+1
* usb: Introduce CONFIG_SPL_DM_USBSven Schwermer2018-11-263-2/+7
* spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass2018-11-261-5/+6
* sf: Add a method to obtain the block-protect settingSimon Glass2018-11-205-0/+42
* misc: Update read() and write() methods to return bytes xferedSimon Glass2018-11-205-6/+18
* video: Update video_set_default_colors() to support invertSimon Glass2018-11-202-9/+20
* sandbox: tpm: Allow debugging of data packagesSimon Glass2018-11-201-0/+6
* cros_ec: Add new features for events and powerSimon Glass2018-11-202-7/+340
* cros_ec: Align uclass data to a cache boundarySimon Glass2018-11-201-0/+1
* cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass2018-11-201-0/+3
* cros_ec: Add error logging on a few commandsSimon Glass2018-11-201-2/+9
* cros_ec: Use uint instead of u8 for parametersSimon Glass2018-11-201-6/+4
* dm: spi: prevent setting a speed of 0 HzSimon Goldschmidt2018-11-201-3/+12
* dm: core: Widen the dump tree to show more of the driver's name.Liviu Dudau2018-11-201-4/+4
* dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang2018-11-201-4/+7
* clk: meson: fix clk81 divider calculationJerome Brunet2018-11-201-1/+2
* dm: adc: add uclass's mask and conversion helpersFabrice Gasnier2018-11-201-0/+37
* gpio: Add MT7621 GPIO supportStefan Roese2018-11-183-0/+192
* wdt: Add MT7621 watchdog driverStefan Roese2018-11-183-0/+111
* misc: fs_loader: Fix compiler warningKeerthy2018-11-161-1/+1
* misc: fs_loader: Use device_get_global_by_ofnode to get to nodeKeerthy2018-11-161-3/+2
* serial: ns16550: add setconfig supportSimon Goldschmidt2018-11-161-2/+41
* ram: Introduce K3 AM654 DDR Sub System driverLokesh Vutla2018-11-164-0/+2027
* i2c: stm32f7: change setup struct to constPatrick Delaunay2018-11-161-2/+2
* i2c: stm32f7: cosmetic: clean the driverPatrick Delaunay2018-11-161-15/+16
* pinctrl: sandbox: Add get_pin_muxing ops supportPatrice Chotard2018-11-161-0/+18
* gpio: stm32f7: Add ops get_functionPatrice Chotard2018-11-161-0/+20
* pinctrl: stm32: Add get_pin_muxing() opsPatrice Chotard2018-11-161-0/+71
* pinctrl: stm32: Add get_pin_name() opsPatrice Chotard2018-11-161-0/+46
* pinctrl: stm32: Add get_pins_count() opsPatrice Chotard2018-11-161-5/+85
* dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard2018-11-161-0/+13
* dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard2018-11-161-0/+23
* dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard2018-11-161-0/+11
* w1-eeprom: Add support for Maxim DS2502 add only memoryMartin Fuzzey2018-11-163-0/+258
* mtd: nand: lpc32xx slc: disable DMA support in SPL buildsVladimir Zapolskiy2018-11-161-46/+32
* mtd: nand: lpc32xx mlc: predefine number of NAND chips to supportVladimir Zapolskiy2018-11-161-0/+4
* gpio: pca953x: Clear the polarity invert register at initYe Li2018-11-161-0/+28
* clk: Allow clock defaults to be set also during re-reloc stateAndreas Dannenberg2018-11-161-4/+0
* serial: bcm6858: add serial supportPhilippe Reynes2018-11-163-0/+307
* arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar2018-11-163-25/+91
* Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dmTom Rini2018-11-16107-220/+5169
|\
| * watchdog: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
| * video: simplefb: Remove DM_FLAG_PRE_RELOC flagBin Meng2018-11-141-1/+0
| * sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
| * serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-1426-17/+18
| * timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-1414-14/+0
| * ram: bmips: Remove DM_FLAG_PRE_RELOC flagBin Meng2018-11-141-1/+0
| * pinctrl: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-149-2/+14
| * mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng2018-11-141-0/+2