summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-6/+6
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass3-0/+40
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass1-0/+13
2018-11-26test: Add a simple test for bloblistSimon Glass1-0/+1
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass1-0/+4
2018-11-26spl: Set up the bloblist in SPLSimon Glass1-0/+27
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass2-0/+196
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass1-2/+17
2018-11-21sf: Add a method to obtain the block-protect settingSimon Glass1-0/+27
2018-11-21misc: Update read() and write() methods to return bytes xferedSimon Glass1-4/+4
2018-11-21video: Update video_set_default_colors() to support invertSimon Glass1-2/+3
2018-11-21sandbox: Add a function to read a host fileSimon Glass1-0/+14
2018-11-21sandbox: log: Add a category for sandboxSimon Glass1-0/+1
2018-11-21cros_ec: Add new features for events and powerSimon Glass1-0/+89
2018-11-21fdt: restore board_fdt_blob_setup() declarationBaruch Siach1-0/+1
2018-11-20Merge git://git.denx.de/u-boot-marvellTom Rini5-19/+38
2018-11-20dm: adc: add uclass's mask and conversion helpersFabrice Gasnier1-0/+21
2018-11-20ARM: mvebu: db-88f6820: remove redundant commentChris Packham2-10/+0
2018-11-20linux/sizes.h: sync from kernelBaruch Siach1-0/+4
2018-11-20Use _AC and UL macros from linux/const.hBaruch Siach1-9/+0
2018-11-20linux/const.h: import from kernelBaruch Siach1-0/+34
2018-11-18mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfigStefan Roese1-1/+1
2018-11-18mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfigStefan Roese1-2/+2
2018-11-17Ability to modify distro boot filenameMartyn Welch1-3/+4
2018-11-17dm: serial: fix comment on dm_serial_ops setconfigSimon Goldschmidt1-3/+1
2018-11-17board: ti: am654: r5: Add initial support for am654Lokesh Vutla2-0/+8
2018-11-17cmd: pinmux: Add pinmux commandPatrice Chotard1-0/+3
2018-11-17dm: uclass: Add uclass_foreach_dev_probePatrice Chotard1-0/+16
2018-11-17dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard1-0/+12
2018-11-17dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard1-0/+22
2018-11-17dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard1-0/+34
2018-11-17w1-eeprom: Add support for Maxim DS2502 add only memoryMartin Fuzzey1-0/+1
2018-11-16configs: am3517_evm: Use default OMAP3 memory settingsAdam Ford1-16/+0
2018-11-16bcm968580xref: add initial supportPhilippe Reynes1-0/+36
2018-11-16arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar3-18/+0
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng1-0/+48
2018-11-14kconfig: Introduce HAVE_ARCH_IOMAPBin Meng1-0/+4
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen1-0/+1
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng1-0/+11
2018-11-14blk: Drop blk_prepare_device()Bin Meng1-10/+0
2018-11-14virtio: Add codes for virtual queue/ring managementTuomas Tynkkynen1-0/+320
2018-11-14dm: Add a new uclass driver for VirtIO transport devicesBin Meng3-0/+732
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng1-0/+1
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng1-1/+3
2018-11-14regmap: Add overview documentationMario Six1-0/+27
2018-11-14regmap: Add endianness supportMario Six1-0/+14
2018-11-14regmap: Define regmap_{get,set}Mario Six1-4/+50
2018-11-14regmap: Support reading from specific rangeMario Six1-0/+31
2018-11-14regmap: Add raw read/write functionsMario Six1-0/+58
2018-11-14regmap: Fix documentationMario Six1-9/+39