aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-11clk: Extend clock control with an optional data fieldAndreas Dannenberg
2018-09-11reset: Introduce TI System Control Interface (TI SCI) reset driverAndreas Dannenberg
2018-09-11reset: Extend reset control with an optional data fieldAndreas Dannenberg
2018-09-11dm: reset: Update uclass to allow querying reset statusAndreas Dannenberg
2018-09-11dm: firmware: Automatically bind child devicesAndreas Dannenberg
2018-09-11firmware: ti_sci: Add support for processor control servicesLokesh Vutla
2018-09-11firmware: ti_sci: Add support for reboot core serviceAndreas Dannenberg
2018-09-11firmware: ti_sci: Add support for clock controlLokesh Vutla
2018-09-11firmware: ti_sci: Add support for device controlAndreas Dannenberg
2018-09-11firmware: ti_sci: Add support for board configurationAndreas Dannenberg
2018-09-11firmware: Add basic support for TI System Control Interface (TI SCI) protocolLokesh Vutla
2018-09-11armv8: K3: am654: Add support for generating build targetsLokesh Vutla
2018-09-11armv8: K3: am654: Introduce FIT generator scriptLokesh Vutla
2018-09-11armv8: K3: am654: Add custom MMU supportLokesh Vutla
2018-09-11arm: K3: am654: Unlock control module registers during initAndreas Dannenberg
2018-09-11arm: K3: am654: Add support for boot device detectionLokesh Vutla
2018-09-11arm: K3: Update _start instructionLokesh Vutla
2018-09-11arm: K3: Add support for AM654 SoC definitionLokesh Vutla
2018-09-11arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla
2018-09-10cmd: part: use MAX_SEARCH_PARTITIONS for part searchKever Yang
2018-09-10arm: armv7m: clean up armv7m unified code compilationVikas Manocha
2018-09-10arm: armv7m: remove un-necessary If then instructionVikas Manocha
2018-09-10arm: stm32: Remove redundant thumb build selectionVikas Manocha
2018-09-10arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is builtQuentin Schulz
2018-09-10tools: mkimage: Ensure munmap unmaps the same length that was mappedMark Tomlinson
2018-09-10serial: omap: Introduce DM specific omap serialLokesh Vutla
2018-09-10omap3: pandora: Enable DM_SERIALGrazvydas Ignotas
2018-09-10board: arm: Add support for Broadcom BCM7260Thomas Fitzsimmons
2018-09-10arm: bcm7445: Change serial console indexThomas Fitzsimmons
2018-09-10ARM: CPU: arm926ejs: Consolidate cache routines to common fileAdam Ford
2018-09-10serial: arm_dcc: Add DCC support for V7R based coresLokesh Vutla
2018-09-10pinctrl: Fix build warning with ARM64Lokesh Vutla
2018-09-10dm: omap-timer: Update clock rate only if not populatedLokesh Vutla
2018-09-10dm: omap-timer: Use 64bit for counter valuesLokesh Vutla
2018-09-10mmc: fsl_esdhc: enable HS400 featurePeng Fan
2018-09-10mmc: add HS400 supportPeng Fan
2018-09-10at91: fix devicetree warningsEugen Hristev
2018-09-10ARM: dts: Makefile: fix build for at91familyEugen Hristev
2018-09-10gpio: stm32f7: replace ODR update by BSRR writePatrice Chotard
2018-09-10clk: clk_meson: Add mux and div support for reparent and rate settingNeil Armstrong
2018-09-10power: domain: Add the VPU Power Domain driverNeil Armstrong
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada
2018-09-10Remove CONFIG_USE_STDINTMasahiro Yamada
2018-09-10arm: armv7-a: Compile and tune for armv7-a instead of armv5Adam Ford
2018-09-10sandbox: Add serial testPatrice Chotard
2018-09-10dm: serial: Remove setparity opsPatrice Chotard
2018-09-10serial: stm32: Replace setparity by setconfigPatrice Chotard
2018-09-10dm: serial: Replace setparity by setconfigPatrice Chotard
2018-09-10cli: handle getch errorPatrick Delaunay