summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | SPL: FIT: Kconfig: Change SPL_FIT_IMAGE_POST_PROCESS entryext-vasily.gurevich@vaisala.com2017-10-161-1/+1
* | clk: uniphier: add NAND controller clockMasahiro Yamada2017-10-151-0/+12
* | mtd: nand: denali_dt: add clock supportMasahiro Yamada2017-10-152-0/+13
* | ARM: uniphier: adjust ifdefs for new UniPhier DWC3 CONFIGMasahiro Yamada2017-10-153-9/+9
* | ARM: uniphier: enable DWC3 xHCI driverMasahiro Yamada2017-10-152-0/+4
* | ARM: uniphier: change the default of SoC select to UNIPHIER_V7_MULTIMasahiro Yamada2017-10-151-1/+1
* | reset: uniphier: fix the first argument passed to dev_err()Masahiro Yamada2017-10-151-1/+2
* | clk: uniphier: add PXs3 clock dataMasahiro Yamada2017-10-153-0/+23
* | clk: uniphier: rework for better clock tree structureMasahiro Yamada2017-10-154-183/+323
* | i2c: uniphier-f: replace debug() with dev_dbg()Masahiro Yamada2017-10-151-62/+52
* | i2c: uniphier: replace debug() with dev_dbg()Masahiro Yamada2017-10-151-30/+33
* | usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada2017-10-151-1/+1
* | ARM: uniphier: use pr_() instead of printf() where appropriateMasahiro Yamada2017-10-159-19/+35
* | pinctrl: uniphier: simplify input enable and delete pin arraysMasahiro Yamada2017-10-156-89/+3
* | pinctrl: uniphier: set PUPD_SIMPLE cap flag for PXs3Masahiro Yamada2017-10-151-1/+2
* | ARM: dts: uniphier: update GPIO nodesMasahiro Yamada2017-10-157-802/+71
* | gpio: uniphier: rework single device node modelMasahiro Yamada2017-10-151-51/+89
* | ARM: uniphier: switch to CONFIG_ENV_IS_NOWHEREMasahiro Yamada2017-10-151-1/+0
* | mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* | mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* | moveconfig: fix error message in do_autoconf()Chris Packham2017-10-151-1/+1
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-10-1321-258/+1688
|\ \
| * | efi_selftest: correctly check return valuesHeinrich Schuchardt2017-10-132-2/+2
| * | efi_loader: console support for color attributesRob Clark2017-10-122-2/+58
| * | efi_loader: Add mem-mapped for fallbackRob Clark2017-10-125-0/+67
| * | efi_loader: don't increment part twice per loopJonathan Gray2017-10-101-1/+0
| * | efi_loader: MAX_UTF8_PER_UTF16 = 3Heinrich Schuchardt2017-10-101-2/+2
| * | efi_loader: search all possible disk partitionsJonathan Gray2017-10-101-8/+12
| * | efi_selftest: error handling in SNP testHeinrich Schuchardt2017-10-091-1/+8
| * | efi_loader: comments for functions add missing @returnHeinrich Schuchardt2017-10-091-1/+8
| * | efi_loader: Fix disk dp's for pre-DM/legacy devicesRob Clark2017-10-091-0/+11
| * | efi_loader: avoid NULL dereference in efi_dp_matchHeinrich Schuchardt2017-10-091-1/+2
| * | efi_selftest: avoid dereferencing NULL in tpl testHeinrich Schuchardt2017-10-091-1/+2
| * | efi_selftest: efi_st_memcmp return difference of bytesHeinrich Schuchardt2017-10-091-1/+1
| * | efi_loader: supply EFI network testHeinrich Schuchardt2017-10-094-1/+467
| * | efi_selftest: allow printing MAC addressesHeinrich Schuchardt2017-10-091-1/+40
| * | efi_selftest: correct definition of efi_st_errorHeinrich Schuchardt2017-10-091-2/+2
| * | efi_loader: fill return values in SimpleNetworkProtocolHeinrich Schuchardt2017-10-091-2/+25
| * | efi_loader: size fields in SimpleNetworkProtocolHeinrich Schuchardt2017-10-092-6/+22
| * | efi_loader: fix efi_net_get_statusHeinrich Schuchardt2017-10-092-3/+14
| * | efi_loader: implement WaitForPacket eventHeinrich Schuchardt2017-10-091-0/+16
| * | efi_loader: use events for efi_net_receiveHeinrich Schuchardt2017-10-091-3/+50
| * | efi_net: return EFI_UNSUPPORTED where appropriateHeinrich Schuchardt2017-10-091-6/+4
| * | efi_loader: efi_net: hwaddr_size = 6Heinrich Schuchardt2017-10-091-0/+1
| * | efi_loader: fill simple network protocol revisionHeinrich Schuchardt2017-10-092-0/+4
| * | efi_loader: correct bits of receive_filters bit maskHeinrich Schuchardt2017-10-091-5/+6
| * | efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOLHeinrich Schuchardt2017-10-091-1/+1
| * | efi_loader: wrong type in wait_for_eventHeinrich Schuchardt2017-10-094-4/+4
| * | efi_loader: pass GUIDs as const efi_guid_t *Heinrich Schuchardt2017-10-092-32/+35
| * | efi_loader: parameters of CopyMem and SetMemHeinrich Schuchardt2017-10-092-9/+8