aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-10clk: clk_meson: Add mux and div support for reparent and rate settingNeil Armstrong1-5/+528
2018-09-10power: domain: Add the VPU Power Domain driverNeil Armstrong3-0/+206
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada22-351/+43
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada14-373/+80
2018-09-10Remove CONFIG_USE_STDINTMasahiro Yamada10-47/+2
2018-09-10arm: armv7-a: Compile and tune for armv7-a instead of armv5Adam Ford3-9/+3
2018-09-10sandbox: Add serial testPatrice Chotard5-0/+75
2018-09-10dm: serial: Remove setparity opsPatrice Chotard1-10/+0
2018-09-10serial: stm32: Replace setparity by setconfigPatrice Chotard1-6/+15
2018-09-10dm: serial: Replace setparity by setconfigPatrice Chotard2-0/+63
2018-09-10cli: handle getch errorPatrick Delaunay1-0/+4
2018-09-10console: unify fgetc function when console MUX is deactivatedPatrick Delaunay1-4/+5
2018-09-10serial: protect access to serial rx bufferPatrick Delaunay1-0/+3
2018-09-10stm32mp1: activate serial rx bufferPatrick Delaunay1-0/+1
2018-09-10include/version.h: workaround sysroot inc orderMatt Weber2-1/+3
2018-09-10Prepare v2018.09v2018.09Tom Rini1-1/+1
2018-09-10.travis.yml: Fix typo in sun7i job descriptionTuomas Tynkkynen1-1/+1
2018-09-10mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCsMasahiro Yamada1-0/+4
2018-09-10fdt: fix get_next_memory_node()Marek Vasut1-3/+1
2018-09-07ARM: Specify aligned address for secure section instead of using attributesChen-Yu Tsai1-2/+2
2018-09-06pico-imx7d: Update the README fileFabio Estevam1-7/+17
2018-09-05travis: Use kernel.org pre-built toolchain for riscvBin Meng1-3/+2
2018-09-05ARM: qemu-arm: Fix qemu_arm64_defconfig for QEMU 3.0Tuomas Tynkkynen1-1/+17
2018-09-05lib/slre: remove superfluous assignmentHeinrich Schuchardt1-2/+0
2018-09-05amlogic: board p212: Fix Ethernet PHY initJasper kcoding1-1/+2
2018-09-05qemu-arm: Enable DHCP distro targetAlexander Graf1-1/+2
2018-09-05ARM: dts: logicpd-torpedo-37xx-devkit-u-boot: Fix MMC Card DetectAdam Ford1-4/+0
2018-09-05Merge tag 'arc-updates-for-2018.09' of git://git.denx.de/u-boot-arcTom Rini2-2/+1
2018-09-05ARC: HSDK: Fix timer frequency valueEugeniy Paltsev1-1/+1
2018-09-05EMDK: Enable bootelfAlexey Brodkin1-1/+0
2018-09-04Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini40-295/+2079
2018-09-04mx7dsabresd: Add the qspi target to the list of supported defconfigsFabio Estevam1-0/+1
2018-09-04imx: missing CONFIG_MII in mx7dsabresd_qspi_defconfigStefano Babic1-0/+1
2018-09-04colibri_imx7_emmc: add Colibri iMX7D 1GB (eMMC) module supportStefan Agner4-23/+154
2018-09-04board: toradex: common: fail gracefully on missing NAND chipStefan Agner1-2/+5
2018-09-04imx: mx7: add system suspend/resume supportAnson Huang3-3/+515
2018-09-04imx: mx7: add gpc initialization for low power modeAnson Huang1-0/+103
2018-09-04imx: mx7: psci: improve cpu hotplug flowAnson Huang1-2/+21
2018-09-04Cleanup CONFIG_BOOTDELAY on cl-som-imx7Alex Kiernan1-2/+0
2018-09-04watchdog: mx25: use the imx_watchdog driver for mx25Martin Kaiser2-1/+2
2018-09-04imx: imx6ul_evk: Enable DM driver for iMX6UL EVK u-bootYe Li4-176/+82
2018-09-04dts: imx6ul_evk: Add DTS files for 14x14 EVK and 9x9 EVK boardsYe Li5-1/+921
2018-09-04dts: imx6ul: Update alias to support DMYe Li1-6/+7
2018-09-04imx: imx7d-sdb: Add DM QSPI supportYe Li9-25/+175
2018-09-04imx: imx6sx-sabreauto: convert to use DM QSPI driverYe Li4-24/+58
2018-09-04imx: imx6sx-sdb: Enable DM QSPI driverYe Li5-30/+34
2018-09-03Prepare v2018.09-rc3v2018.09-rc3Tom Rini1-1/+1
2018-09-03configs: Resync with savedefconfigTom Rini680-698/+643
2018-08-31spl: Kconfig: Fix typo in 'Upgrade'Fabio Estevam1-2/+2
2018-08-31Make kmalloc'ed memory really DMA-safeMasahiro Yamada1-2/+3