summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-15Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini3-14/+45
2018-11-14watchdog: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-11-14video: simplefb: Remove DM_FLAG_PRE_RELOC flagBin Meng1-1/+0
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-11-14serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng26-17/+18
2018-11-14timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng14-14/+0
2018-11-14ram: bmips: Remove DM_FLAG_PRE_RELOC flagBin Meng1-1/+0
2018-11-14pinctrl: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng9-2/+14
2018-11-14mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng1-0/+2
2018-11-14i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng1-0/+2
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng4-3/+3
2018-11-14clk: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng5-7/+0
2018-11-14serial: ns16550: fix debug uart putc called before initSimon Goldschmidt1-2/+16
2018-11-14uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau2-10/+10
2018-11-14virtio: Add a Sandbox transport driverBin Meng3-0/+242
2018-11-14virtio: net: Support non-legacy deviceBin Meng1-5/+26
2018-11-14virtio: pci: Support non-legacy PCI transport deviceBin Meng3-4/+613
2018-11-14test: dm: pci: Add cases for finding next PCI capability APIsBin Meng1-0/+9
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng1-15/+36
2018-11-14virtio: Add virtio over pci transport driverBin Meng4-0/+603
2018-11-14virtio: Add block driver supportTuomas Tynkkynen4-0/+274
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen1-0/+2
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng1-1/+1
2018-11-14blk: Drop blk_prepare_device()Bin Meng1-9/+0
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng6-8/+13
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng1-7/+8
2018-11-14virtio: Add net driver supportTuomas Tynkkynen4-0/+494
2018-11-14virtio: Add virtio over mmio transport driverBin Meng4-0/+550
2018-11-14virtio: Add codes for virtual queue/ring managementTuomas Tynkkynen2-1/+359
2018-11-14dm: Add a new uclass driver for VirtIO transport devicesBin Meng5-0/+403
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng1-1/+12
2018-11-14regmap: Add endianness supportMario Six1-10/+124
2018-11-14regmap: Support reading from specific rangeMario Six1-5/+44
2018-11-14regmap: Add raw read/write functionsMario Six1-7/+57
2018-11-14regmap: Add error outputMario Six1-2/+8
2018-11-14regmap: Introduce init_rangeMario Six1-12/+56
2018-11-14core: ofnode: Fix mem leak in error pathMario Six1-1/+3
2018-11-14misc: Add IHS FPGA driverMario Six4-0/+926
2018-11-14misc: Add gdsys_soc driverMario Six4-0/+106
2018-11-14misc: Sort Makefile entriesMario Six1-30/+31
2018-11-14regmap: Improve error handlingMario Six1-0/+17
2018-11-14regmap: Add documentationMario Six1-0/+6
2018-11-14timer: Sort Kconfig driver entriesBin Meng1-55/+55
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng1-0/+10
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng6-14/+17